Shades of Deep Magenta #D002BD
Tints of Deep Magenta #D002BD
RGB
CMYK
RGB Variations
Color information
#D002BD (or 0xD002BD) is known color: Deep Magenta. HEX triplet: D0, 02 and BD. RGB value is (208,2,189). Sum of RGB (Red+Green+Blue) = 208+2+189=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D002BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002BD is #2FFD42. Grayscale: #545454. Windows color (decimal): -3145027 or 12387024. OLE color: 12387024.
HSL color Cylindrical-coordinate representation of color #D002BD: hue angle of 305.53º 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 #D002BD is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.18 |
| HSL | 305.53º | 0.98% | 0.41% | - |
| HSV(B) | 305.53º | 0.99% | 0.82% | - |
| XYZ | 35.22 | 17.13 | 49.59 | - |
| YUV | 84.91 | 186.75 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 189 | 0 | 0.99 | 0.09 | 0.18 | 305.53 | 0.98 | 0.41 |
| Hex | D0 | 2 | BD | 0 | 63 | 9 | 12 | 132 | 62 | 29 |
| Octal | 320 | 2 | 275 | 0 | 143 | 11 | 22 | 462 | 142 | 51 |
| Binary | 11010000 | 10 | 10111101 | 0 | 1100011 | 1001 | 10010 | 100110010 | 1100010 | 101001 |
Color Harmonies of #D002BD
Complementary color
Monochromatic Colors of #D002BD
Black with #D002BD
Text Example
Text Example
White with #D002BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002BD; }
p { color: rgb(208,2,189); }
H1.HeaderClassName
{
color: #D002BD;
}
.AnyTagClassName
{
color: #D002BD;
}
</style>
background-color css
<style>
a { background-color: #D002BD; }
a { background-color: rgb(208,2,189); }
div.DivClassName
{
background-color: #D002BD;
}
.BgClassName
{
background-color: #D002BD;
}
</style>
border-color css
<style>
span { border-color: #D002BD; }
span { border-color: rgb(208,2,189); }
td.TdClassName
{
border-color: #D002BD;
}
.TagClassName
{
border-color: #D002BD;
}
</style>