Shades of Deep Magenta #D223BC
Tints of Deep Magenta #D223BC
RGB
CMYK
RGB Variations
Color information
#D223BC (or 0xD223BC) is known color: Deep Magenta. HEX triplet: D2, 23 and BC. RGB value is (210,35,188). Sum of RGB (Red+Green+Blue) = 210+35+188=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D223BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223BC is #2DDC43. Grayscale: #686868. Windows color (decimal): -3005508 or 12329938. OLE color: 12329938.
HSL color Cylindrical-coordinate representation of color #D223BC: hue angle of 307.54º 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 #D223BC is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 188 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.18 |
| HSL | 307.54º | 0.71% | 0.48% | - |
| HSV(B) | 307.54º | 0.83% | 0.82% | - |
| XYZ | 36.26 | 18.53 | 49.24 | - |
| YUV | 104.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 188 | 0 | 0.83 | 0.10 | 0.18 | 307.54 | 0.71 | 0.48 |
| Hex | D2 | 23 | BC | 0 | 53 | A | 12 | 134 | 47 | 30 |
| Octal | 322 | 43 | 274 | 0 | 123 | 12 | 22 | 464 | 107 | 60 |
| Binary | 11010010 | 100011 | 10111100 | 0 | 1010011 | 1010 | 10010 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D223BC
Complementary color
Monochromatic Colors of #D223BC
Black with #D223BC
Text Example
Text Example
White with #D223BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223BC; }
p { color: rgb(210,35,188); }
H1.HeaderClassName
{
color: #D223BC;
}
.AnyTagClassName
{
color: #D223BC;
}
</style>
background-color css
<style>
a { background-color: #D223BC; }
a { background-color: rgb(210,35,188); }
div.DivClassName
{
background-color: #D223BC;
}
.BgClassName
{
background-color: #D223BC;
}
</style>
border-color css
<style>
span { border-color: #D223BC; }
span { border-color: rgb(210,35,188); }
td.TdClassName
{
border-color: #D223BC;
}
.TagClassName
{
border-color: #D223BC;
}
</style>