Shades of Deep Magenta #D223D7
Tints of Deep Magenta #D223D7
RGB
CMYK
RGB Variations
Color information
#D223D7 (or 0xD223D7) is known color: Deep Magenta. HEX triplet: D2, 23 and D7. RGB value is (210,35,215). Sum of RGB (Red+Green+Blue) = 210+35+215=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #D223D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223D7 is #2DDC28. Grayscale: #6B6B6B. Windows color (decimal): -3005481 or 14099410. OLE color: 14099410.
HSL color Cylindrical-coordinate representation of color #D223D7: hue angle of 298.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223D7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 35 | 215 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.16 |
| HSL | 298.33º | 0.72% | 0.49% | - |
| HSV(B) | 298.33º | 0.84% | 0.84% | - |
| XYZ | 39.45 | 19.81 | 66.03 | - |
| YUV | 107.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 215 | 0.02 | 0.84 | 0 | 0.16 | 298.33 | 0.72 | 0.49 |
| Hex | D2 | 23 | D7 | 2 | 54 | 0 | 10 | 12A | 48 | 31 |
| Octal | 322 | 43 | 327 | 2 | 124 | 0 | 20 | 452 | 110 | 61 |
| Binary | 11010010 | 100011 | 11010111 | 10 | 1010100 | 0 | 10000 | 100101010 | 1001000 | 110001 |
Color Harmonies of #D223D7
Complementary color
Monochromatic Colors of #D223D7
Black with #D223D7
Text Example
Text Example
White with #D223D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223D7; }
p { color: rgb(210,35,215); }
H1.HeaderClassName
{
color: #D223D7;
}
.AnyTagClassName
{
color: #D223D7;
}
</style>
background-color css
<style>
a { background-color: #D223D7; }
a { background-color: rgb(210,35,215); }
div.DivClassName
{
background-color: #D223D7;
}
.BgClassName
{
background-color: #D223D7;
}
</style>
border-color css
<style>
span { border-color: #D223D7; }
span { border-color: rgb(210,35,215); }
td.TdClassName
{
border-color: #D223D7;
}
.TagClassName
{
border-color: #D223D7;
}
</style>