Shades of Deep Magenta #D823CF
Tints of Deep Magenta #D823CF
RGB
CMYK
RGB Variations
Color information
#D823CF (or 0xD823CF) is known color: Deep Magenta. HEX triplet: D8, 23 and CF. RGB value is (216,35,207). Sum of RGB (Red+Green+Blue) = 216+35+207=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D823CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823CF is #27DC30. Grayscale: #6C6C6C. Windows color (decimal): -2612273 or 13575128. OLE color: 13575128.
HSL color Cylindrical-coordinate representation of color #D823CF: hue angle of 302.98º 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 #D823CF is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 207 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.15 |
| HSL | 302.98º | 0.72% | 0.49% | - |
| HSV(B) | 302.98º | 0.84% | 0.85% | - |
| XYZ | 40.18 | 20.31 | 60.83 | - |
| YUV | 108.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 207 | 0 | 0.84 | 0.04 | 0.15 | 302.98 | 0.72 | 0.49 |
| Hex | D8 | 23 | CF | 0 | 54 | 4 | F | 12F | 48 | 31 |
| Octal | 330 | 43 | 317 | 0 | 124 | 4 | 17 | 457 | 110 | 61 |
| Binary | 11011000 | 100011 | 11001111 | 0 | 1010100 | 100 | 1111 | 100101111 | 1001000 | 110001 |
Color Harmonies of #D823CF
Complementary color
Monochromatic Colors of #D823CF
Black with #D823CF
Text Example
Text Example
White with #D823CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823CF; }
p { color: rgb(216,35,207); }
H1.HeaderClassName
{
color: #D823CF;
}
.AnyTagClassName
{
color: #D823CF;
}
</style>
background-color css
<style>
a { background-color: #D823CF; }
a { background-color: rgb(216,35,207); }
div.DivClassName
{
background-color: #D823CF;
}
.BgClassName
{
background-color: #D823CF;
}
</style>
border-color css
<style>
span { border-color: #D823CF; }
span { border-color: rgb(216,35,207); }
td.TdClassName
{
border-color: #D823CF;
}
.TagClassName
{
border-color: #D823CF;
}
</style>