Shades of Deep Magenta #D229CE
Tints of Deep Magenta #D229CE
RGB
CMYK
RGB Variations
Color information
#D229CE (or 0xD229CE) is known color: Deep Magenta. HEX triplet: D2, 29 and CE. RGB value is (210,41,206). Sum of RGB (Red+Green+Blue) = 210+41+206=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D229CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229CE is #2DD631. Grayscale: #6D6D6D. Windows color (decimal): -3003954 or 13511122. OLE color: 13511122.
HSL color Cylindrical-coordinate representation of color #D229CE: hue angle of 301.42º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D229CE is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 206 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.18 |
| HSL | 301.42º | 0.67% | 0.49% | - |
| HSV(B) | 301.42º | 0.8% | 0.82% | - |
| XYZ | 38.51 | 19.74 | 60.17 | - |
| YUV | 110.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 206 | 0 | 0.80 | 0.02 | 0.18 | 301.42 | 0.67 | 0.49 |
| Hex | D2 | 29 | CE | 0 | 50 | 2 | 12 | 12D | 43 | 31 |
| Octal | 322 | 51 | 316 | 0 | 120 | 2 | 22 | 455 | 103 | 61 |
| Binary | 11010010 | 101001 | 11001110 | 0 | 1010000 | 10 | 10010 | 100101101 | 1000011 | 110001 |
Color Harmonies of #D229CE
Complementary color
Monochromatic Colors of #D229CE
Black with #D229CE
Text Example
Text Example
White with #D229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229CE; }
p { color: rgb(210,41,206); }
H1.HeaderClassName
{
color: #D229CE;
}
.AnyTagClassName
{
color: #D229CE;
}
</style>
background-color css
<style>
a { background-color: #D229CE; }
a { background-color: rgb(210,41,206); }
div.DivClassName
{
background-color: #D229CE;
}
.BgClassName
{
background-color: #D229CE;
}
</style>
border-color css
<style>
span { border-color: #D229CE; }
span { border-color: rgb(210,41,206); }
td.TdClassName
{
border-color: #D229CE;
}
.TagClassName
{
border-color: #D229CE;
}
</style>