Shades of Deep Magenta #D008C7
Tints of Deep Magenta #D008C7
RGB
CMYK
RGB Variations
Color information
#D008C7 (or 0xD008C7) is known color: Deep Magenta. HEX triplet: D0, 08 and C7. RGB value is (208,8,199). Sum of RGB (Red+Green+Blue) = 208+8+199=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D008C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008C7 is #2FF738. Grayscale: #595959. Windows color (decimal): -3143481 or 13043920. OLE color: 13043920.
HSL color Cylindrical-coordinate representation of color #D008C7: hue angle of 302.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008C7 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 199 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.18 |
| HSL | 302.7º | 0.93% | 0.42% | - |
| HSV(B) | 302.7º | 0.96% | 0.82% | - |
| XYZ | 36.41 | 17.71 | 55.53 | - |
| YUV | 89.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 199 | 0 | 0.96 | 0.04 | 0.18 | 302.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | C7 | 0 | 60 | 4 | 12 | 12F | 5D | 2A |
| Octal | 320 | 10 | 307 | 0 | 140 | 4 | 22 | 457 | 135 | 52 |
| Binary | 11010000 | 1000 | 11000111 | 0 | 1100000 | 100 | 10010 | 100101111 | 1011101 | 101010 |
Color Harmonies of #D008C7
Complementary color
Monochromatic Colors of #D008C7
Black with #D008C7
Text Example
Text Example
White with #D008C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008C7; }
p { color: rgb(208,8,199); }
H1.HeaderClassName
{
color: #D008C7;
}
.AnyTagClassName
{
color: #D008C7;
}
</style>
background-color css
<style>
a { background-color: #D008C7; }
a { background-color: rgb(208,8,199); }
div.DivClassName
{
background-color: #D008C7;
}
.BgClassName
{
background-color: #D008C7;
}
</style>
border-color css
<style>
span { border-color: #D008C7; }
span { border-color: rgb(208,8,199); }
td.TdClassName
{
border-color: #D008C7;
}
.TagClassName
{
border-color: #D008C7;
}
</style>