Shades of Deep Magenta #D225BA
Tints of Deep Magenta #D225BA
RGB
CMYK
RGB Variations
Color information
#D225BA (or 0xD225BA) is known color: Deep Magenta. HEX triplet: D2, 25 and BA. RGB value is (210,37,186). Sum of RGB (Red+Green+Blue) = 210+37+186=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D225BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225BA is #2DDA45. Grayscale: #696969. Windows color (decimal): -3004998 or 12199378. OLE color: 12199378.
HSL color Cylindrical-coordinate representation of color #D225BA: hue angle of 308.32º 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 #D225BA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 186 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.18 |
| HSL | 308.32º | 0.7% | 0.48% | - |
| HSV(B) | 308.32º | 0.82% | 0.82% | - |
| XYZ | 36.1 | 18.57 | 48.14 | - |
| YUV | 105.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 186 | 0 | 0.82 | 0.11 | 0.18 | 308.32 | 0.7 | 0.48 |
| Hex | D2 | 25 | BA | 0 | 52 | B | 12 | 134 | 46 | 30 |
| Octal | 322 | 45 | 272 | 0 | 122 | 13 | 22 | 464 | 106 | 60 |
| Binary | 11010010 | 100101 | 10111010 | 0 | 1010010 | 1011 | 10010 | 100110100 | 1000110 | 110000 |
Color Harmonies of #D225BA
Complementary color
Monochromatic Colors of #D225BA
Black with #D225BA
Text Example
Text Example
White with #D225BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225BA; }
p { color: rgb(210,37,186); }
H1.HeaderClassName
{
color: #D225BA;
}
.AnyTagClassName
{
color: #D225BA;
}
</style>
background-color css
<style>
a { background-color: #D225BA; }
a { background-color: rgb(210,37,186); }
div.DivClassName
{
background-color: #D225BA;
}
.BgClassName
{
background-color: #D225BA;
}
</style>
border-color css
<style>
span { border-color: #D225BA; }
span { border-color: rgb(210,37,186); }
td.TdClassName
{
border-color: #D225BA;
}
.TagClassName
{
border-color: #D225BA;
}
</style>