Shades of Deep Magenta #D802B5
Tints of Deep Magenta #D802B5
RGB
CMYK
RGB Variations
Color information
#D802B5 (or 0xD802B5) is known color: Deep Magenta. HEX triplet: D8, 02 and B5. RGB value is (216,2,181). Sum of RGB (Red+Green+Blue) = 216+2+181=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D802B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802B5 is #27FD4A. Grayscale: #555555. Windows color (decimal): -2620747 or 11862744. OLE color: 11862744.
HSL color Cylindrical-coordinate representation of color #D802B5: hue angle of 309.81º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802B5 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.15 |
| HSL | 309.81º | 0.98% | 0.43% | - |
| HSV(B) | 309.81º | 0.99% | 0.85% | - |
| XYZ | 36.68 | 17.98 | 45.25 | - |
| YUV | 86.39 | 181.4 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 181 | 0 | 0.99 | 0.16 | 0.15 | 309.81 | 0.98 | 0.43 |
| Hex | D8 | 2 | B5 | 0 | 63 | 10 | F | 136 | 62 | 2B |
| Octal | 330 | 2 | 265 | 0 | 143 | 20 | 17 | 466 | 142 | 53 |
| Binary | 11011000 | 10 | 10110101 | 0 | 1100011 | 10000 | 1111 | 100110110 | 1100010 | 101011 |
Color Harmonies of #D802B5
Complementary color
Monochromatic Colors of #D802B5
Black with #D802B5
Text Example
Text Example
White with #D802B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802B5; }
p { color: rgb(216,2,181); }
H1.HeaderClassName
{
color: #D802B5;
}
.AnyTagClassName
{
color: #D802B5;
}
</style>
background-color css
<style>
a { background-color: #D802B5; }
a { background-color: rgb(216,2,181); }
div.DivClassName
{
background-color: #D802B5;
}
.BgClassName
{
background-color: #D802B5;
}
</style>
border-color css
<style>
span { border-color: #D802B5; }
span { border-color: rgb(216,2,181); }
td.TdClassName
{
border-color: #D802B5;
}
.TagClassName
{
border-color: #D802B5;
}
</style>