Shades of Fuchsia #D24AAF
Tints of Fuchsia #D24AAF
RGB
CMYK
RGB Variations
Color information
#D24AAF (or 0xD24AAF) is known color: Fuchsia. HEX triplet: D2, 4A and AF. RGB value is (210,74,175). Sum of RGB (Red+Green+Blue) = 210+74+175=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AAF is #2DB550. Grayscale: #7D7D7D. Windows color (decimal): -2995537 or 11487954. OLE color: 11487954.
HSL color Cylindrical-coordinate representation of color #D24AAF: hue angle of 315.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24AAF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 175 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.18 |
| HSL | 315.44º | 0.6% | 0.56% | - |
| HSV(B) | 315.44º | 0.65% | 0.82% | - |
| XYZ | 36.76 | 21.69 | 42.81 | - |
| YUV | 126.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 175 | 0 | 0.65 | 0.17 | 0.18 | 315.44 | 0.6 | 0.56 |
| Hex | D2 | 4A | AF | 0 | 41 | 11 | 12 | 13B | 3C | 38 |
| Octal | 322 | 112 | 257 | 0 | 101 | 21 | 22 | 473 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10101111 | 0 | 1000001 | 10001 | 10010 | 100111011 | 111100 | 111000 |
Color Harmonies of #D24AAF
Complementary color
Monochromatic Colors of #D24AAF
Black with #D24AAF
Text Example
Text Example
White with #D24AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AAF; }
p { color: rgb(210,74,175); }
H1.HeaderClassName
{
color: #D24AAF;
}
.AnyTagClassName
{
color: #D24AAF;
}
</style>
background-color css
<style>
a { background-color: #D24AAF; }
a { background-color: rgb(210,74,175); }
div.DivClassName
{
background-color: #D24AAF;
}
.BgClassName
{
background-color: #D24AAF;
}
</style>
border-color css
<style>
span { border-color: #D24AAF; }
span { border-color: rgb(210,74,175); }
td.TdClassName
{
border-color: #D24AAF;
}
.TagClassName
{
border-color: #D24AAF;
}
</style>