Shades of Deep Magenta #D802B3
Tints of Deep Magenta #D802B3
RGB
CMYK
RGB Variations
Color information
#D802B3 (or 0xD802B3) is known color: Deep Magenta. HEX triplet: D8, 02 and B3. RGB value is (216,2,179). Sum of RGB (Red+Green+Blue) = 216+2+179=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D802B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802B3 is #27FD4C. Grayscale: #555555. Windows color (decimal): -2620749 or 11731672. OLE color: 11731672.
HSL color Cylindrical-coordinate representation of color #D802B3: hue angle of 310.37º 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 #D802B3 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.15 |
| HSL | 310.37º | 0.98% | 0.43% | - |
| HSV(B) | 310.37º | 0.99% | 0.85% | - |
| XYZ | 36.48 | 17.9 | 44.18 | - |
| YUV | 86.16 | 180.4 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 179 | 0 | 0.99 | 0.17 | 0.15 | 310.37 | 0.98 | 0.43 |
| Hex | D8 | 2 | B3 | 0 | 63 | 11 | F | 136 | 62 | 2B |
| Octal | 330 | 2 | 263 | 0 | 143 | 21 | 17 | 466 | 142 | 53 |
| Binary | 11011000 | 10 | 10110011 | 0 | 1100011 | 10001 | 1111 | 100110110 | 1100010 | 101011 |
Color Harmonies of #D802B3
Complementary color
Monochromatic Colors of #D802B3
Black with #D802B3
Text Example
Text Example
White with #D802B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802B3; }
p { color: rgb(216,2,179); }
H1.HeaderClassName
{
color: #D802B3;
}
.AnyTagClassName
{
color: #D802B3;
}
</style>
background-color css
<style>
a { background-color: #D802B3; }
a { background-color: rgb(216,2,179); }
div.DivClassName
{
background-color: #D802B3;
}
.BgClassName
{
background-color: #D802B3;
}
</style>
border-color css
<style>
span { border-color: #D802B3; }
span { border-color: rgb(216,2,179); }
td.TdClassName
{
border-color: #D802B3;
}
.TagClassName
{
border-color: #D802B3;
}
</style>