Shades of Deep Magenta #D014DB
Tints of Deep Magenta #D014DB
RGB
CMYK
RGB Variations
Color information
#D014DB (or 0xD014DB) is known color: Deep Magenta. HEX triplet: D0, 14 and DB. RGB value is (208,20,219). Sum of RGB (Red+Green+Blue) = 208+20+219=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D014DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014DB is #2FEB24. Grayscale: #626262. Windows color (decimal): -3140389 or 14357712. OLE color: 14357712.
HSL color Cylindrical-coordinate representation of color #D014DB: hue angle of 296.68º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D014DB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 20 | 219 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.14 |
| HSL | 296.68º | 0.83% | 0.47% | - |
| HSV(B) | 296.68º | 0.91% | 0.86% | - |
| XYZ | 39.05 | 19.02 | 68.63 | - |
| YUV | 98.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 219 | 0.05 | 0.91 | 0 | 0.14 | 296.68 | 0.83 | 0.47 |
| Hex | D0 | 14 | DB | 5 | 5B | 0 | E | 129 | 53 | 2F |
| Octal | 320 | 24 | 333 | 5 | 133 | 0 | 16 | 451 | 123 | 57 |
| Binary | 11010000 | 10100 | 11011011 | 101 | 1011011 | 0 | 1110 | 100101001 | 1010011 | 101111 |
Color Harmonies of #D014DB
Complementary color
Monochromatic Colors of #D014DB
Black with #D014DB
Text Example
Text Example
White with #D014DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014DB; }
p { color: rgb(208,20,219); }
H1.HeaderClassName
{
color: #D014DB;
}
.AnyTagClassName
{
color: #D014DB;
}
</style>
background-color css
<style>
a { background-color: #D014DB; }
a { background-color: rgb(208,20,219); }
div.DivClassName
{
background-color: #D014DB;
}
.BgClassName
{
background-color: #D014DB;
}
</style>
border-color css
<style>
span { border-color: #D014DB; }
span { border-color: rgb(208,20,219); }
td.TdClassName
{
border-color: #D014DB;
}
.TagClassName
{
border-color: #D014DB;
}
</style>