Shades of Deep Magenta #D812CD
Tints of Deep Magenta #D812CD
RGB
CMYK
RGB Variations
Color information
#D812CD (or 0xD812CD) is known color: Deep Magenta. HEX triplet: D8, 12 and CD. RGB value is (216,18,205). Sum of RGB (Red+Green+Blue) = 216+18+205=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D812CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812CD is #27ED32. Grayscale: #616161. Windows color (decimal): -2616627 or 13439704. OLE color: 13439704.
HSL color Cylindrical-coordinate representation of color #D812CD: hue angle of 303.33º 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 #D812CD is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.15 |
| HSL | 303.33º | 0.85% | 0.46% | - |
| HSV(B) | 303.33º | 0.92% | 0.85% | - |
| XYZ | 39.55 | 19.44 | 59.43 | - |
| YUV | 98.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 205 | 0 | 0.92 | 0.05 | 0.15 | 303.33 | 0.85 | 0.46 |
| Hex | D8 | 12 | CD | 0 | 5C | 5 | F | 12F | 55 | 2E |
| Octal | 330 | 22 | 315 | 0 | 134 | 5 | 17 | 457 | 125 | 56 |
| Binary | 11011000 | 10010 | 11001101 | 0 | 1011100 | 101 | 1111 | 100101111 | 1010101 | 101110 |
Color Harmonies of #D812CD
Complementary color
Monochromatic Colors of #D812CD
Black with #D812CD
Text Example
Text Example
White with #D812CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812CD; }
p { color: rgb(216,18,205); }
H1.HeaderClassName
{
color: #D812CD;
}
.AnyTagClassName
{
color: #D812CD;
}
</style>
background-color css
<style>
a { background-color: #D812CD; }
a { background-color: rgb(216,18,205); }
div.DivClassName
{
background-color: #D812CD;
}
.BgClassName
{
background-color: #D812CD;
}
</style>
border-color css
<style>
span { border-color: #D812CD; }
span { border-color: rgb(216,18,205); }
td.TdClassName
{
border-color: #D812CD;
}
.TagClassName
{
border-color: #D812CD;
}
</style>