Shades of Fuchsia #D24DAF
Tints of Fuchsia #D24DAF
RGB
CMYK
RGB Variations
Color information
#D24DAF (or 0xD24DAF) is known color: Fuchsia. HEX triplet: D2, 4D and AF. RGB value is (210,77,175). Sum of RGB (Red+Green+Blue) = 210+77+175=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DAF is #2DB250. Grayscale: #7F7F7F. Windows color (decimal): -2994769 or 11488722. OLE color: 11488722.
HSL color Cylindrical-coordinate representation of color #D24DAF: hue angle of 315.79º 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 #D24DAF is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 175 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.18 |
| HSL | 315.79º | 0.6% | 0.56% | - |
| HSV(B) | 315.79º | 0.63% | 0.82% | - |
| XYZ | 36.97 | 22.1 | 42.88 | - |
| YUV | 127.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 175 | 0 | 0.63 | 0.17 | 0.18 | 315.79 | 0.6 | 0.56 |
| Hex | D2 | 4D | AF | 0 | 3F | 11 | 12 | 13C | 3C | 38 |
| Octal | 322 | 115 | 257 | 0 | 77 | 21 | 22 | 474 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10101111 | 0 | 111111 | 10001 | 10010 | 100111100 | 111100 | 111000 |
Color Harmonies of #D24DAF
Complementary color
Monochromatic Colors of #D24DAF
Black with #D24DAF
Text Example
Text Example
White with #D24DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DAF; }
p { color: rgb(210,77,175); }
H1.HeaderClassName
{
color: #D24DAF;
}
.AnyTagClassName
{
color: #D24DAF;
}
</style>
background-color css
<style>
a { background-color: #D24DAF; }
a { background-color: rgb(210,77,175); }
div.DivClassName
{
background-color: #D24DAF;
}
.BgClassName
{
background-color: #D24DAF;
}
</style>
border-color css
<style>
span { border-color: #D24DAF; }
span { border-color: rgb(210,77,175); }
td.TdClassName
{
border-color: #D24DAF;
}
.TagClassName
{
border-color: #D24DAF;
}
</style>