Shades of Deep Magenta #D229C5
Tints of Deep Magenta #D229C5
RGB
CMYK
RGB Variations
Color information
#D229C5 (or 0xD229C5) is known color: Deep Magenta. HEX triplet: D2, 29 and C5. RGB value is (210,41,197). Sum of RGB (Red+Green+Blue) = 210+41+197=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D229C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229C5 is #2DD63A. Grayscale: #6C6C6C. Windows color (decimal): -3003963 or 12921298. OLE color: 12921298.
HSL color Cylindrical-coordinate representation of color #D229C5: hue angle of 304.62º 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 #D229C5 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 197 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.18 |
| HSL | 304.62º | 0.67% | 0.49% | - |
| HSV(B) | 304.62º | 0.8% | 0.82% | - |
| XYZ | 37.45 | 19.32 | 54.58 | - |
| YUV | 109.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 197 | 0 | 0.80 | 0.06 | 0.18 | 304.62 | 0.67 | 0.49 |
| Hex | D2 | 29 | C5 | 0 | 50 | 6 | 12 | 131 | 43 | 31 |
| Octal | 322 | 51 | 305 | 0 | 120 | 6 | 22 | 461 | 103 | 61 |
| Binary | 11010010 | 101001 | 11000101 | 0 | 1010000 | 110 | 10010 | 100110001 | 1000011 | 110001 |
Color Harmonies of #D229C5
Complementary color
Monochromatic Colors of #D229C5
Black with #D229C5
Text Example
Text Example
White with #D229C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229C5; }
p { color: rgb(210,41,197); }
H1.HeaderClassName
{
color: #D229C5;
}
.AnyTagClassName
{
color: #D229C5;
}
</style>
background-color css
<style>
a { background-color: #D229C5; }
a { background-color: rgb(210,41,197); }
div.DivClassName
{
background-color: #D229C5;
}
.BgClassName
{
background-color: #D229C5;
}
</style>
border-color css
<style>
span { border-color: #D229C5; }
span { border-color: rgb(210,41,197); }
td.TdClassName
{
border-color: #D229C5;
}
.TagClassName
{
border-color: #D229C5;
}
</style>