#D049B3

Color #D049B3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D049B3

Tints of Fuchsia #D049B3

Color information

#D049B3 (or 0xD049B3) is unknown color: approx Fuchsia. HEX triplet: D0, 49 and B3. RGB value is (208,73,179). Sum of RGB (Red+Green+Blue) = 208+73+179=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D049B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049B3 is #2FB64C. Grayscale: #7D7D7D. Windows color (decimal): -3126861 or 11749840. OLE color: 11749840.

HSL color Cylindrical-coordinate representation of color #D049B3: hue angle of 312.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049B3 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB20873179-
CMYK00.650.140.18
HSL312.89º58.95%55.1%-
HSV(B)312.89º64.9%81.57%-
XYZ36.5321.4344.86-
YUV125.45158.23186.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 73 (28.91% from 255) = 15.87%
BLUE value IS 179 (70.31% from 255) = 38.91%
R=45.22%
G=15.87%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087317900.650.140.18312.8958.9555.1
HexD049B3041E121393b37
Octal320111263010116224717367
Binary1101000010010011011001101000001111010010100111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D049B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D049B3; }

 p { color: rgb(208,73,179); }

 H1.HeaderClassName
 {
   color: #D049B3;
 }
 .AnyTagClassName
 {
   color: #D049B3;
 }
</style>
background-color css

<style>
 a { background-color: #D049B3; }

 a { background-color: rgb(208,73,179); }

 div.DivClassName
 {
   background-color: #D049B3;
 }
 .BgClassName
 {
   background-color: #D049B3;
 }
</style>
border-color css

<style>
 span { border-color: #D049B3; }

 span { border-color: rgb(208,73,179); }

 td.TdClassName
 {
   border-color: #D049B3;
 }
 .TagClassName
 {
   border-color: #D049B3;
 }
</style>