Shades of Deep Magenta #DB1CCF
Tints of Deep Magenta #DB1CCF
RGB
CMYK
RGB Variations
Color information
#DB1CCF (or 0xDB1CCF) is known color: Deep Magenta. HEX triplet: DB, 1C and CF. RGB value is (219,28,207). Sum of RGB (Red+Green+Blue) = 219+28+207=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CCF is #24E330. Grayscale: #686868. Windows color (decimal): -2417457 or 13573339. OLE color: 13573339.
HSL color Cylindrical-coordinate representation of color #DB1CCF: hue angle of 303.77º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CCF is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.14 |
| HSL | 303.77º | 0.77% | 0.48% | - |
| HSV(B) | 303.77º | 0.87% | 0.86% | - |
| XYZ | 40.89 | 20.4 | 60.81 | - |
| YUV | 105.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 207 | 0 | 0.87 | 0.05 | 0.14 | 303.77 | 0.77 | 0.48 |
| Hex | DB | 1C | CF | 0 | 57 | 5 | E | 130 | 4D | 30 |
| Octal | 333 | 34 | 317 | 0 | 127 | 5 | 16 | 460 | 115 | 60 |
| Binary | 11011011 | 11100 | 11001111 | 0 | 1010111 | 101 | 1110 | 100110000 | 1001101 | 110000 |
Color Harmonies of #DB1CCF
Complementary color
Monochromatic Colors of #DB1CCF
Black with #DB1CCF
Text Example
Text Example
White with #DB1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CCF; }
p { color: rgb(219,28,207); }
H1.HeaderClassName
{
color: #DB1CCF;
}
.AnyTagClassName
{
color: #DB1CCF;
}
</style>
background-color css
<style>
a { background-color: #DB1CCF; }
a { background-color: rgb(219,28,207); }
div.DivClassName
{
background-color: #DB1CCF;
}
.BgClassName
{
background-color: #DB1CCF;
}
</style>
border-color css
<style>
span { border-color: #DB1CCF; }
span { border-color: rgb(219,28,207); }
td.TdClassName
{
border-color: #DB1CCF;
}
.TagClassName
{
border-color: #DB1CCF;
}
</style>