Shades of Deep Magenta #D103DB
Tints of Deep Magenta #D103DB
RGB
CMYK
RGB Variations
Color information
#D103DB (or 0xD103DB) is known color: Deep Magenta. HEX triplet: D1, 03 and DB. RGB value is (209,3,219). Sum of RGB (Red+Green+Blue) = 209+3+219=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #D103DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D103DB is #2EFC24. Grayscale: #585858. Windows color (decimal): -3079205 or 14353361. OLE color: 14353361.
HSL color Cylindrical-coordinate representation of color #D103DB: hue angle of 297.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103DB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 3 | 219 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.14 |
| HSL | 297.22º | 0.97% | 0.44% | - |
| HSV(B) | 297.22º | 0.99% | 0.86% | - |
| XYZ | 39.11 | 18.73 | 68.57 | - |
| YUV | 89.22 | 201.25 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 219 | 0.05 | 0.99 | 0 | 0.14 | 297.22 | 0.97 | 0.44 |
| Hex | D1 | 3 | DB | 5 | 63 | 0 | E | 129 | 61 | 2C |
| Octal | 321 | 3 | 333 | 5 | 143 | 0 | 16 | 451 | 141 | 54 |
| Binary | 11010001 | 11 | 11011011 | 101 | 1100011 | 0 | 1110 | 100101001 | 1100001 | 101100 |
Color Harmonies of #D103DB
Complementary color
Monochromatic Colors of #D103DB
Black with #D103DB
Text Example
Text Example
White with #D103DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103DB; }
p { color: rgb(209,3,219); }
H1.HeaderClassName
{
color: #D103DB;
}
.AnyTagClassName
{
color: #D103DB;
}
</style>
background-color css
<style>
a { background-color: #D103DB; }
a { background-color: rgb(209,3,219); }
div.DivClassName
{
background-color: #D103DB;
}
.BgClassName
{
background-color: #D103DB;
}
</style>
border-color css
<style>
span { border-color: #D103DB; }
span { border-color: rgb(209,3,219); }
td.TdClassName
{
border-color: #D103DB;
}
.TagClassName
{
border-color: #D103DB;
}
</style>