Shades of Deep Magenta #D229CD
Tints of Deep Magenta #D229CD
RGB
CMYK
RGB Variations
Color information
#D229CD (or 0xD229CD) is known color: Deep Magenta. HEX triplet: D2, 29 and CD. RGB value is (210,41,205). Sum of RGB (Red+Green+Blue) = 210+41+205=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D229CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229CD is #2DD632. Grayscale: #6D6D6D. Windows color (decimal): -3003955 or 13445586. OLE color: 13445586.
HSL color Cylindrical-coordinate representation of color #D229CD: hue angle of 301.78º 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 #D229CD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 205 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.18 |
| HSL | 301.78º | 0.67% | 0.49% | - |
| HSV(B) | 301.78º | 0.8% | 0.82% | - |
| XYZ | 38.39 | 19.7 | 59.54 | - |
| YUV | 110.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 205 | 0 | 0.80 | 0.02 | 0.18 | 301.78 | 0.67 | 0.49 |
| Hex | D2 | 29 | CD | 0 | 50 | 2 | 12 | 12E | 43 | 31 |
| Octal | 322 | 51 | 315 | 0 | 120 | 2 | 22 | 456 | 103 | 61 |
| Binary | 11010010 | 101001 | 11001101 | 0 | 1010000 | 10 | 10010 | 100101110 | 1000011 | 110001 |
Color Harmonies of #D229CD
Complementary color
Monochromatic Colors of #D229CD
Black with #D229CD
Text Example
Text Example
White with #D229CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229CD; }
p { color: rgb(210,41,205); }
H1.HeaderClassName
{
color: #D229CD;
}
.AnyTagClassName
{
color: #D229CD;
}
</style>
background-color css
<style>
a { background-color: #D229CD; }
a { background-color: rgb(210,41,205); }
div.DivClassName
{
background-color: #D229CD;
}
.BgClassName
{
background-color: #D229CD;
}
</style>
border-color css
<style>
span { border-color: #D229CD; }
span { border-color: rgb(210,41,205); }
td.TdClassName
{
border-color: #D229CD;
}
.TagClassName
{
border-color: #D229CD;
}
</style>