#D049CF

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

Shades of Fuchsia #D049CF

Tints of Fuchsia #D049CF

Color information

#D049CF (or 0xD049CF) is unknown color: approx Fuchsia. HEX triplet: D0, 49 and CF. RGB value is (208,73,207). Sum of RGB (Red+Green+Blue) = 208+73+207=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CF is #2FB630. Grayscale: #808080. Windows color (decimal): -3126833 or 13584848. OLE color: 13584848.

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

Color convert

RGB20873207-
CMYK00.650.000.18
HSL300.44º58.95%55.1%-
HSV(B)300.44º64.9%81.57%-
XYZ39.6622.6861.32-
YUV128.64172.23184.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 73 (28.91% from 255) = 14.96%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=42.62%
G=14.96%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087320700.650.000.18300.4458.9555.1
HexD049CF04101212c3b37
Octal32011131701010224547367
Binary1101000010010011100111101000001010010100101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D049CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D049CF; }

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

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

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

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

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

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

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

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