Shades of Fuchsia #D24FCD
Tints of Fuchsia #D24FCD
RGB
CMYK
RGB Variations
Color information
#D24FCD (or 0xD24FCD) is known color: Fuchsia. HEX triplet: D2, 4F and CD. RGB value is (210,79,205). Sum of RGB (Red+Green+Blue) = 210+79+205=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24FCD is #2DB032. Grayscale: #848484. Windows color (decimal): -2994227 or 13455314. OLE color: 13455314.
HSL color Cylindrical-coordinate representation of color #D24FCD: hue angle of 302.29º 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 #D24FCD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 205 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.18 |
| HSL | 302.29º | 0.59% | 0.57% | - |
| HSV(B) | 302.29º | 0.62% | 0.82% | - |
| XYZ | 40.39 | 23.7 | 60.2 | - |
| YUV | 132.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 205 | 0 | 0.62 | 0.02 | 0.18 | 302.29 | 0.59 | 0.57 |
| Hex | D2 | 4F | CD | 0 | 3E | 2 | 12 | 12E | 3B | 39 |
| Octal | 322 | 117 | 315 | 0 | 76 | 2 | 22 | 456 | 73 | 71 |
| Binary | 11010010 | 1001111 | 11001101 | 0 | 111110 | 10 | 10010 | 100101110 | 111011 | 111001 |
Color Harmonies of #D24FCD
Complementary color
Monochromatic Colors of #D24FCD
Black with #D24FCD
Text Example
Text Example
White with #D24FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FCD; }
p { color: rgb(210,79,205); }
H1.HeaderClassName
{
color: #D24FCD;
}
.AnyTagClassName
{
color: #D24FCD;
}
</style>
background-color css
<style>
a { background-color: #D24FCD; }
a { background-color: rgb(210,79,205); }
div.DivClassName
{
background-color: #D24FCD;
}
.BgClassName
{
background-color: #D24FCD;
}
</style>
border-color css
<style>
span { border-color: #D24FCD; }
span { border-color: rgb(210,79,205); }
td.TdClassName
{
border-color: #D24FCD;
}
.TagClassName
{
border-color: #D24FCD;
}
</style>