Shades of Deep Magenta #DB1CCB
Tints of Deep Magenta #DB1CCB
RGB
CMYK
RGB Variations
Color information
#DB1CCB (or 0xDB1CCB) is known color: Deep Magenta. HEX triplet: DB, 1C and CB. RGB value is (219,28,203). Sum of RGB (Red+Green+Blue) = 219+28+203=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CCB is #24E334. Grayscale: #686868. Windows color (decimal): -2417461 or 13311195. OLE color: 13311195.
HSL color Cylindrical-coordinate representation of color #DB1CCB: hue angle of 305.03º 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 #DB1CCB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 203 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.14 |
| HSL | 305.03º | 0.77% | 0.48% | - |
| HSV(B) | 305.03º | 0.87% | 0.86% | - |
| XYZ | 40.41 | 20.2 | 58.27 | - |
| YUV | 105.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 203 | 0 | 0.87 | 0.07 | 0.14 | 305.03 | 0.77 | 0.48 |
| Hex | DB | 1C | CB | 0 | 57 | 7 | E | 131 | 4D | 30 |
| Octal | 333 | 34 | 313 | 0 | 127 | 7 | 16 | 461 | 115 | 60 |
| Binary | 11011011 | 11100 | 11001011 | 0 | 1010111 | 111 | 1110 | 100110001 | 1001101 | 110000 |
Color Harmonies of #DB1CCB
Complementary color
Monochromatic Colors of #DB1CCB
Black with #DB1CCB
Text Example
Text Example
White with #DB1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CCB; }
p { color: rgb(219,28,203); }
H1.HeaderClassName
{
color: #DB1CCB;
}
.AnyTagClassName
{
color: #DB1CCB;
}
</style>
background-color css
<style>
a { background-color: #DB1CCB; }
a { background-color: rgb(219,28,203); }
div.DivClassName
{
background-color: #DB1CCB;
}
.BgClassName
{
background-color: #DB1CCB;
}
</style>
border-color css
<style>
span { border-color: #DB1CCB; }
span { border-color: rgb(219,28,203); }
td.TdClassName
{
border-color: #DB1CCB;
}
.TagClassName
{
border-color: #DB1CCB;
}
</style>