Shades of Deep Magenta #D006D5
Tints of Deep Magenta #D006D5
RGB
CMYK
RGB Variations
Color information
#D006D5 (or 0xD006D5) is known color: Deep Magenta. HEX triplet: D0, 06 and D5. RGB value is (208,6,213). Sum of RGB (Red+Green+Blue) = 208+6+213=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #D006D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006D5 is #2FF92A. Grayscale: #595959. Windows color (decimal): -3143979 or 13960912. OLE color: 13960912.
HSL color Cylindrical-coordinate representation of color #D006D5: hue angle of 298.55º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D006D5 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 6 | 213 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.16 |
| HSL | 298.55º | 0.95% | 0.43% | - |
| HSV(B) | 298.55º | 0.97% | 0.84% | - |
| XYZ | 38.09 | 18.34 | 64.48 | - |
| YUV | 90 | 197.42 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 213 | 0.02 | 0.97 | 0 | 0.16 | 298.55 | 0.95 | 0.43 |
| Hex | D0 | 6 | D5 | 2 | 61 | 0 | 10 | 12B | 5F | 2B |
| Octal | 320 | 6 | 325 | 2 | 141 | 0 | 20 | 453 | 137 | 53 |
| Binary | 11010000 | 110 | 11010101 | 10 | 1100001 | 0 | 10000 | 100101011 | 1011111 | 101011 |
Color Harmonies of #D006D5
Complementary color
Monochromatic Colors of #D006D5
Black with #D006D5
Text Example
Text Example
White with #D006D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006D5; }
p { color: rgb(208,6,213); }
H1.HeaderClassName
{
color: #D006D5;
}
.AnyTagClassName
{
color: #D006D5;
}
</style>
background-color css
<style>
a { background-color: #D006D5; }
a { background-color: rgb(208,6,213); }
div.DivClassName
{
background-color: #D006D5;
}
.BgClassName
{
background-color: #D006D5;
}
</style>
border-color css
<style>
span { border-color: #D006D5; }
span { border-color: rgb(208,6,213); }
td.TdClassName
{
border-color: #D006D5;
}
.TagClassName
{
border-color: #D006D5;
}
</style>