Shades of Deep Magenta #D00CAF
Tints of Deep Magenta #D00CAF
RGB
CMYK
RGB Variations
Color information
#D00CAF (or 0xD00CAF) is known color: Deep Magenta. HEX triplet: D0, 0C and AF. RGB value is (208,12,175). Sum of RGB (Red+Green+Blue) = 208+12+175=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00CAF is #2FF350. Grayscale: #585858. Windows color (decimal): -3142481 or 11472080. OLE color: 11472080.
HSL color Cylindrical-coordinate representation of color #D00CAF: hue angle of 310.1º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CAF is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.18 |
| HSL | 310.1º | 0.89% | 0.43% | - |
| HSV(B) | 310.1º | 0.94% | 0.82% | - |
| XYZ | 33.88 | 16.77 | 42.01 | - |
| YUV | 89.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 175 | 0 | 0.94 | 0.16 | 0.18 | 310.1 | 0.89 | 0.43 |
| Hex | D0 | C | AF | 0 | 5E | 10 | 12 | 136 | 59 | 2B |
| Octal | 320 | 14 | 257 | 0 | 136 | 20 | 22 | 466 | 131 | 53 |
| Binary | 11010000 | 1100 | 10101111 | 0 | 1011110 | 10000 | 10010 | 100110110 | 1011001 | 101011 |
Color Harmonies of #D00CAF
Complementary color
Monochromatic Colors of #D00CAF
Black with #D00CAF
Text Example
Text Example
White with #D00CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CAF; }
p { color: rgb(208,12,175); }
H1.HeaderClassName
{
color: #D00CAF;
}
.AnyTagClassName
{
color: #D00CAF;
}
</style>
background-color css
<style>
a { background-color: #D00CAF; }
a { background-color: rgb(208,12,175); }
div.DivClassName
{
background-color: #D00CAF;
}
.BgClassName
{
background-color: #D00CAF;
}
</style>
border-color css
<style>
span { border-color: #D00CAF; }
span { border-color: rgb(208,12,175); }
td.TdClassName
{
border-color: #D00CAF;
}
.TagClassName
{
border-color: #D00CAF;
}
</style>