Shades of Deep Magenta #D006BD
Tints of Deep Magenta #D006BD
RGB
CMYK
RGB Variations
Color information
#D006BD (or 0xD006BD) is known color: Deep Magenta. HEX triplet: D0, 06 and BD. RGB value is (208,6,189). Sum of RGB (Red+Green+Blue) = 208+6+189=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D006BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006BD is #2FF942. Grayscale: #565656. Windows color (decimal): -3144003 or 12388048. OLE color: 12388048.
HSL color Cylindrical-coordinate representation of color #D006BD: hue angle of 305.64º 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 #D006BD is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.18 |
| HSL | 305.64º | 0.94% | 0.42% | - |
| HSV(B) | 305.64º | 0.97% | 0.82% | - |
| XYZ | 35.26 | 17.21 | 49.61 | - |
| YUV | 87.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 189 | 0 | 0.97 | 0.09 | 0.18 | 305.64 | 0.94 | 0.42 |
| Hex | D0 | 6 | BD | 0 | 61 | 9 | 12 | 132 | 5E | 2A |
| Octal | 320 | 6 | 275 | 0 | 141 | 11 | 22 | 462 | 136 | 52 |
| Binary | 11010000 | 110 | 10111101 | 0 | 1100001 | 1001 | 10010 | 100110010 | 1011110 | 101010 |
Color Harmonies of #D006BD
Complementary color
Monochromatic Colors of #D006BD
Black with #D006BD
Text Example
Text Example
White with #D006BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006BD; }
p { color: rgb(208,6,189); }
H1.HeaderClassName
{
color: #D006BD;
}
.AnyTagClassName
{
color: #D006BD;
}
</style>
background-color css
<style>
a { background-color: #D006BD; }
a { background-color: rgb(208,6,189); }
div.DivClassName
{
background-color: #D006BD;
}
.BgClassName
{
background-color: #D006BD;
}
</style>
border-color css
<style>
span { border-color: #D006BD; }
span { border-color: rgb(208,6,189); }
td.TdClassName
{
border-color: #D006BD;
}
.TagClassName
{
border-color: #D006BD;
}
</style>