Shades of Fuchsia #D24CAF
Tints of Fuchsia #D24CAF
RGB
CMYK
RGB Variations
Color information
#D24CAF (or 0xD24CAF) is known color: Fuchsia. HEX triplet: D2, 4C and AF. RGB value is (210,76,175). Sum of RGB (Red+Green+Blue) = 210+76+175=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CAF is #2DB350. Grayscale: #7F7F7F. Windows color (decimal): -2995025 or 11488466. OLE color: 11488466.
HSL color Cylindrical-coordinate representation of color #D24CAF: hue angle of 315.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CAF is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 175 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.18 |
| HSL | 315.67º | 0.6% | 0.56% | - |
| HSV(B) | 315.67º | 0.64% | 0.82% | - |
| XYZ | 36.9 | 21.97 | 42.85 | - |
| YUV | 127.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 175 | 0 | 0.64 | 0.17 | 0.18 | 315.67 | 0.6 | 0.56 |
| Hex | D2 | 4C | AF | 0 | 40 | 11 | 12 | 13C | 3C | 38 |
| Octal | 322 | 114 | 257 | 0 | 100 | 21 | 22 | 474 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10101111 | 0 | 1000000 | 10001 | 10010 | 100111100 | 111100 | 111000 |
Color Harmonies of #D24CAF
Complementary color
Monochromatic Colors of #D24CAF
Black with #D24CAF
Text Example
Text Example
White with #D24CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CAF; }
p { color: rgb(210,76,175); }
H1.HeaderClassName
{
color: #D24CAF;
}
.AnyTagClassName
{
color: #D24CAF;
}
</style>
background-color css
<style>
a { background-color: #D24CAF; }
a { background-color: rgb(210,76,175); }
div.DivClassName
{
background-color: #D24CAF;
}
.BgClassName
{
background-color: #D24CAF;
}
</style>
border-color css
<style>
span { border-color: #D24CAF; }
span { border-color: rgb(210,76,175); }
td.TdClassName
{
border-color: #D24CAF;
}
.TagClassName
{
border-color: #D24CAF;
}
</style>