#D24FAF

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

Shades of Fuchsia #D24FAF

Tints of Fuchsia #D24FAF

Color information

#D24FAF (or 0xD24FAF) is unknown color: approx Fuchsia. HEX triplet: D2, 4F and AF. RGB value is (210,79,175). Sum of RGB (Red+Green+Blue) = 210+79+175=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FAF is #2DB050. Grayscale: #808080. Windows color (decimal): -2994257 or 11489234. OLE color: 11489234.

HSL color Cylindrical-coordinate representation of color #D24FAF: hue angle of 316.03º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FAF is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB21079175-
CMYK00.620.170.18
HSL316.03º59.28%56.67%-
HSV(B)316.03º62.38%82.35%-
XYZ37.1122.3942.92-
YUV129.11153.9185.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 79 (31.25% from 255) = 17.03%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=45.26%
G=17.03%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107917500.620.170.18316.0359.2856.67
HexD24FAF03E111213c3b39
Octal32211725707621224747371
Binary1101001010011111010111101111101000110010100111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24FAF; }

 p { color: rgb(210,79,175); }

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

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

 a { background-color: rgb(210,79,175); }

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

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

 span { border-color: rgb(210,79,175); }

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