Shades of Deep Magenta #D229CC
Tints of Deep Magenta #D229CC
RGB
CMYK
RGB Variations
Color information
#D229CC (or 0xD229CC) is known color: Deep Magenta. HEX triplet: D2, 29 and CC. RGB value is (210,41,204). Sum of RGB (Red+Green+Blue) = 210+41+204=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D229CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229CC is #2DD633. Grayscale: #6D6D6D. Windows color (decimal): -3003956 or 13380050. OLE color: 13380050.
HSL color Cylindrical-coordinate representation of color #D229CC: hue angle of 302.13º 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 #D229CC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 204 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.18 |
| HSL | 302.13º | 0.67% | 0.49% | - |
| HSV(B) | 302.13º | 0.8% | 0.82% | - |
| XYZ | 38.27 | 19.65 | 58.9 | - |
| YUV | 110.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 204 | 0 | 0.80 | 0.03 | 0.18 | 302.13 | 0.67 | 0.49 |
| Hex | D2 | 29 | CC | 0 | 50 | 3 | 12 | 12E | 43 | 31 |
| Octal | 322 | 51 | 314 | 0 | 120 | 3 | 22 | 456 | 103 | 61 |
| Binary | 11010010 | 101001 | 11001100 | 0 | 1010000 | 11 | 10010 | 100101110 | 1000011 | 110001 |
Color Harmonies of #D229CC
Complementary color
Monochromatic Colors of #D229CC
Black with #D229CC
Text Example
Text Example
White with #D229CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229CC; }
p { color: rgb(210,41,204); }
H1.HeaderClassName
{
color: #D229CC;
}
.AnyTagClassName
{
color: #D229CC;
}
</style>
background-color css
<style>
a { background-color: #D229CC; }
a { background-color: rgb(210,41,204); }
div.DivClassName
{
background-color: #D229CC;
}
.BgClassName
{
background-color: #D229CC;
}
</style>
border-color css
<style>
span { border-color: #D229CC; }
span { border-color: rgb(210,41,204); }
td.TdClassName
{
border-color: #D229CC;
}
.TagClassName
{
border-color: #D229CC;
}
</style>