Shades of Deep Magenta #D725DB
Tints of Deep Magenta #D725DB
RGB
CMYK
RGB Variations
Color information
#D725DB (or 0xD725DB) is known color: Deep Magenta. HEX triplet: D7, 25 and DB. RGB value is (215,37,219). Sum of RGB (Red+Green+Blue) = 215+37+219=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D725DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725DB is #28DA24. Grayscale: #6E6E6E. Windows color (decimal): -2677285 or 14362071. OLE color: 14362071.
HSL color Cylindrical-coordinate representation of color #D725DB: hue angle of 298.68º 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 #D725DB is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 37 | 219 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.14 |
| HSL | 298.68º | 0.72% | 0.5% | - |
| HSV(B) | 298.68º | 0.83% | 0.86% | - |
| XYZ | 41.47 | 20.88 | 68.86 | - |
| YUV | 110.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 219 | 0.02 | 0.83 | 0 | 0.14 | 298.68 | 0.72 | 0.5 |
| Hex | D7 | 25 | DB | 2 | 53 | 0 | E | 12B | 48 | 32 |
| Octal | 327 | 45 | 333 | 2 | 123 | 0 | 16 | 453 | 110 | 62 |
| Binary | 11010111 | 100101 | 11011011 | 10 | 1010011 | 0 | 1110 | 100101011 | 1001000 | 110010 |
Color Harmonies of #D725DB
Complementary color
Monochromatic Colors of #D725DB
Black with #D725DB
Text Example
Text Example
White with #D725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725DB; }
p { color: rgb(215,37,219); }
H1.HeaderClassName
{
color: #D725DB;
}
.AnyTagClassName
{
color: #D725DB;
}
</style>
background-color css
<style>
a { background-color: #D725DB; }
a { background-color: rgb(215,37,219); }
div.DivClassName
{
background-color: #D725DB;
}
.BgClassName
{
background-color: #D725DB;
}
</style>
border-color css
<style>
span { border-color: #D725DB; }
span { border-color: rgb(215,37,219); }
td.TdClassName
{
border-color: #D725DB;
}
.TagClassName
{
border-color: #D725DB;
}
</style>