Shades of Deep Magenta #D225B9
Tints of Deep Magenta #D225B9
RGB
CMYK
RGB Variations
Color information
#D225B9 (or 0xD225B9) is known color: Deep Magenta. HEX triplet: D2, 25 and B9. RGB value is (210,37,185). Sum of RGB (Red+Green+Blue) = 210+37+185=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D225B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225B9 is #2DDA46. Grayscale: #696969. Windows color (decimal): -3004999 or 12133842. OLE color: 12133842.
HSL color Cylindrical-coordinate representation of color #D225B9: hue angle of 308.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D225B9 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 185 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.18 |
| HSL | 308.67º | 0.7% | 0.48% | - |
| HSV(B) | 308.67º | 0.82% | 0.82% | - |
| XYZ | 36 | 18.53 | 47.58 | - |
| YUV | 105.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 185 | 0 | 0.82 | 0.12 | 0.18 | 308.67 | 0.7 | 0.48 |
| Hex | D2 | 25 | B9 | 0 | 52 | C | 12 | 135 | 46 | 30 |
| Octal | 322 | 45 | 271 | 0 | 122 | 14 | 22 | 465 | 106 | 60 |
| Binary | 11010010 | 100101 | 10111001 | 0 | 1010010 | 1100 | 10010 | 100110101 | 1000110 | 110000 |
Color Harmonies of #D225B9
Complementary color
Monochromatic Colors of #D225B9
Black with #D225B9
Text Example
Text Example
White with #D225B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225B9; }
p { color: rgb(210,37,185); }
H1.HeaderClassName
{
color: #D225B9;
}
.AnyTagClassName
{
color: #D225B9;
}
</style>
background-color css
<style>
a { background-color: #D225B9; }
a { background-color: rgb(210,37,185); }
div.DivClassName
{
background-color: #D225B9;
}
.BgClassName
{
background-color: #D225B9;
}
</style>
border-color css
<style>
span { border-color: #D225B9; }
span { border-color: rgb(210,37,185); }
td.TdClassName
{
border-color: #D225B9;
}
.TagClassName
{
border-color: #D225B9;
}
</style>