Shades of Fuchsia #D24EAF
Tints of Fuchsia #D24EAF
RGB
CMYK
RGB Variations
Color information
#D24EAF (or 0xD24EAF) is known color: Fuchsia. HEX triplet: D2, 4E and AF. RGB value is (210,78,175). Sum of RGB (Red+Green+Blue) = 210+78+175=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24EAF is #2DB150. Grayscale: #808080. Windows color (decimal): -2994513 or 11488978. OLE color: 11488978.
HSL color Cylindrical-coordinate representation of color #D24EAF: hue angle of 315.91º degrees, saturation: 0.59, 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 #D24EAF is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 175 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.18 |
| HSL | 315.91º | 0.59% | 0.56% | - |
| HSV(B) | 315.91º | 0.63% | 0.82% | - |
| XYZ | 37.04 | 22.25 | 42.9 | - |
| YUV | 128.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 175 | 0 | 0.63 | 0.17 | 0.18 | 315.91 | 0.59 | 0.56 |
| Hex | D2 | 4E | AF | 0 | 3F | 11 | 12 | 13C | 3B | 38 |
| Octal | 322 | 116 | 257 | 0 | 77 | 21 | 22 | 474 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10101111 | 0 | 111111 | 10001 | 10010 | 100111100 | 111011 | 111000 |
Color Harmonies of #D24EAF
Complementary color
Monochromatic Colors of #D24EAF
Black with #D24EAF
Text Example
Text Example
White with #D24EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EAF; }
p { color: rgb(210,78,175); }
H1.HeaderClassName
{
color: #D24EAF;
}
.AnyTagClassName
{
color: #D24EAF;
}
</style>
background-color css
<style>
a { background-color: #D24EAF; }
a { background-color: rgb(210,78,175); }
div.DivClassName
{
background-color: #D24EAF;
}
.BgClassName
{
background-color: #D24EAF;
}
</style>
border-color css
<style>
span { border-color: #D24EAF; }
span { border-color: rgb(210,78,175); }
td.TdClassName
{
border-color: #D24EAF;
}
.TagClassName
{
border-color: #D24EAF;
}
</style>