Shades of Deep Magenta #D125DB
Tints of Deep Magenta #D125DB
RGB
CMYK
RGB Variations
Color information
#D125DB (or 0xD125DB) is known color: Deep Magenta. HEX triplet: D1, 25 and DB. RGB value is (209,37,219). Sum of RGB (Red+Green+Blue) = 209+37+219=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D125DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125DB is #2EDA24. Grayscale: #6C6C6C. Windows color (decimal): -3070501 or 14362065. OLE color: 14362065.
HSL color Cylindrical-coordinate representation of color #D125DB: hue angle of 296.7º 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 #D125DB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 37 | 219 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.14 |
| HSL | 296.7º | 0.72% | 0.5% | - |
| HSV(B) | 296.7º | 0.83% | 0.86% | - |
| XYZ | 39.74 | 19.99 | 68.78 | - |
| YUV | 109.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 219 | 0.05 | 0.83 | 0 | 0.14 | 296.7 | 0.72 | 0.5 |
| Hex | D1 | 25 | DB | 5 | 53 | 0 | E | 129 | 48 | 32 |
| Octal | 321 | 45 | 333 | 5 | 123 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010001 | 100101 | 11011011 | 101 | 1010011 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D125DB
Complementary color
Monochromatic Colors of #D125DB
Black with #D125DB
Text Example
Text Example
White with #D125DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125DB; }
p { color: rgb(209,37,219); }
H1.HeaderClassName
{
color: #D125DB;
}
.AnyTagClassName
{
color: #D125DB;
}
</style>
background-color css
<style>
a { background-color: #D125DB; }
a { background-color: rgb(209,37,219); }
div.DivClassName
{
background-color: #D125DB;
}
.BgClassName
{
background-color: #D125DB;
}
</style>
border-color css
<style>
span { border-color: #D125DB; }
span { border-color: rgb(209,37,219); }
td.TdClassName
{
border-color: #D125DB;
}
.TagClassName
{
border-color: #D125DB;
}
</style>