Shades of Deep Magenta #D023CE
Tints of Deep Magenta #D023CE
RGB
CMYK
RGB Variations
Color information
#D023CE (or 0xD023CE) is known color: Deep Magenta. HEX triplet: D0, 23 and CE. RGB value is (208,35,206). Sum of RGB (Red+Green+Blue) = 208+35+206=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D023CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023CE is #2FDC31. Grayscale: #696969. Windows color (decimal): -3136562 or 13509584. OLE color: 13509584.
HSL color Cylindrical-coordinate representation of color #D023CE: hue angle of 300.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D023CE is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 206 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.18 |
| HSL | 300.69º | 0.71% | 0.48% | - |
| HSV(B) | 300.69º | 0.83% | 0.82% | - |
| XYZ | 37.75 | 19.07 | 60.08 | - |
| YUV | 106.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 206 | 0 | 0.83 | 0.01 | 0.18 | 300.69 | 0.71 | 0.48 |
| Hex | D0 | 23 | CE | 0 | 53 | 1 | 12 | 12D | 47 | 30 |
| Octal | 320 | 43 | 316 | 0 | 123 | 1 | 22 | 455 | 107 | 60 |
| Binary | 11010000 | 100011 | 11001110 | 0 | 1010011 | 1 | 10010 | 100101101 | 1000111 | 110000 |
Color Harmonies of #D023CE
Complementary color
Monochromatic Colors of #D023CE
Black with #D023CE
Text Example
Text Example
White with #D023CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023CE; }
p { color: rgb(208,35,206); }
H1.HeaderClassName
{
color: #D023CE;
}
.AnyTagClassName
{
color: #D023CE;
}
</style>
background-color css
<style>
a { background-color: #D023CE; }
a { background-color: rgb(208,35,206); }
div.DivClassName
{
background-color: #D023CE;
}
.BgClassName
{
background-color: #D023CE;
}
</style>
border-color css
<style>
span { border-color: #D023CE; }
span { border-color: rgb(208,35,206); }
td.TdClassName
{
border-color: #D023CE;
}
.TagClassName
{
border-color: #D023CE;
}
</style>