Shades of Deep Magenta #D225DB
Tints of Deep Magenta #D225DB
RGB
CMYK
RGB Variations
Color information
#D225DB (or 0xD225DB) is known color: Deep Magenta. HEX triplet: D2, 25 and DB. RGB value is (210,37,219). Sum of RGB (Red+Green+Blue) = 210+37+219=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #D225DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225DB is #2DDA24. Grayscale: #6C6C6C. Windows color (decimal): -3004965 or 14362066. OLE color: 14362066.
HSL color Cylindrical-coordinate representation of color #D225DB: hue angle of 297.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D225DB is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 37 | 219 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.14 |
| HSL | 297.03º | 0.72% | 0.5% | - |
| HSV(B) | 297.03º | 0.83% | 0.86% | - |
| XYZ | 40.03 | 20.14 | 68.8 | - |
| YUV | 109.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 219 | 0.04 | 0.83 | 0 | 0.14 | 297.03 | 0.72 | 0.5 |
| Hex | D2 | 25 | DB | 4 | 53 | 0 | E | 129 | 48 | 32 |
| Octal | 322 | 45 | 333 | 4 | 123 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010010 | 100101 | 11011011 | 100 | 1010011 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D225DB
Complementary color
Monochromatic Colors of #D225DB
Black with #D225DB
Text Example
Text Example
White with #D225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225DB; }
p { color: rgb(210,37,219); }
H1.HeaderClassName
{
color: #D225DB;
}
.AnyTagClassName
{
color: #D225DB;
}
</style>
background-color css
<style>
a { background-color: #D225DB; }
a { background-color: rgb(210,37,219); }
div.DivClassName
{
background-color: #D225DB;
}
.BgClassName
{
background-color: #D225DB;
}
</style>
border-color css
<style>
span { border-color: #D225DB; }
span { border-color: rgb(210,37,219); }
td.TdClassName
{
border-color: #D225DB;
}
.TagClassName
{
border-color: #D225DB;
}
</style>