Shades of Deep Magenta #D823C7
Tints of Deep Magenta #D823C7
RGB
CMYK
RGB Variations
Color information
#D823C7 (or 0xD823C7) is known color: Deep Magenta. HEX triplet: D8, 23 and C7. RGB value is (216,35,199). Sum of RGB (Red+Green+Blue) = 216+35+199=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D823C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823C7 is #27DC38. Grayscale: #6B6B6B. Windows color (decimal): -2612281 or 13050840. OLE color: 13050840.
HSL color Cylindrical-coordinate representation of color #D823C7: hue angle of 305.64º 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 #D823C7 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 199 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.15 |
| HSL | 305.64º | 0.72% | 0.49% | - |
| HSV(B) | 305.64º | 0.84% | 0.85% | - |
| XYZ | 39.23 | 19.92 | 55.81 | - |
| YUV | 107.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 199 | 0 | 0.84 | 0.08 | 0.15 | 305.64 | 0.72 | 0.49 |
| Hex | D8 | 23 | C7 | 0 | 54 | 8 | F | 132 | 48 | 31 |
| Octal | 330 | 43 | 307 | 0 | 124 | 10 | 17 | 462 | 110 | 61 |
| Binary | 11011000 | 100011 | 11000111 | 0 | 1010100 | 1000 | 1111 | 100110010 | 1001000 | 110001 |
Color Harmonies of #D823C7
Complementary color
Monochromatic Colors of #D823C7
Black with #D823C7
Text Example
Text Example
White with #D823C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823C7; }
p { color: rgb(216,35,199); }
H1.HeaderClassName
{
color: #D823C7;
}
.AnyTagClassName
{
color: #D823C7;
}
</style>
background-color css
<style>
a { background-color: #D823C7; }
a { background-color: rgb(216,35,199); }
div.DivClassName
{
background-color: #D823C7;
}
.BgClassName
{
background-color: #D823C7;
}
</style>
border-color css
<style>
span { border-color: #D823C7; }
span { border-color: rgb(216,35,199); }
td.TdClassName
{
border-color: #D823C7;
}
.TagClassName
{
border-color: #D823C7;
}
</style>