Shades of Deep Magenta #D002BB
Tints of Deep Magenta #D002BB
RGB
CMYK
RGB Variations
Color information
#D002BB (or 0xD002BB) is known color: Deep Magenta. HEX triplet: D0, 02 and BB. RGB value is (208,2,187). Sum of RGB (Red+Green+Blue) = 208+2+187=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D002BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002BB is #2FFD44. Grayscale: #545454. Windows color (decimal): -3145029 or 12255952. OLE color: 12255952.
HSL color Cylindrical-coordinate representation of color #D002BB: hue angle of 306.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D002BB is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.18 |
| HSL | 306.12º | 0.98% | 0.41% | - |
| HSV(B) | 306.12º | 0.99% | 0.82% | - |
| XYZ | 35 | 17.04 | 48.46 | - |
| YUV | 84.68 | 185.75 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 187 | 0 | 0.99 | 0.10 | 0.18 | 306.12 | 0.98 | 0.41 |
| Hex | D0 | 2 | BB | 0 | 63 | A | 12 | 132 | 62 | 29 |
| Octal | 320 | 2 | 273 | 0 | 143 | 12 | 22 | 462 | 142 | 51 |
| Binary | 11010000 | 10 | 10111011 | 0 | 1100011 | 1010 | 10010 | 100110010 | 1100010 | 101001 |
Color Harmonies of #D002BB
Complementary color
Monochromatic Colors of #D002BB
Black with #D002BB
Text Example
Text Example
White with #D002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002BB; }
p { color: rgb(208,2,187); }
H1.HeaderClassName
{
color: #D002BB;
}
.AnyTagClassName
{
color: #D002BB;
}
</style>
background-color css
<style>
a { background-color: #D002BB; }
a { background-color: rgb(208,2,187); }
div.DivClassName
{
background-color: #D002BB;
}
.BgClassName
{
background-color: #D002BB;
}
</style>
border-color css
<style>
span { border-color: #D002BB; }
span { border-color: rgb(208,2,187); }
td.TdClassName
{
border-color: #D002BB;
}
.TagClassName
{
border-color: #D002BB;
}
</style>