Shades of Deep Magenta #D006C2
Tints of Deep Magenta #D006C2
RGB
CMYK
RGB Variations
Color information
#D006C2 (or 0xD006C2) is known color: Deep Magenta. HEX triplet: D0, 06 and C2. RGB value is (208,6,194). Sum of RGB (Red+Green+Blue) = 208+6+194=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D006C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006C2 is #2FF93D. Grayscale: #575757. Windows color (decimal): -3143998 or 12715728. OLE color: 12715728.
HSL color Cylindrical-coordinate representation of color #D006C2: hue angle of 304.16º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006C2 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 194 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.18 |
| HSL | 304.16º | 0.94% | 0.42% | - |
| HSV(B) | 304.16º | 0.97% | 0.82% | - |
| XYZ | 35.82 | 17.44 | 52.52 | - |
| YUV | 87.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 194 | 0 | 0.97 | 0.07 | 0.18 | 304.16 | 0.94 | 0.42 |
| Hex | D0 | 6 | C2 | 0 | 61 | 7 | 12 | 130 | 5E | 2A |
| Octal | 320 | 6 | 302 | 0 | 141 | 7 | 22 | 460 | 136 | 52 |
| Binary | 11010000 | 110 | 11000010 | 0 | 1100001 | 111 | 10010 | 100110000 | 1011110 | 101010 |
Color Harmonies of #D006C2
Complementary color
Monochromatic Colors of #D006C2
Black with #D006C2
Text Example
Text Example
White with #D006C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006C2; }
p { color: rgb(208,6,194); }
H1.HeaderClassName
{
color: #D006C2;
}
.AnyTagClassName
{
color: #D006C2;
}
</style>
background-color css
<style>
a { background-color: #D006C2; }
a { background-color: rgb(208,6,194); }
div.DivClassName
{
background-color: #D006C2;
}
.BgClassName
{
background-color: #D006C2;
}
</style>
border-color css
<style>
span { border-color: #D006C2; }
span { border-color: rgb(208,6,194); }
td.TdClassName
{
border-color: #D006C2;
}
.TagClassName
{
border-color: #D006C2;
}
</style>