#D24DAE

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

Shades of Fuchsia #D24DAE

Tints of Fuchsia #D24DAE

Color information

#D24DAE (or 0xD24DAE) is unknown color: approx Fuchsia. HEX triplet: D2, 4D and AE. RGB value is (210,77,174). Sum of RGB (Red+Green+Blue) = 210+77+174=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DAE is #2DB251. Grayscale: #7F7F7F. Windows color (decimal): -2994770 or 11423186. OLE color: 11423186.

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

Color convert

RGB21077174-
CMYK00.630.170.18
HSL316.24º59.64%56.27%-
HSV(B)316.24º63.33%82.35%-
XYZ36.8722.0742.36-
YUV127.82154.06186.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=45.55%
G=16.70%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107717400.630.170.18316.2459.6456.27
HexD24DAE03F111213c3c38
Octal32211525607721224747470
Binary1101001010011011010111001111111000110010100111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24DAE; }

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

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

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

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

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

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

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

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