Shades of Deep Magenta #D81BC4
Tints of Deep Magenta #D81BC4
RGB
CMYK
RGB Variations
Color information
#D81BC4 (or 0xD81BC4) is known color: Deep Magenta. HEX triplet: D8, 1B and C4. RGB value is (216,27,196). Sum of RGB (Red+Green+Blue) = 216+27+196=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BC4 is #27E43B. Grayscale: #666666. Windows color (decimal): -2614332 or 12852184. OLE color: 12852184.
HSL color Cylindrical-coordinate representation of color #D81BC4: hue angle of 306.35º 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 #D81BC4 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 196 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.15 |
| HSL | 306.35º | 0.78% | 0.48% | - |
| HSV(B) | 306.35º | 0.88% | 0.85% | - |
| XYZ | 38.67 | 19.37 | 53.92 | - |
| YUV | 102.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 196 | 0 | 0.88 | 0.09 | 0.15 | 306.35 | 0.78 | 0.48 |
| Hex | D8 | 1B | C4 | 0 | 58 | 9 | F | 132 | 4E | 30 |
| Octal | 330 | 33 | 304 | 0 | 130 | 11 | 17 | 462 | 116 | 60 |
| Binary | 11011000 | 11011 | 11000100 | 0 | 1011000 | 1001 | 1111 | 100110010 | 1001110 | 110000 |
Color Harmonies of #D81BC4
Complementary color
Monochromatic Colors of #D81BC4
Black with #D81BC4
Text Example
Text Example
White with #D81BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BC4; }
p { color: rgb(216,27,196); }
H1.HeaderClassName
{
color: #D81BC4;
}
.AnyTagClassName
{
color: #D81BC4;
}
</style>
background-color css
<style>
a { background-color: #D81BC4; }
a { background-color: rgb(216,27,196); }
div.DivClassName
{
background-color: #D81BC4;
}
.BgClassName
{
background-color: #D81BC4;
}
</style>
border-color css
<style>
span { border-color: #D81BC4; }
span { border-color: rgb(216,27,196); }
td.TdClassName
{
border-color: #D81BC4;
}
.TagClassName
{
border-color: #D81BC4;
}
</style>