Shades of Fuchsia #D24EC0
Tints of Fuchsia #D24EC0
RGB
CMYK
RGB Variations
Color information
#D24EC0 (or 0xD24EC0) is known color: Fuchsia. HEX triplet: D2, 4E and C0. RGB value is (210,78,192). Sum of RGB (Red+Green+Blue) = 210+78+192=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24EC0 is #2DB13F. Grayscale: #828282. Windows color (decimal): -2994496 or 12603090. OLE color: 12603090.
HSL color Cylindrical-coordinate representation of color #D24EC0: hue angle of 308.18º 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 #D24EC0 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 192 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.18 |
| HSL | 308.18º | 0.59% | 0.56% | - |
| HSV(B) | 308.18º | 0.63% | 0.82% | - |
| XYZ | 38.82 | 22.96 | 52.25 | - |
| YUV | 130.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 192 | 0 | 0.63 | 0.09 | 0.18 | 308.18 | 0.59 | 0.56 |
| Hex | D2 | 4E | C0 | 0 | 3F | 9 | 12 | 134 | 3B | 38 |
| Octal | 322 | 116 | 300 | 0 | 77 | 11 | 22 | 464 | 73 | 70 |
| Binary | 11010010 | 1001110 | 11000000 | 0 | 111111 | 1001 | 10010 | 100110100 | 111011 | 111000 |
Color Harmonies of #D24EC0
Complementary color
Monochromatic Colors of #D24EC0
Black with #D24EC0
Text Example
Text Example
White with #D24EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EC0; }
p { color: rgb(210,78,192); }
H1.HeaderClassName
{
color: #D24EC0;
}
.AnyTagClassName
{
color: #D24EC0;
}
</style>
background-color css
<style>
a { background-color: #D24EC0; }
a { background-color: rgb(210,78,192); }
div.DivClassName
{
background-color: #D24EC0;
}
.BgClassName
{
background-color: #D24EC0;
}
</style>
border-color css
<style>
span { border-color: #D24EC0; }
span { border-color: rgb(210,78,192); }
td.TdClassName
{
border-color: #D24EC0;
}
.TagClassName
{
border-color: #D24EC0;
}
</style>