Shades of Deep Magenta #D002B9
Tints of Deep Magenta #D002B9
RGB
CMYK
RGB Variations
Color information
#D002B9 (or 0xD002B9) is known color: Deep Magenta. HEX triplet: D0, 02 and B9. RGB value is (208,2,185). Sum of RGB (Red+Green+Blue) = 208+2+185=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D002B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002B9 is #2FFD46. Grayscale: #535353. Windows color (decimal): -3145031 or 12124880. OLE color: 12124880.
HSL color Cylindrical-coordinate representation of color #D002B9: hue angle of 306.7º 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 #D002B9 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.18 |
| HSL | 306.7º | 0.98% | 0.41% | - |
| HSV(B) | 306.7º | 0.99% | 0.82% | - |
| XYZ | 34.79 | 16.96 | 47.34 | - |
| YUV | 84.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 185 | 0 | 0.99 | 0.11 | 0.18 | 306.7 | 0.98 | 0.41 |
| Hex | D0 | 2 | B9 | 0 | 63 | B | 12 | 133 | 62 | 29 |
| Octal | 320 | 2 | 271 | 0 | 143 | 13 | 22 | 463 | 142 | 51 |
| Binary | 11010000 | 10 | 10111001 | 0 | 1100011 | 1011 | 10010 | 100110011 | 1100010 | 101001 |
Color Harmonies of #D002B9
Complementary color
Monochromatic Colors of #D002B9
Black with #D002B9
Text Example
Text Example
White with #D002B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002B9; }
p { color: rgb(208,2,185); }
H1.HeaderClassName
{
color: #D002B9;
}
.AnyTagClassName
{
color: #D002B9;
}
</style>
background-color css
<style>
a { background-color: #D002B9; }
a { background-color: rgb(208,2,185); }
div.DivClassName
{
background-color: #D002B9;
}
.BgClassName
{
background-color: #D002B9;
}
</style>
border-color css
<style>
span { border-color: #D002B9; }
span { border-color: rgb(208,2,185); }
td.TdClassName
{
border-color: #D002B9;
}
.TagClassName
{
border-color: #D002B9;
}
</style>