Shades of Deep Magenta #D229C7
Tints of Deep Magenta #D229C7
RGB
CMYK
RGB Variations
Color information
#D229C7 (or 0xD229C7) is known color: Deep Magenta. HEX triplet: D2, 29 and C7. RGB value is (210,41,199). Sum of RGB (Red+Green+Blue) = 210+41+199=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D229C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229C7 is #2DD638. Grayscale: #6D6D6D. Windows color (decimal): -3003961 or 13052370. OLE color: 13052370.
HSL color Cylindrical-coordinate representation of color #D229C7: hue angle of 303.91º 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 #D229C7 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 199 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.18 |
| HSL | 303.91º | 0.67% | 0.49% | - |
| HSV(B) | 303.91º | 0.8% | 0.82% | - |
| XYZ | 37.68 | 19.41 | 55.79 | - |
| YUV | 109.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 199 | 0 | 0.80 | 0.05 | 0.18 | 303.91 | 0.67 | 0.49 |
| Hex | D2 | 29 | C7 | 0 | 50 | 5 | 12 | 130 | 43 | 31 |
| Octal | 322 | 51 | 307 | 0 | 120 | 5 | 22 | 460 | 103 | 61 |
| Binary | 11010010 | 101001 | 11000111 | 0 | 1010000 | 101 | 10010 | 100110000 | 1000011 | 110001 |
Color Harmonies of #D229C7
Complementary color
Monochromatic Colors of #D229C7
Black with #D229C7
Text Example
Text Example
White with #D229C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229C7; }
p { color: rgb(210,41,199); }
H1.HeaderClassName
{
color: #D229C7;
}
.AnyTagClassName
{
color: #D229C7;
}
</style>
background-color css
<style>
a { background-color: #D229C7; }
a { background-color: rgb(210,41,199); }
div.DivClassName
{
background-color: #D229C7;
}
.BgClassName
{
background-color: #D229C7;
}
</style>
border-color css
<style>
span { border-color: #D229C7; }
span { border-color: rgb(210,41,199); }
td.TdClassName
{
border-color: #D229C7;
}
.TagClassName
{
border-color: #D229C7;
}
</style>