Shades of Fuchsia #D24FC0
Tints of Fuchsia #D24FC0
RGB
CMYK
RGB Variations
Color information
#D24FC0 (or 0xD24FC0) is known color: Fuchsia. HEX triplet: D2, 4F and C0. RGB value is (210,79,192). Sum of RGB (Red+Green+Blue) = 210+79+192=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FC0 is #2DB03F. Grayscale: #828282. Windows color (decimal): -2994240 or 12603346. OLE color: 12603346.
HSL color Cylindrical-coordinate representation of color #D24FC0: hue angle of 308.24º 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 #D24FC0 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 192 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.18 |
| HSL | 308.24º | 0.59% | 0.57% | - |
| HSV(B) | 308.24º | 0.62% | 0.82% | - |
| XYZ | 38.89 | 23.1 | 52.28 | - |
| YUV | 131.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 192 | 0 | 0.62 | 0.09 | 0.18 | 308.24 | 0.59 | 0.57 |
| Hex | D2 | 4F | C0 | 0 | 3E | 9 | 12 | 134 | 3B | 39 |
| Octal | 322 | 117 | 300 | 0 | 76 | 11 | 22 | 464 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11000000 | 0 | 111110 | 1001 | 10010 | 100110100 | 111011 | 111001 |
Color Harmonies of #D24FC0
Complementary color
Monochromatic Colors of #D24FC0
Black with #D24FC0
Text Example
Text Example
White with #D24FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FC0; }
p { color: rgb(210,79,192); }
H1.HeaderClassName
{
color: #D24FC0;
}
.AnyTagClassName
{
color: #D24FC0;
}
</style>
background-color css
<style>
a { background-color: #D24FC0; }
a { background-color: rgb(210,79,192); }
div.DivClassName
{
background-color: #D24FC0;
}
.BgClassName
{
background-color: #D24FC0;
}
</style>
border-color css
<style>
span { border-color: #D24FC0; }
span { border-color: rgb(210,79,192); }
td.TdClassName
{
border-color: #D24FC0;
}
.TagClassName
{
border-color: #D24FC0;
}
</style>