Shades of Deep Magenta #D229DA
Tints of Deep Magenta #D229DA
RGB
CMYK
RGB Variations
Color information
#D229DA (or 0xD229DA) is known color: Deep Magenta. HEX triplet: D2, 29 and DA. RGB value is (210,41,218). Sum of RGB (Red+Green+Blue) = 210+41+218=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #D229DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DA is #2DD625. Grayscale: #6F6F6F. Windows color (decimal): -3003942 or 14297554. OLE color: 14297554.
HSL color Cylindrical-coordinate representation of color #D229DA: hue angle of 297.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D229DA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 41 | 218 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.15 |
| HSL | 297.29º | 0.71% | 0.51% | - |
| HSV(B) | 297.29º | 0.81% | 0.85% | - |
| XYZ | 40.03 | 20.35 | 68.15 | - |
| YUV | 111.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 218 | 0.04 | 0.81 | 0 | 0.15 | 297.29 | 0.71 | 0.51 |
| Hex | D2 | 29 | DA | 4 | 51 | 0 | F | 129 | 47 | 33 |
| Octal | 322 | 51 | 332 | 4 | 121 | 0 | 17 | 451 | 107 | 63 |
| Binary | 11010010 | 101001 | 11011010 | 100 | 1010001 | 0 | 1111 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D229DA
Complementary color
Monochromatic Colors of #D229DA
Black with #D229DA
Text Example
Text Example
White with #D229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229DA; }
p { color: rgb(210,41,218); }
H1.HeaderClassName
{
color: #D229DA;
}
.AnyTagClassName
{
color: #D229DA;
}
</style>
background-color css
<style>
a { background-color: #D229DA; }
a { background-color: rgb(210,41,218); }
div.DivClassName
{
background-color: #D229DA;
}
.BgClassName
{
background-color: #D229DA;
}
</style>
border-color css
<style>
span { border-color: #D229DA; }
span { border-color: rgb(210,41,218); }
td.TdClassName
{
border-color: #D229DA;
}
.TagClassName
{
border-color: #D229DA;
}
</style>