Shades of Deep Magenta #D81BCC
Tints of Deep Magenta #D81BCC
RGB
CMYK
RGB Variations
Color information
#D81BCC (or 0xD81BCC) is known color: Deep Magenta. HEX triplet: D8, 1B and CC. RGB value is (216,27,204). Sum of RGB (Red+Green+Blue) = 216+27+204=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BCC is #27E433. Grayscale: #676767. Windows color (decimal): -2614324 or 13376472. OLE color: 13376472.
HSL color Cylindrical-coordinate representation of color #D81BCC: hue angle of 303.81º 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 #D81BCC is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.15 |
| HSL | 303.81º | 0.78% | 0.48% | - |
| HSV(B) | 303.81º | 0.88% | 0.85% | - |
| XYZ | 39.61 | 19.74 | 58.85 | - |
| YUV | 103.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 204 | 0 | 0.88 | 0.06 | 0.15 | 303.81 | 0.78 | 0.48 |
| Hex | D8 | 1B | CC | 0 | 58 | 6 | F | 130 | 4E | 30 |
| Octal | 330 | 33 | 314 | 0 | 130 | 6 | 17 | 460 | 116 | 60 |
| Binary | 11011000 | 11011 | 11001100 | 0 | 1011000 | 110 | 1111 | 100110000 | 1001110 | 110000 |
Color Harmonies of #D81BCC
Complementary color
Monochromatic Colors of #D81BCC
Black with #D81BCC
Text Example
Text Example
White with #D81BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BCC; }
p { color: rgb(216,27,204); }
H1.HeaderClassName
{
color: #D81BCC;
}
.AnyTagClassName
{
color: #D81BCC;
}
</style>
background-color css
<style>
a { background-color: #D81BCC; }
a { background-color: rgb(216,27,204); }
div.DivClassName
{
background-color: #D81BCC;
}
.BgClassName
{
background-color: #D81BCC;
}
</style>
border-color css
<style>
span { border-color: #D81BCC; }
span { border-color: rgb(216,27,204); }
td.TdClassName
{
border-color: #D81BCC;
}
.TagClassName
{
border-color: #D81BCC;
}
</style>