Shades of Deep Magenta #D223DA
Tints of Deep Magenta #D223DA
RGB
CMYK
RGB Variations
Color information
#D223DA (or 0xD223DA) is known color: Deep Magenta. HEX triplet: D2, 23 and DA. RGB value is (210,35,218). Sum of RGB (Red+Green+Blue) = 210+35+218=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #D223DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223DA is #2DDC25. Grayscale: #6B6B6B. Windows color (decimal): -3005478 or 14296018. OLE color: 14296018.
HSL color Cylindrical-coordinate representation of color #D223DA: hue angle of 297.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223DA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 35 | 218 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.15 |
| HSL | 297.38º | 0.72% | 0.5% | - |
| HSV(B) | 297.38º | 0.84% | 0.85% | - |
| XYZ | 39.83 | 19.97 | 68.08 | - |
| YUV | 108.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 218 | 0.04 | 0.84 | 0 | 0.15 | 297.38 | 0.72 | 0.5 |
| Hex | D2 | 23 | DA | 4 | 54 | 0 | F | 129 | 48 | 32 |
| Octal | 322 | 43 | 332 | 4 | 124 | 0 | 17 | 451 | 110 | 62 |
| Binary | 11010010 | 100011 | 11011010 | 100 | 1010100 | 0 | 1111 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D223DA
Complementary color
Monochromatic Colors of #D223DA
Black with #D223DA
Text Example
Text Example
White with #D223DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223DA; }
p { color: rgb(210,35,218); }
H1.HeaderClassName
{
color: #D223DA;
}
.AnyTagClassName
{
color: #D223DA;
}
</style>
background-color css
<style>
a { background-color: #D223DA; }
a { background-color: rgb(210,35,218); }
div.DivClassName
{
background-color: #D223DA;
}
.BgClassName
{
background-color: #D223DA;
}
</style>
border-color css
<style>
span { border-color: #D223DA; }
span { border-color: rgb(210,35,218); }
td.TdClassName
{
border-color: #D223DA;
}
.TagClassName
{
border-color: #D223DA;
}
</style>