#D049D1

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

Shades of Fuchsia #D049D1

Tints of Fuchsia #D049D1

Color information

#D049D1 (or 0xD049D1) is unknown color: approx Fuchsia. HEX triplet: D0, 49 and D1. RGB value is (208,73,209). Sum of RGB (Red+Green+Blue) = 208+73+209=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #D049D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D1 is #2FB62E. Grayscale: #808080. Windows color (decimal): -3126831 or 13715920. OLE color: 13715920.

HSL color Cylindrical-coordinate representation of color #D049D1: hue angle of 299.56º degrees, saturation: 0.6, 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 #D049D1 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20873209-
CMYK0.000.6500.18
HSL299.56º59.65%55.29%-
HSV(B)299.56º65.07%81.96%-
XYZ39.922.7862.62-
YUV128.87173.23184.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 73 (28.91% from 255) = 14.90%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=42.45%
G=14.90%
B=42.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208732090.000.6500.18299.5659.6555.29
HexD049D104101212c3c37
Octal32011132101010224547467
Binary1101000010010011101000101000001010010100101100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D049D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D049D1; }

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

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

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

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

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

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

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

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