Shades of Deep Magenta #D002BE
Tints of Deep Magenta #D002BE
RGB
CMYK
RGB Variations
Color information
#D002BE (or 0xD002BE) is known color: Deep Magenta. HEX triplet: D0, 02 and BE. RGB value is (208,2,190). Sum of RGB (Red+Green+Blue) = 208+2+190=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D002BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002BE is #2FFD41. Grayscale: #545454. Windows color (decimal): -3145026 or 12452560. OLE color: 12452560.
HSL color Cylindrical-coordinate representation of color #D002BE: hue angle of 305.24º 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 #D002BE is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.18 |
| HSL | 305.24º | 0.98% | 0.41% | - |
| HSV(B) | 305.24º | 0.99% | 0.82% | - |
| XYZ | 35.33 | 17.17 | 50.17 | - |
| YUV | 85.03 | 187.25 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 190 | 0 | 0.99 | 0.09 | 0.18 | 305.24 | 0.98 | 0.41 |
| Hex | D0 | 2 | BE | 0 | 63 | 9 | 12 | 131 | 62 | 29 |
| Octal | 320 | 2 | 276 | 0 | 143 | 11 | 22 | 461 | 142 | 51 |
| Binary | 11010000 | 10 | 10111110 | 0 | 1100011 | 1001 | 10010 | 100110001 | 1100010 | 101001 |
Color Harmonies of #D002BE
Complementary color
Monochromatic Colors of #D002BE
Black with #D002BE
Text Example
Text Example
White with #D002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002BE; }
p { color: rgb(208,2,190); }
H1.HeaderClassName
{
color: #D002BE;
}
.AnyTagClassName
{
color: #D002BE;
}
</style>
background-color css
<style>
a { background-color: #D002BE; }
a { background-color: rgb(208,2,190); }
div.DivClassName
{
background-color: #D002BE;
}
.BgClassName
{
background-color: #D002BE;
}
</style>
border-color css
<style>
span { border-color: #D002BE; }
span { border-color: rgb(208,2,190); }
td.TdClassName
{
border-color: #D002BE;
}
.TagClassName
{
border-color: #D002BE;
}
</style>