Shades of Deep Magenta #D023CB
Tints of Deep Magenta #D023CB
RGB
CMYK
RGB Variations
Color information
#D023CB (or 0xD023CB) is known color: Deep Magenta. HEX triplet: D0, 23 and CB. RGB value is (208,35,203). Sum of RGB (Red+Green+Blue) = 208+35+203=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D023CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023CB is #2FDC34. Grayscale: #696969. Windows color (decimal): -3136565 or 13312976. OLE color: 13312976.
HSL color Cylindrical-coordinate representation of color #D023CB: hue angle of 301.73º 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 #D023CB is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 203 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.18 |
| HSL | 301.73º | 0.71% | 0.48% | - |
| HSV(B) | 301.73º | 0.83% | 0.82% | - |
| XYZ | 37.39 | 18.92 | 58.18 | - |
| YUV | 105.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 203 | 0 | 0.83 | 0.02 | 0.18 | 301.73 | 0.71 | 0.48 |
| Hex | D0 | 23 | CB | 0 | 53 | 2 | 12 | 12E | 47 | 30 |
| Octal | 320 | 43 | 313 | 0 | 123 | 2 | 22 | 456 | 107 | 60 |
| Binary | 11010000 | 100011 | 11001011 | 0 | 1010011 | 10 | 10010 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D023CB
Complementary color
Monochromatic Colors of #D023CB
Black with #D023CB
Text Example
Text Example
White with #D023CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023CB; }
p { color: rgb(208,35,203); }
H1.HeaderClassName
{
color: #D023CB;
}
.AnyTagClassName
{
color: #D023CB;
}
</style>
background-color css
<style>
a { background-color: #D023CB; }
a { background-color: rgb(208,35,203); }
div.DivClassName
{
background-color: #D023CB;
}
.BgClassName
{
background-color: #D023CB;
}
</style>
border-color css
<style>
span { border-color: #D023CB; }
span { border-color: rgb(208,35,203); }
td.TdClassName
{
border-color: #D023CB;
}
.TagClassName
{
border-color: #D023CB;
}
</style>