Shades of Deep Magenta #D229B5
Tints of Deep Magenta #D229B5
RGB
CMYK
RGB Variations
Color information
#D229B5 (or 0xD229B5) is known color: Deep Magenta. HEX triplet: D2, 29 and B5. RGB value is (210,41,181). Sum of RGB (Red+Green+Blue) = 210+41+181=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D229B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229B5 is #2DD64A. Grayscale: #6B6B6B. Windows color (decimal): -3003979 or 11872722. OLE color: 11872722.
HSL color Cylindrical-coordinate representation of color #D229B5: hue angle of 310.3º 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 #D229B5 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 181 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.18 |
| HSL | 310.3º | 0.67% | 0.49% | - |
| HSV(B) | 310.3º | 0.8% | 0.82% | - |
| XYZ | 35.71 | 18.62 | 45.43 | - |
| YUV | 107.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 181 | 0 | 0.80 | 0.14 | 0.18 | 310.3 | 0.67 | 0.49 |
| Hex | D2 | 29 | B5 | 0 | 50 | E | 12 | 136 | 43 | 31 |
| Octal | 322 | 51 | 265 | 0 | 120 | 16 | 22 | 466 | 103 | 61 |
| Binary | 11010010 | 101001 | 10110101 | 0 | 1010000 | 1110 | 10010 | 100110110 | 1000011 | 110001 |
Color Harmonies of #D229B5
Complementary color
Monochromatic Colors of #D229B5
Black with #D229B5
Text Example
Text Example
White with #D229B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229B5; }
p { color: rgb(210,41,181); }
H1.HeaderClassName
{
color: #D229B5;
}
.AnyTagClassName
{
color: #D229B5;
}
</style>
background-color css
<style>
a { background-color: #D229B5; }
a { background-color: rgb(210,41,181); }
div.DivClassName
{
background-color: #D229B5;
}
.BgClassName
{
background-color: #D229B5;
}
</style>
border-color css
<style>
span { border-color: #D229B5; }
span { border-color: rgb(210,41,181); }
td.TdClassName
{
border-color: #D229B5;
}
.TagClassName
{
border-color: #D229B5;
}
</style>