Shades of Deep Magenta #D229C9
Tints of Deep Magenta #D229C9
RGB
CMYK
RGB Variations
Color information
#D229C9 (or 0xD229C9) is known color: Deep Magenta. HEX triplet: D2, 29 and C9. RGB value is (210,41,201). Sum of RGB (Red+Green+Blue) = 210+41+201=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D229C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229C9 is #2DD636. Grayscale: #6D6D6D. Windows color (decimal): -3003959 or 13183442. OLE color: 13183442.
HSL color Cylindrical-coordinate representation of color #D229C9: hue angle of 303.2º 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 #D229C9 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 201 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.18 |
| HSL | 303.2º | 0.67% | 0.49% | - |
| HSV(B) | 303.2º | 0.8% | 0.82% | - |
| XYZ | 37.91 | 19.5 | 57.02 | - |
| YUV | 109.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 201 | 0 | 0.80 | 0.04 | 0.18 | 303.2 | 0.67 | 0.49 |
| Hex | D2 | 29 | C9 | 0 | 50 | 4 | 12 | 12F | 43 | 31 |
| Octal | 322 | 51 | 311 | 0 | 120 | 4 | 22 | 457 | 103 | 61 |
| Binary | 11010010 | 101001 | 11001001 | 0 | 1010000 | 100 | 10010 | 100101111 | 1000011 | 110001 |
Color Harmonies of #D229C9
Complementary color
Monochromatic Colors of #D229C9
Black with #D229C9
Text Example
Text Example
White with #D229C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229C9; }
p { color: rgb(210,41,201); }
H1.HeaderClassName
{
color: #D229C9;
}
.AnyTagClassName
{
color: #D229C9;
}
</style>
background-color css
<style>
a { background-color: #D229C9; }
a { background-color: rgb(210,41,201); }
div.DivClassName
{
background-color: #D229C9;
}
.BgClassName
{
background-color: #D229C9;
}
</style>
border-color css
<style>
span { border-color: #D229C9; }
span { border-color: rgb(210,41,201); }
td.TdClassName
{
border-color: #D229C9;
}
.TagClassName
{
border-color: #D229C9;
}
</style>