Shades of Deep Magenta #D307DB
Tints of Deep Magenta #D307DB
RGB
CMYK
RGB Variations
Color information
#D307DB (or 0xD307DB) is known color: Deep Magenta. HEX triplet: D3, 07 and DB. RGB value is (211,7,219). Sum of RGB (Red+Green+Blue) = 211+7+219=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #D307DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307DB is #2CF824. Grayscale: #5B5B5B. Windows color (decimal): -2947109 or 14354387. OLE color: 14354387.
HSL color Cylindrical-coordinate representation of color #D307DB: hue angle of 297.74º 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 #D307DB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 7 | 219 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.14 |
| HSL | 297.74º | 0.94% | 0.44% | - |
| HSV(B) | 297.74º | 0.97% | 0.86% | - |
| XYZ | 39.73 | 19.12 | 68.61 | - |
| YUV | 92.16 | 199.59 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 219 | 0.04 | 0.97 | 0 | 0.14 | 297.74 | 0.94 | 0.44 |
| Hex | D3 | 7 | DB | 4 | 61 | 0 | E | 12A | 5E | 2C |
| Octal | 323 | 7 | 333 | 4 | 141 | 0 | 16 | 452 | 136 | 54 |
| Binary | 11010011 | 111 | 11011011 | 100 | 1100001 | 0 | 1110 | 100101010 | 1011110 | 101100 |
Color Harmonies of #D307DB
Complementary color
Monochromatic Colors of #D307DB
Black with #D307DB
Text Example
Text Example
White with #D307DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307DB; }
p { color: rgb(211,7,219); }
H1.HeaderClassName
{
color: #D307DB;
}
.AnyTagClassName
{
color: #D307DB;
}
</style>
background-color css
<style>
a { background-color: #D307DB; }
a { background-color: rgb(211,7,219); }
div.DivClassName
{
background-color: #D307DB;
}
.BgClassName
{
background-color: #D307DB;
}
</style>
border-color css
<style>
span { border-color: #D307DB; }
span { border-color: rgb(211,7,219); }
td.TdClassName
{
border-color: #D307DB;
}
.TagClassName
{
border-color: #D307DB;
}
</style>