Shades of Deep Magenta #D002B5
Tints of Deep Magenta #D002B5
RGB
CMYK
RGB Variations
Color information
#D002B5 (or 0xD002B5) is known color: Deep Magenta. HEX triplet: D0, 02 and B5. RGB value is (208,2,181). Sum of RGB (Red+Green+Blue) = 208+2+181=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D002B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002B5 is #2FFD4A. Grayscale: #535353. Windows color (decimal): -3145035 or 11862736. OLE color: 11862736.
HSL color Cylindrical-coordinate representation of color #D002B5: hue angle of 307.86º 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 #D002B5 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.18 |
| HSL | 307.86º | 0.98% | 0.41% | - |
| HSV(B) | 307.86º | 0.99% | 0.82% | - |
| XYZ | 34.37 | 16.79 | 45.15 | - |
| YUV | 84 | 182.75 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 181 | 0 | 0.99 | 0.13 | 0.18 | 307.86 | 0.98 | 0.41 |
| Hex | D0 | 2 | B5 | 0 | 63 | D | 12 | 134 | 62 | 29 |
| Octal | 320 | 2 | 265 | 0 | 143 | 15 | 22 | 464 | 142 | 51 |
| Binary | 11010000 | 10 | 10110101 | 0 | 1100011 | 1101 | 10010 | 100110100 | 1100010 | 101001 |
Color Harmonies of #D002B5
Complementary color
Monochromatic Colors of #D002B5
Black with #D002B5
Text Example
Text Example
White with #D002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D002B5; }
p { color: rgb(208,2,181); }
H1.HeaderClassName
{
color: #D002B5;
}
.AnyTagClassName
{
color: #D002B5;
}
</style>
background-color css
<style>
a { background-color: #D002B5; }
a { background-color: rgb(208,2,181); }
div.DivClassName
{
background-color: #D002B5;
}
.BgClassName
{
background-color: #D002B5;
}
</style>
border-color css
<style>
span { border-color: #D002B5; }
span { border-color: rgb(208,2,181); }
td.TdClassName
{
border-color: #D002B5;
}
.TagClassName
{
border-color: #D002B5;
}
</style>