Shades of Deep Magenta #D305DB
Tints of Deep Magenta #D305DB
RGB
CMYK
RGB Variations
Color information
#D305DB (or 0xD305DB) is known color: Deep Magenta. HEX triplet: D3, 05 and DB. RGB value is (211,5,219). Sum of RGB (Red+Green+Blue) = 211+5+219=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D305DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305DB is #2CFA24. Grayscale: #5A5A5A. Windows color (decimal): -2947621 or 14353875. OLE color: 14353875.
HSL color Cylindrical-coordinate representation of color #D305DB: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305DB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 5 | 219 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.14 |
| HSL | 297.76º | 0.96% | 0.44% | - |
| HSV(B) | 297.76º | 0.98% | 0.86% | - |
| XYZ | 39.7 | 19.07 | 68.61 | - |
| YUV | 90.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 219 | 0.04 | 0.98 | 0 | 0.14 | 297.76 | 0.96 | 0.44 |
| Hex | D3 | 5 | DB | 4 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 323 | 5 | 333 | 4 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010011 | 101 | 11011011 | 100 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D305DB
Complementary color
Monochromatic Colors of #D305DB
Black with #D305DB
Text Example
Text Example
White with #D305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305DB; }
p { color: rgb(211,5,219); }
H1.HeaderClassName
{
color: #D305DB;
}
.AnyTagClassName
{
color: #D305DB;
}
</style>
background-color css
<style>
a { background-color: #D305DB; }
a { background-color: rgb(211,5,219); }
div.DivClassName
{
background-color: #D305DB;
}
.BgClassName
{
background-color: #D305DB;
}
</style>
border-color css
<style>
span { border-color: #D305DB; }
span { border-color: rgb(211,5,219); }
td.TdClassName
{
border-color: #D305DB;
}
.TagClassName
{
border-color: #D305DB;
}
</style>