Shades of Deep Magenta #D823C8
Tints of Deep Magenta #D823C8
RGB
CMYK
RGB Variations
Color information
#D823C8 (or 0xD823C8) is known color: Deep Magenta. HEX triplet: D8, 23 and C8. RGB value is (216,35,200). Sum of RGB (Red+Green+Blue) = 216+35+200=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D823C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823C8 is #27DC37. Grayscale: #6B6B6B. Windows color (decimal): -2612280 or 13116376. OLE color: 13116376.
HSL color Cylindrical-coordinate representation of color #D823C8: hue angle of 305.3º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823C8 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 200 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.15 |
| HSL | 305.3º | 0.72% | 0.49% | - |
| HSV(B) | 305.3º | 0.84% | 0.85% | - |
| XYZ | 39.35 | 19.97 | 56.42 | - |
| YUV | 107.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 200 | 0 | 0.84 | 0.07 | 0.15 | 305.3 | 0.72 | 0.49 |
| Hex | D8 | 23 | C8 | 0 | 54 | 7 | F | 131 | 48 | 31 |
| Octal | 330 | 43 | 310 | 0 | 124 | 7 | 17 | 461 | 110 | 61 |
| Binary | 11011000 | 100011 | 11001000 | 0 | 1010100 | 111 | 1111 | 100110001 | 1001000 | 110001 |
Color Harmonies of #D823C8
Complementary color
Monochromatic Colors of #D823C8
Black with #D823C8
Text Example
Text Example
White with #D823C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823C8; }
p { color: rgb(216,35,200); }
H1.HeaderClassName
{
color: #D823C8;
}
.AnyTagClassName
{
color: #D823C8;
}
</style>
background-color css
<style>
a { background-color: #D823C8; }
a { background-color: rgb(216,35,200); }
div.DivClassName
{
background-color: #D823C8;
}
.BgClassName
{
background-color: #D823C8;
}
</style>
border-color css
<style>
span { border-color: #D823C8; }
span { border-color: rgb(216,35,200); }
td.TdClassName
{
border-color: #D823C8;
}
.TagClassName
{
border-color: #D823C8;
}
</style>