Shades of Deep Magenta #D229E1
Tints of Deep Magenta #D229E1
RGB
CMYK
RGB Variations
Color information
#D229E1 (or 0xD229E1) is known color: Deep Magenta. HEX triplet: D2, 29 and E1. RGB value is (210,41,225). Sum of RGB (Red+Green+Blue) = 210+41+225=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #D229E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229E1 is #2DD61E. Grayscale: #6F6F6F. Windows color (decimal): -3003935 or 14756306. OLE color: 14756306.
HSL color Cylindrical-coordinate representation of color #D229E1: hue angle of 295.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D229E1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 41 | 225 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.12 |
| HSL | 295.11º | 0.75% | 0.52% | - |
| HSV(B) | 295.11º | 0.82% | 0.88% | - |
| XYZ | 40.96 | 20.72 | 73.08 | - |
| YUV | 112.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 225 | 0.07 | 0.82 | 0 | 0.12 | 295.11 | 0.75 | 0.52 |
| Hex | D2 | 29 | E1 | 7 | 52 | 0 | C | 127 | 4B | 34 |
| Octal | 322 | 51 | 341 | 7 | 122 | 0 | 14 | 447 | 113 | 64 |
| Binary | 11010010 | 101001 | 11100001 | 111 | 1010010 | 0 | 1100 | 100100111 | 1001011 | 110100 |
Color Harmonies of #D229E1
Complementary color
Monochromatic Colors of #D229E1
Black with #D229E1
Text Example
Text Example
White with #D229E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229E1; }
p { color: rgb(210,41,225); }
H1.HeaderClassName
{
color: #D229E1;
}
.AnyTagClassName
{
color: #D229E1;
}
</style>
background-color css
<style>
a { background-color: #D229E1; }
a { background-color: rgb(210,41,225); }
div.DivClassName
{
background-color: #D229E1;
}
.BgClassName
{
background-color: #D229E1;
}
</style>
border-color css
<style>
span { border-color: #D229E1; }
span { border-color: rgb(210,41,225); }
td.TdClassName
{
border-color: #D229E1;
}
.TagClassName
{
border-color: #D229E1;
}
</style>