Shades of Fuchsia #D24FC8
Tints of Fuchsia #D24FC8
RGB
CMYK
RGB Variations
Color information
#D24FC8 (or 0xD24FC8) is known color: Fuchsia. HEX triplet: D2, 4F and C8. RGB value is (210,79,200). Sum of RGB (Red+Green+Blue) = 210+79+200=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC8 is #2DB037. Grayscale: #838383. Windows color (decimal): -2994232 or 13127634. OLE color: 13127634.
HSL color Cylindrical-coordinate representation of color #D24FC8: hue angle of 304.58º 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 #D24FC8 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 200 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.18 |
| HSL | 304.58º | 0.59% | 0.57% | - |
| HSV(B) | 304.58º | 0.62% | 0.82% | - |
| XYZ | 39.8 | 23.46 | 57.07 | - |
| YUV | 131.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 200 | 0 | 0.62 | 0.05 | 0.18 | 304.58 | 0.59 | 0.57 |
| Hex | D2 | 4F | C8 | 0 | 3E | 5 | 12 | 131 | 3B | 39 |
| Octal | 322 | 117 | 310 | 0 | 76 | 5 | 22 | 461 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11001000 | 0 | 111110 | 101 | 10010 | 100110001 | 111011 | 111001 |
Color Harmonies of #D24FC8
Complementary color
Monochromatic Colors of #D24FC8
Black with #D24FC8
Text Example
Text Example
White with #D24FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FC8; }
p { color: rgb(210,79,200); }
H1.HeaderClassName
{
color: #D24FC8;
}
.AnyTagClassName
{
color: #D24FC8;
}
</style>
background-color css
<style>
a { background-color: #D24FC8; }
a { background-color: rgb(210,79,200); }
div.DivClassName
{
background-color: #D24FC8;
}
.BgClassName
{
background-color: #D24FC8;
}
</style>
border-color css
<style>
span { border-color: #D24FC8; }
span { border-color: rgb(210,79,200); }
td.TdClassName
{
border-color: #D24FC8;
}
.TagClassName
{
border-color: #D24FC8;
}
</style>