Shades of Deep Magenta #DB1AC3
Tints of Deep Magenta #DB1AC3
RGB
CMYK
RGB Variations
Color information
#DB1AC3 (or 0xDB1AC3) is known color: Deep Magenta. HEX triplet: DB, 1A and C3. RGB value is (219,26,195). Sum of RGB (Red+Green+Blue) = 219+26+195=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1AC3 is #24E53C. Grayscale: #666666. Windows color (decimal): -2417981 or 12786395. OLE color: 12786395.
HSL color Cylindrical-coordinate representation of color #DB1AC3: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1AC3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 195 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.14 |
| HSL | 307.46º | 0.79% | 0.48% | - |
| HSV(B) | 307.46º | 0.88% | 0.86% | - |
| XYZ | 39.43 | 19.74 | 53.36 | - |
| YUV | 102.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 195 | 0 | 0.88 | 0.11 | 0.14 | 307.46 | 0.79 | 0.48 |
| Hex | DB | 1A | C3 | 0 | 58 | B | E | 133 | 4F | 30 |
| Octal | 333 | 32 | 303 | 0 | 130 | 13 | 16 | 463 | 117 | 60 |
| Binary | 11011011 | 11010 | 11000011 | 0 | 1011000 | 1011 | 1110 | 100110011 | 1001111 | 110000 |
Color Harmonies of #DB1AC3
Complementary color
Monochromatic Colors of #DB1AC3
Black with #DB1AC3
Text Example
Text Example
White with #DB1AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AC3; }
p { color: rgb(219,26,195); }
H1.HeaderClassName
{
color: #DB1AC3;
}
.AnyTagClassName
{
color: #DB1AC3;
}
</style>
background-color css
<style>
a { background-color: #DB1AC3; }
a { background-color: rgb(219,26,195); }
div.DivClassName
{
background-color: #DB1AC3;
}
.BgClassName
{
background-color: #DB1AC3;
}
</style>
border-color css
<style>
span { border-color: #DB1AC3; }
span { border-color: rgb(219,26,195); }
td.TdClassName
{
border-color: #DB1AC3;
}
.TagClassName
{
border-color: #DB1AC3;
}
</style>