#D24DCC

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

Shades of Fuchsia #D24DCC

Tints of Fuchsia #D24DCC

Color information

#D24DCC (or 0xD24DCC) is unknown color: approx Fuchsia. HEX triplet: D2, 4D and CC. RGB value is (210,77,204). Sum of RGB (Red+Green+Blue) = 210+77+204=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DCC is #2DB233. Grayscale: #828282. Windows color (decimal): -2994740 or 13389266. OLE color: 13389266.

HSL color Cylindrical-coordinate representation of color #D24DCC: hue angle of 302.71º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DCC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB21077204-
CMYK00.630.030.18
HSL302.71º59.64%56.27%-
HSV(B)302.71º63.33%82.35%-
XYZ40.1323.3759.52-
YUV131.24169.06184.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=42.77%
G=15.68%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107720400.630.030.18302.7159.6456.27
HexD24DCC03F31212f3c38
Octal3221153140773224577470
Binary1101001010011011100110001111111110010100101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24DCC; }

 p { color: rgb(210,77,204); }

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

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

 a { background-color: rgb(210,77,204); }

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

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

 span { border-color: rgb(210,77,204); }

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