Shades of Fuchsia #D24FCF
Tints of Fuchsia #D24FCF
RGB
CMYK
RGB Variations
Color information
#D24FCF (or 0xD24FCF) is known color: Fuchsia. HEX triplet: D2, 4F and CF. RGB value is (210,79,207). Sum of RGB (Red+Green+Blue) = 210+79+207=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FCF is #2DB030. Grayscale: #848484. Windows color (decimal): -2994225 or 13586386. OLE color: 13586386.
HSL color Cylindrical-coordinate representation of color #D24FCF: hue angle of 301.37º 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 #D24FCF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 207 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.18 |
| HSL | 301.37º | 0.59% | 0.57% | - |
| HSV(B) | 301.37º | 0.62% | 0.82% | - |
| XYZ | 40.64 | 23.8 | 61.48 | - |
| YUV | 132.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 207 | 0 | 0.62 | 0.01 | 0.18 | 301.37 | 0.59 | 0.57 |
| Hex | D2 | 4F | CF | 0 | 3E | 1 | 12 | 12D | 3B | 39 |
| Octal | 322 | 117 | 317 | 0 | 76 | 1 | 22 | 455 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11001111 | 0 | 111110 | 1 | 10010 | 100101101 | 111011 | 111001 |
Color Harmonies of #D24FCF
Complementary color
Monochromatic Colors of #D24FCF
Black with #D24FCF
Text Example
Text Example
White with #D24FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FCF; }
p { color: rgb(210,79,207); }
H1.HeaderClassName
{
color: #D24FCF;
}
.AnyTagClassName
{
color: #D24FCF;
}
</style>
background-color css
<style>
a { background-color: #D24FCF; }
a { background-color: rgb(210,79,207); }
div.DivClassName
{
background-color: #D24FCF;
}
.BgClassName
{
background-color: #D24FCF;
}
</style>
border-color css
<style>
span { border-color: #D24FCF; }
span { border-color: rgb(210,79,207); }
td.TdClassName
{
border-color: #D24FCF;
}
.TagClassName
{
border-color: #D24FCF;
}
</style>