Shades of Deep Magenta #D006BE
Tints of Deep Magenta #D006BE
RGB
CMYK
RGB Variations
Color information
#D006BE (or 0xD006BE) is known color: Deep Magenta. HEX triplet: D0, 06 and BE. RGB value is (208,6,190). Sum of RGB (Red+Green+Blue) = 208+6+190=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D006BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006BE is #2FF941. Grayscale: #565656. Windows color (decimal): -3144002 or 12453584. OLE color: 12453584.
HSL color Cylindrical-coordinate representation of color #D006BE: hue angle of 305.35º 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 #D006BE is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.18 |
| HSL | 305.35º | 0.94% | 0.42% | - |
| HSV(B) | 305.35º | 0.97% | 0.82% | - |
| XYZ | 35.37 | 17.26 | 50.18 | - |
| YUV | 87.37 | 185.92 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 190 | 0 | 0.97 | 0.09 | 0.18 | 305.35 | 0.94 | 0.42 |
| Hex | D0 | 6 | BE | 0 | 61 | 9 | 12 | 131 | 5E | 2A |
| Octal | 320 | 6 | 276 | 0 | 141 | 11 | 22 | 461 | 136 | 52 |
| Binary | 11010000 | 110 | 10111110 | 0 | 1100001 | 1001 | 10010 | 100110001 | 1011110 | 101010 |
Color Harmonies of #D006BE
Complementary color
Monochromatic Colors of #D006BE
Black with #D006BE
Text Example
Text Example
White with #D006BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006BE; }
p { color: rgb(208,6,190); }
H1.HeaderClassName
{
color: #D006BE;
}
.AnyTagClassName
{
color: #D006BE;
}
</style>
background-color css
<style>
a { background-color: #D006BE; }
a { background-color: rgb(208,6,190); }
div.DivClassName
{
background-color: #D006BE;
}
.BgClassName
{
background-color: #D006BE;
}
</style>
border-color css
<style>
span { border-color: #D006BE; }
span { border-color: rgb(208,6,190); }
td.TdClassName
{
border-color: #D006BE;
}
.TagClassName
{
border-color: #D006BE;
}
</style>