Shades of Deep Magenta #D81BC7
Tints of Deep Magenta #D81BC7
RGB
CMYK
RGB Variations
Color information
#D81BC7 (or 0xD81BC7) is known color: Deep Magenta. HEX triplet: D8, 1B and C7. RGB value is (216,27,199). Sum of RGB (Red+Green+Blue) = 216+27+199=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BC7 is #27E438. Grayscale: #666666. Windows color (decimal): -2614329 or 13048792. OLE color: 13048792.
HSL color Cylindrical-coordinate representation of color #D81BC7: hue angle of 305.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81BC7 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 199 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.15 |
| HSL | 305.4º | 0.78% | 0.48% | - |
| HSV(B) | 305.4º | 0.88% | 0.85% | - |
| XYZ | 39.02 | 19.51 | 55.74 | - |
| YUV | 103.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 199 | 0 | 0.88 | 0.08 | 0.15 | 305.4 | 0.78 | 0.48 |
| Hex | D8 | 1B | C7 | 0 | 58 | 8 | F | 131 | 4E | 30 |
| Octal | 330 | 33 | 307 | 0 | 130 | 10 | 17 | 461 | 116 | 60 |
| Binary | 11011000 | 11011 | 11000111 | 0 | 1011000 | 1000 | 1111 | 100110001 | 1001110 | 110000 |
Color Harmonies of #D81BC7
Complementary color
Monochromatic Colors of #D81BC7
Black with #D81BC7
Text Example
Text Example
White with #D81BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BC7; }
p { color: rgb(216,27,199); }
H1.HeaderClassName
{
color: #D81BC7;
}
.AnyTagClassName
{
color: #D81BC7;
}
</style>
background-color css
<style>
a { background-color: #D81BC7; }
a { background-color: rgb(216,27,199); }
div.DivClassName
{
background-color: #D81BC7;
}
.BgClassName
{
background-color: #D81BC7;
}
</style>
border-color css
<style>
span { border-color: #D81BC7; }
span { border-color: rgb(216,27,199); }
td.TdClassName
{
border-color: #D81BC7;
}
.TagClassName
{
border-color: #D81BC7;
}
</style>