Shades of Deep Magenta #D00DC7
Tints of Deep Magenta #D00DC7
RGB
CMYK
RGB Variations
Color information
#D00DC7 (or 0xD00DC7) is known color: Deep Magenta. HEX triplet: D0, 0D and C7. RGB value is (208,13,199). Sum of RGB (Red+Green+Blue) = 208+13+199=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DC7 is #2FF238. Grayscale: #5B5B5B. Windows color (decimal): -3142201 or 13045200. OLE color: 13045200.
HSL color Cylindrical-coordinate representation of color #D00DC7: hue angle of 302.77º degrees, saturation: 0.88, 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 #D00DC7 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 199 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.18 |
| HSL | 302.77º | 0.88% | 0.43% | - |
| HSV(B) | 302.77º | 0.94% | 0.82% | - |
| XYZ | 36.47 | 17.82 | 55.55 | - |
| YUV | 92.51 | 188.1 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 199 | 0 | 0.94 | 0.04 | 0.18 | 302.77 | 0.88 | 0.43 |
| Hex | D0 | D | C7 | 0 | 5E | 4 | 12 | 12F | 58 | 2B |
| Octal | 320 | 15 | 307 | 0 | 136 | 4 | 22 | 457 | 130 | 53 |
| Binary | 11010000 | 1101 | 11000111 | 0 | 1011110 | 100 | 10010 | 100101111 | 1011000 | 101011 |
Color Harmonies of #D00DC7
Complementary color
Monochromatic Colors of #D00DC7
Black with #D00DC7
Text Example
Text Example
White with #D00DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DC7; }
p { color: rgb(208,13,199); }
H1.HeaderClassName
{
color: #D00DC7;
}
.AnyTagClassName
{
color: #D00DC7;
}
</style>
background-color css
<style>
a { background-color: #D00DC7; }
a { background-color: rgb(208,13,199); }
div.DivClassName
{
background-color: #D00DC7;
}
.BgClassName
{
background-color: #D00DC7;
}
</style>
border-color css
<style>
span { border-color: #D00DC7; }
span { border-color: rgb(208,13,199); }
td.TdClassName
{
border-color: #D00DC7;
}
.TagClassName
{
border-color: #D00DC7;
}
</style>