Shades of Deep Magenta #D81CB8
Tints of Deep Magenta #D81CB8
RGB
CMYK
RGB Variations
Color information
#D81CB8 (or 0xD81CB8) is known color: Deep Magenta. HEX triplet: D8, 1C and B8. RGB value is (216,28,184). Sum of RGB (Red+Green+Blue) = 216+28+184=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CB8 is #27E347. Grayscale: #656565. Windows color (decimal): -2614088 or 12066008. OLE color: 12066008.
HSL color Cylindrical-coordinate representation of color #D81CB8: hue angle of 310.21º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CB8 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 184 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.15 |
| HSL | 310.21º | 0.77% | 0.48% | - |
| HSV(B) | 310.21º | 0.87% | 0.85% | - |
| XYZ | 37.39 | 18.89 | 47.02 | - |
| YUV | 102 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 184 | 0 | 0.87 | 0.15 | 0.15 | 310.21 | 0.77 | 0.48 |
| Hex | D8 | 1C | B8 | 0 | 57 | F | F | 136 | 4D | 30 |
| Octal | 330 | 34 | 270 | 0 | 127 | 17 | 17 | 466 | 115 | 60 |
| Binary | 11011000 | 11100 | 10111000 | 0 | 1010111 | 1111 | 1111 | 100110110 | 1001101 | 110000 |
Color Harmonies of #D81CB8
Complementary color
Monochromatic Colors of #D81CB8
Black with #D81CB8
Text Example
Text Example
White with #D81CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CB8; }
p { color: rgb(216,28,184); }
H1.HeaderClassName
{
color: #D81CB8;
}
.AnyTagClassName
{
color: #D81CB8;
}
</style>
background-color css
<style>
a { background-color: #D81CB8; }
a { background-color: rgb(216,28,184); }
div.DivClassName
{
background-color: #D81CB8;
}
.BgClassName
{
background-color: #D81CB8;
}
</style>
border-color css
<style>
span { border-color: #D81CB8; }
span { border-color: rgb(216,28,184); }
td.TdClassName
{
border-color: #D81CB8;
}
.TagClassName
{
border-color: #D81CB8;
}
</style>