#d049cc

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

Shades of Fuchsia #D049CC

Tints of Fuchsia #D049CC

Color information

#D049CC (or 0xD049CC) is unknown color: approx Fuchsia. HEX triplet: D0, 49 and CC. RGB value is (208,73,204). Sum of RGB (Red+Green+Blue) = 208+73+204=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CC is #2FB633. Grayscale: #7F7F7F. Windows color (decimal): -3126836 or 13388240. OLE color: 13388240.

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

Color convert

RGB20873204-
CMYK00.650.020.18
HSL301.78º58.95%55.1%-
HSV(B)301.78º64.9%81.57%-
XYZ39.2922.5359.41-
YUV128.3170.73184.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 73 (28.91% from 255) = 15.05%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=42.89%
G=15.05%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087320400.650.020.18301.7858.9555.1
HexD049CC04121212e3b37
Octal32011131401012224567367
Binary11010000100100111001100010000011010010100101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d049cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d049cc; }

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

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

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

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

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

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

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

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