Shades of Deep Magenta #D817C2
Tints of Deep Magenta #D817C2
RGB
CMYK
RGB Variations
Color information
#D817C2 (or 0xD817C2) is known color: Deep Magenta. HEX triplet: D8, 17 and C2. RGB value is (216,23,194). Sum of RGB (Red+Green+Blue) = 216+23+194=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D817C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D817C2 is #27E83D. Grayscale: #636363. Windows color (decimal): -2615358 or 12720088. OLE color: 12720088.
HSL color Cylindrical-coordinate representation of color #D817C2: hue angle of 306.84º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D817C2 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 194 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.15 |
| HSL | 306.84º | 0.81% | 0.47% | - |
| HSV(B) | 306.84º | 0.89% | 0.85% | - |
| XYZ | 38.36 | 19.11 | 52.7 | - |
| YUV | 100.2 | 180.94 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 194 | 0 | 0.89 | 0.10 | 0.15 | 306.84 | 0.81 | 0.47 |
| Hex | D8 | 17 | C2 | 0 | 59 | A | F | 133 | 51 | 2F |
| Octal | 330 | 27 | 302 | 0 | 131 | 12 | 17 | 463 | 121 | 57 |
| Binary | 11011000 | 10111 | 11000010 | 0 | 1011001 | 1010 | 1111 | 100110011 | 1010001 | 101111 |
Color Harmonies of #D817C2
Complementary color
Monochromatic Colors of #D817C2
Black with #D817C2
Text Example
Text Example
White with #D817C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817C2; }
p { color: rgb(216,23,194); }
H1.HeaderClassName
{
color: #D817C2;
}
.AnyTagClassName
{
color: #D817C2;
}
</style>
background-color css
<style>
a { background-color: #D817C2; }
a { background-color: rgb(216,23,194); }
div.DivClassName
{
background-color: #D817C2;
}
.BgClassName
{
background-color: #D817C2;
}
</style>
border-color css
<style>
span { border-color: #D817C2; }
span { border-color: rgb(216,23,194); }
td.TdClassName
{
border-color: #D817C2;
}
.TagClassName
{
border-color: #D817C2;
}
</style>