Shades of Deep Magenta #D006D8
Tints of Deep Magenta #D006D8
RGB
CMYK
RGB Variations
Color information
#D006D8 (or 0xD006D8) is known color: Deep Magenta. HEX triplet: D0, 06 and D8. RGB value is (208,6,216). Sum of RGB (Red+Green+Blue) = 208+6+216=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #D006D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006D8 is #2FF927. Grayscale: #595959. Windows color (decimal): -3143976 or 14157520. OLE color: 14157520.
HSL color Cylindrical-coordinate representation of color #D006D8: hue angle of 297.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006D8 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 6 | 216 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.15 |
| HSL | 297.71º | 0.95% | 0.44% | - |
| HSV(B) | 297.71º | 0.97% | 0.85% | - |
| XYZ | 38.47 | 18.5 | 66.51 | - |
| YUV | 90.34 | 198.92 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 216 | 0.04 | 0.97 | 0 | 0.15 | 297.71 | 0.95 | 0.44 |
| Hex | D0 | 6 | D8 | 4 | 61 | 0 | F | 12A | 5F | 2C |
| Octal | 320 | 6 | 330 | 4 | 141 | 0 | 17 | 452 | 137 | 54 |
| Binary | 11010000 | 110 | 11011000 | 100 | 1100001 | 0 | 1111 | 100101010 | 1011111 | 101100 |
Color Harmonies of #D006D8
Complementary color
Monochromatic Colors of #D006D8
Black with #D006D8
Text Example
Text Example
White with #D006D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006D8; }
p { color: rgb(208,6,216); }
H1.HeaderClassName
{
color: #D006D8;
}
.AnyTagClassName
{
color: #D006D8;
}
</style>
background-color css
<style>
a { background-color: #D006D8; }
a { background-color: rgb(208,6,216); }
div.DivClassName
{
background-color: #D006D8;
}
.BgClassName
{
background-color: #D006D8;
}
</style>
border-color css
<style>
span { border-color: #D006D8; }
span { border-color: rgb(208,6,216); }
td.TdClassName
{
border-color: #D006D8;
}
.TagClassName
{
border-color: #D006D8;
}
</style>