Shades of Deep Magenta #D525DB
Tints of Deep Magenta #D525DB
RGB
CMYK
RGB Variations
Color information
#D525DB (or 0xD525DB) is known color: Deep Magenta. HEX triplet: D5, 25 and DB. RGB value is (213,37,219). Sum of RGB (Red+Green+Blue) = 213+37+219=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D525DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525DB is #2ADA24. Grayscale: #6D6D6D. Windows color (decimal): -2808357 or 14362069. OLE color: 14362069.
HSL color Cylindrical-coordinate representation of color #D525DB: hue angle of 298.02º 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 #D525DB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 37 | 219 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.14 |
| HSL | 298.02º | 0.72% | 0.5% | - |
| HSV(B) | 298.02º | 0.83% | 0.86% | - |
| XYZ | 40.89 | 20.58 | 68.84 | - |
| YUV | 110.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 219 | 0.03 | 0.83 | 0 | 0.14 | 298.02 | 0.72 | 0.5 |
| Hex | D5 | 25 | DB | 3 | 53 | 0 | E | 12A | 48 | 32 |
| Octal | 325 | 45 | 333 | 3 | 123 | 0 | 16 | 452 | 110 | 62 |
| Binary | 11010101 | 100101 | 11011011 | 11 | 1010011 | 0 | 1110 | 100101010 | 1001000 | 110010 |
Color Harmonies of #D525DB
Complementary color
Monochromatic Colors of #D525DB
Black with #D525DB
Text Example
Text Example
White with #D525DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525DB; }
p { color: rgb(213,37,219); }
H1.HeaderClassName
{
color: #D525DB;
}
.AnyTagClassName
{
color: #D525DB;
}
</style>
background-color css
<style>
a { background-color: #D525DB; }
a { background-color: rgb(213,37,219); }
div.DivClassName
{
background-color: #D525DB;
}
.BgClassName
{
background-color: #D525DB;
}
</style>
border-color css
<style>
span { border-color: #D525DB; }
span { border-color: rgb(213,37,219); }
td.TdClassName
{
border-color: #D525DB;
}
.TagClassName
{
border-color: #D525DB;
}
</style>