Shades of Deep Magenta #DB14CF
Tints of Deep Magenta #DB14CF
RGB
CMYK
RGB Variations
Color information
#DB14CF (or 0xDB14CF) is known color: Deep Magenta. HEX triplet: DB, 14 and CF. RGB value is (219,20,207). Sum of RGB (Red+Green+Blue) = 219+20+207=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14CF is #24EB30. Grayscale: #646464. Windows color (decimal): -2419505 or 13571291. OLE color: 13571291.
HSL color Cylindrical-coordinate representation of color #DB14CF: hue angle of 303.62º 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 #DB14CF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.14 |
| HSL | 303.62º | 0.83% | 0.47% | - |
| HSV(B) | 303.62º | 0.91% | 0.86% | - |
| XYZ | 40.73 | 20.07 | 60.76 | - |
| YUV | 100.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 207 | 0 | 0.91 | 0.05 | 0.14 | 303.62 | 0.83 | 0.47 |
| Hex | DB | 14 | CF | 0 | 5B | 5 | E | 130 | 53 | 2F |
| Octal | 333 | 24 | 317 | 0 | 133 | 5 | 16 | 460 | 123 | 57 |
| Binary | 11011011 | 10100 | 11001111 | 0 | 1011011 | 101 | 1110 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DB14CF
Complementary color
Monochromatic Colors of #DB14CF
Black with #DB14CF
Text Example
Text Example
White with #DB14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14CF; }
p { color: rgb(219,20,207); }
H1.HeaderClassName
{
color: #DB14CF;
}
.AnyTagClassName
{
color: #DB14CF;
}
</style>
background-color css
<style>
a { background-color: #DB14CF; }
a { background-color: rgb(219,20,207); }
div.DivClassName
{
background-color: #DB14CF;
}
.BgClassName
{
background-color: #DB14CF;
}
</style>
border-color css
<style>
span { border-color: #DB14CF; }
span { border-color: rgb(219,20,207); }
td.TdClassName
{
border-color: #DB14CF;
}
.TagClassName
{
border-color: #DB14CF;
}
</style>