Shades of Fuchsia #D24EB8
Tints of Fuchsia #D24EB8
RGB
CMYK
RGB Variations
Color information
#D24EB8 (or 0xD24EB8) is known color: Fuchsia. HEX triplet: D2, 4E and B8. RGB value is (210,78,184). Sum of RGB (Red+Green+Blue) = 210+78+184=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EB8 is #2DB147. Grayscale: #818181. Windows color (decimal): -2994504 or 12078802. OLE color: 12078802.
HSL color Cylindrical-coordinate representation of color #D24EB8: hue angle of 311.82º 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 #D24EB8 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 184 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.18 |
| HSL | 311.82º | 0.59% | 0.56% | - |
| HSV(B) | 311.82º | 0.63% | 0.82% | - |
| XYZ | 37.95 | 22.61 | 47.71 | - |
| YUV | 129.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 184 | 0 | 0.63 | 0.12 | 0.18 | 311.82 | 0.59 | 0.56 |
| Hex | D2 | 4E | B8 | 0 | 3F | C | 12 | 138 | 3B | 38 |
| Octal | 322 | 116 | 270 | 0 | 77 | 14 | 22 | 470 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10111000 | 0 | 111111 | 1100 | 10010 | 100111000 | 111011 | 111000 |
Color Harmonies of #D24EB8
Complementary color
Monochromatic Colors of #D24EB8
Black with #D24EB8
Text Example
Text Example
White with #D24EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EB8; }
p { color: rgb(210,78,184); }
H1.HeaderClassName
{
color: #D24EB8;
}
.AnyTagClassName
{
color: #D24EB8;
}
</style>
background-color css
<style>
a { background-color: #D24EB8; }
a { background-color: rgb(210,78,184); }
div.DivClassName
{
background-color: #D24EB8;
}
.BgClassName
{
background-color: #D24EB8;
}
</style>
border-color css
<style>
span { border-color: #D24EB8; }
span { border-color: rgb(210,78,184); }
td.TdClassName
{
border-color: #D24EB8;
}
.TagClassName
{
border-color: #D24EB8;
}
</style>