Shades of Deep Magenta #D812B5
Tints of Deep Magenta #D812B5
RGB
CMYK
RGB Variations
Color information
#D812B5 (or 0xD812B5) is known color: Deep Magenta. HEX triplet: D8, 12 and B5. RGB value is (216,18,181). Sum of RGB (Red+Green+Blue) = 216+18+181=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D812B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812B5 is #27ED4A. Grayscale: #5F5F5F. Windows color (decimal): -2616651 or 11866840. OLE color: 11866840.
HSL color Cylindrical-coordinate representation of color #D812B5: hue angle of 310.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812B5 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 181 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.15 |
| HSL | 310.61º | 0.85% | 0.46% | - |
| HSV(B) | 310.61º | 0.92% | 0.85% | - |
| XYZ | 36.88 | 18.37 | 45.32 | - |
| YUV | 95.78 | 176.1 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 181 | 0 | 0.92 | 0.16 | 0.15 | 310.61 | 0.85 | 0.46 |
| Hex | D8 | 12 | B5 | 0 | 5C | 10 | F | 137 | 55 | 2E |
| Octal | 330 | 22 | 265 | 0 | 134 | 20 | 17 | 467 | 125 | 56 |
| Binary | 11011000 | 10010 | 10110101 | 0 | 1011100 | 10000 | 1111 | 100110111 | 1010101 | 101110 |
Color Harmonies of #D812B5
Complementary color
Monochromatic Colors of #D812B5
Black with #D812B5
Text Example
Text Example
White with #D812B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812B5; }
p { color: rgb(216,18,181); }
H1.HeaderClassName
{
color: #D812B5;
}
.AnyTagClassName
{
color: #D812B5;
}
</style>
background-color css
<style>
a { background-color: #D812B5; }
a { background-color: rgb(216,18,181); }
div.DivClassName
{
background-color: #D812B5;
}
.BgClassName
{
background-color: #D812B5;
}
</style>
border-color css
<style>
span { border-color: #D812B5; }
span { border-color: rgb(216,18,181); }
td.TdClassName
{
border-color: #D812B5;
}
.TagClassName
{
border-color: #D812B5;
}
</style>