Shades of Deep Magenta #D81BC6
Tints of Deep Magenta #D81BC6
RGB
CMYK
RGB Variations
Color information
#D81BC6 (or 0xD81BC6) is known color: Deep Magenta. HEX triplet: D8, 1B and C6. RGB value is (216,27,198). Sum of RGB (Red+Green+Blue) = 216+27+198=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BC6 is #27E439. Grayscale: #666666. Windows color (decimal): -2614330 or 12983256. OLE color: 12983256.
HSL color Cylindrical-coordinate representation of color #D81BC6: hue angle of 305.71º 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 #D81BC6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 198 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.15 |
| HSL | 305.71º | 0.78% | 0.48% | - |
| HSV(B) | 305.71º | 0.88% | 0.85% | - |
| XYZ | 38.9 | 19.46 | 55.13 | - |
| YUV | 103.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 198 | 0 | 0.88 | 0.08 | 0.15 | 305.71 | 0.78 | 0.48 |
| Hex | D8 | 1B | C6 | 0 | 58 | 8 | F | 132 | 4E | 30 |
| Octal | 330 | 33 | 306 | 0 | 130 | 10 | 17 | 462 | 116 | 60 |
| Binary | 11011000 | 11011 | 11000110 | 0 | 1011000 | 1000 | 1111 | 100110010 | 1001110 | 110000 |
Color Harmonies of #D81BC6
Complementary color
Monochromatic Colors of #D81BC6
Black with #D81BC6
Text Example
Text Example
White with #D81BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BC6; }
p { color: rgb(216,27,198); }
H1.HeaderClassName
{
color: #D81BC6;
}
.AnyTagClassName
{
color: #D81BC6;
}
</style>
background-color css
<style>
a { background-color: #D81BC6; }
a { background-color: rgb(216,27,198); }
div.DivClassName
{
background-color: #D81BC6;
}
.BgClassName
{
background-color: #D81BC6;
}
</style>
border-color css
<style>
span { border-color: #D81BC6; }
span { border-color: rgb(216,27,198); }
td.TdClassName
{
border-color: #D81BC6;
}
.TagClassName
{
border-color: #D81BC6;
}
</style>