Shades of Deep Magenta #D81CD3
Tints of Deep Magenta #D81CD3
RGB
CMYK
RGB Variations
Color information
#D81CD3 (or 0xD81CD3) is known color: Deep Magenta. HEX triplet: D8, 1C and D3. RGB value is (216,28,211). Sum of RGB (Red+Green+Blue) = 216+28+211=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CD3 is #27E32C. Grayscale: #686868. Windows color (decimal): -2614061 or 13835480. OLE color: 13835480.
HSL color Cylindrical-coordinate representation of color #D81CD3: hue angle of 301.6º 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 #D81CD3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 211 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.15 |
| HSL | 301.6º | 0.77% | 0.48% | - |
| HSV(B) | 301.6º | 0.87% | 0.85% | - |
| XYZ | 40.49 | 20.13 | 63.38 | - |
| YUV | 105.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 211 | 0 | 0.87 | 0.02 | 0.15 | 301.6 | 0.77 | 0.48 |
| Hex | D8 | 1C | D3 | 0 | 57 | 2 | F | 12E | 4D | 30 |
| Octal | 330 | 34 | 323 | 0 | 127 | 2 | 17 | 456 | 115 | 60 |
| Binary | 11011000 | 11100 | 11010011 | 0 | 1010111 | 10 | 1111 | 100101110 | 1001101 | 110000 |
Color Harmonies of #D81CD3
Complementary color
Monochromatic Colors of #D81CD3
Black with #D81CD3
Text Example
Text Example
White with #D81CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CD3; }
p { color: rgb(216,28,211); }
H1.HeaderClassName
{
color: #D81CD3;
}
.AnyTagClassName
{
color: #D81CD3;
}
</style>
background-color css
<style>
a { background-color: #D81CD3; }
a { background-color: rgb(216,28,211); }
div.DivClassName
{
background-color: #D81CD3;
}
.BgClassName
{
background-color: #D81CD3;
}
</style>
border-color css
<style>
span { border-color: #D81CD3; }
span { border-color: rgb(216,28,211); }
td.TdClassName
{
border-color: #D81CD3;
}
.TagClassName
{
border-color: #D81CD3;
}
</style>