Shades of Deep Magenta #D907DB
Tints of Deep Magenta #D907DB
RGB
CMYK
RGB Variations
Color information
#D907DB (or 0xD907DB) is known color: Deep Magenta. HEX triplet: D9, 07 and DB. RGB value is (217,7,219). Sum of RGB (Red+Green+Blue) = 217+7+219=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D907DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907DB is #26F824. Grayscale: #5D5D5D. Windows color (decimal): -2553893 or 14354393. OLE color: 14354393.
HSL color Cylindrical-coordinate representation of color #D907DB: hue angle of 299.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907DB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 7 | 219 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.14 |
| HSL | 299.43º | 0.94% | 0.44% | - |
| HSV(B) | 299.43º | 0.97% | 0.86% | - |
| XYZ | 41.48 | 20.02 | 68.7 | - |
| YUV | 93.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 219 | 0.01 | 0.97 | 0 | 0.14 | 299.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | DB | 1 | 61 | 0 | E | 12B | 5E | 2C |
| Octal | 331 | 7 | 333 | 1 | 141 | 0 | 16 | 453 | 136 | 54 |
| Binary | 11011001 | 111 | 11011011 | 1 | 1100001 | 0 | 1110 | 100101011 | 1011110 | 101100 |
Color Harmonies of #D907DB
Complementary color
Monochromatic Colors of #D907DB
Black with #D907DB
Text Example
Text Example
White with #D907DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907DB; }
p { color: rgb(217,7,219); }
H1.HeaderClassName
{
color: #D907DB;
}
.AnyTagClassName
{
color: #D907DB;
}
</style>
background-color css
<style>
a { background-color: #D907DB; }
a { background-color: rgb(217,7,219); }
div.DivClassName
{
background-color: #D907DB;
}
.BgClassName
{
background-color: #D907DB;
}
</style>
border-color css
<style>
span { border-color: #D907DB; }
span { border-color: rgb(217,7,219); }
td.TdClassName
{
border-color: #D907DB;
}
.TagClassName
{
border-color: #D907DB;
}
</style>