Shades of Fuchsia #D24DC9
Tints of Fuchsia #D24DC9
RGB
CMYK
RGB Variations
Color information
#D24DC9 (or 0xD24DC9) is known color: Fuchsia. HEX triplet: D2, 4D and C9. RGB value is (210,77,201). Sum of RGB (Red+Green+Blue) = 210+77+201=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D24DC9 is #2DB236. Grayscale: #828282. Windows color (decimal): -2994743 or 13192658. OLE color: 13192658.
HSL color Cylindrical-coordinate representation of color #D24DC9: hue angle of 304.06º degrees, saturation: 0.6, 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 #D24DC9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 201 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.18 |
| HSL | 304.06º | 0.6% | 0.56% | - |
| HSV(B) | 304.06º | 0.63% | 0.82% | - |
| XYZ | 39.77 | 23.23 | 57.65 | - |
| YUV | 130.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 201 | 0 | 0.63 | 0.04 | 0.18 | 304.06 | 0.6 | 0.56 |
| Hex | D2 | 4D | C9 | 0 | 3F | 4 | 12 | 130 | 3C | 38 |
| Octal | 322 | 115 | 311 | 0 | 77 | 4 | 22 | 460 | 74 | 70 |
| Binary | 11010010 | 1001101 | 11001001 | 0 | 111111 | 100 | 10010 | 100110000 | 111100 | 111000 |
Color Harmonies of #D24DC9
Complementary color
Monochromatic Colors of #D24DC9
Black with #D24DC9
Text Example
Text Example
White with #D24DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DC9; }
p { color: rgb(210,77,201); }
H1.HeaderClassName
{
color: #D24DC9;
}
.AnyTagClassName
{
color: #D24DC9;
}
</style>
background-color css
<style>
a { background-color: #D24DC9; }
a { background-color: rgb(210,77,201); }
div.DivClassName
{
background-color: #D24DC9;
}
.BgClassName
{
background-color: #D24DC9;
}
</style>
border-color css
<style>
span { border-color: #D24DC9; }
span { border-color: rgb(210,77,201); }
td.TdClassName
{
border-color: #D24DC9;
}
.TagClassName
{
border-color: #D24DC9;
}
</style>