Shades of Deep Magenta #D223CB
Tints of Deep Magenta #D223CB
RGB
CMYK
RGB Variations
Color information
#D223CB (or 0xD223CB) is known color: Deep Magenta. HEX triplet: D2, 23 and CB. RGB value is (210,35,203). Sum of RGB (Red+Green+Blue) = 210+35+203=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D223CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223CB is #2DDC34. Grayscale: #696969. Windows color (decimal): -3005493 or 13312978. OLE color: 13312978.
HSL color Cylindrical-coordinate representation of color #D223CB: hue angle of 302.4º 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 #D223CB is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 203 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.18 |
| HSL | 302.4º | 0.71% | 0.48% | - |
| HSV(B) | 302.4º | 0.83% | 0.82% | - |
| XYZ | 37.96 | 19.22 | 58.21 | - |
| YUV | 106.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 203 | 0 | 0.83 | 0.03 | 0.18 | 302.4 | 0.71 | 0.48 |
| Hex | D2 | 23 | CB | 0 | 53 | 3 | 12 | 12E | 47 | 30 |
| Octal | 322 | 43 | 313 | 0 | 123 | 3 | 22 | 456 | 107 | 60 |
| Binary | 11010010 | 100011 | 11001011 | 0 | 1010011 | 11 | 10010 | 100101110 | 1000111 | 110000 |
Color Harmonies of #D223CB
Complementary color
Monochromatic Colors of #D223CB
Black with #D223CB
Text Example
Text Example
White with #D223CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223CB; }
p { color: rgb(210,35,203); }
H1.HeaderClassName
{
color: #D223CB;
}
.AnyTagClassName
{
color: #D223CB;
}
</style>
background-color css
<style>
a { background-color: #D223CB; }
a { background-color: rgb(210,35,203); }
div.DivClassName
{
background-color: #D223CB;
}
.BgClassName
{
background-color: #D223CB;
}
</style>
border-color css
<style>
span { border-color: #D223CB; }
span { border-color: rgb(210,35,203); }
td.TdClassName
{
border-color: #D223CB;
}
.TagClassName
{
border-color: #D223CB;
}
</style>