Shades of Deep Magenta #DB22CC
Tints of Deep Magenta #DB22CC
RGB
CMYK
RGB Variations
Color information
#DB22CC (or 0xDB22CC) is known color: Deep Magenta. HEX triplet: DB, 22 and CC. RGB value is (219,34,204). Sum of RGB (Red+Green+Blue) = 219+34+204=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB22CC is #24DD33. Grayscale: #6C6C6C. Windows color (decimal): -2415924 or 13378267. OLE color: 13378267.
HSL color Cylindrical-coordinate representation of color #DB22CC: hue angle of 304.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22CC is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 204 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.14 |
| HSL | 304.86º | 0.73% | 0.5% | - |
| HSV(B) | 304.86º | 0.84% | 0.86% | - |
| XYZ | 40.68 | 20.56 | 58.95 | - |
| YUV | 108.7 | 181.79 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 204 | 0 | 0.84 | 0.07 | 0.14 | 304.86 | 0.73 | 0.5 |
| Hex | DB | 22 | CC | 0 | 54 | 7 | E | 131 | 49 | 32 |
| Octal | 333 | 42 | 314 | 0 | 124 | 7 | 16 | 461 | 111 | 62 |
| Binary | 11011011 | 100010 | 11001100 | 0 | 1010100 | 111 | 1110 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DB22CC
Complementary color
Monochromatic Colors of #DB22CC
Black with #DB22CC
Text Example
Text Example
White with #DB22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB22CC; }
p { color: rgb(219,34,204); }
H1.HeaderClassName
{
color: #DB22CC;
}
.AnyTagClassName
{
color: #DB22CC;
}
</style>
background-color css
<style>
a { background-color: #DB22CC; }
a { background-color: rgb(219,34,204); }
div.DivClassName
{
background-color: #DB22CC;
}
.BgClassName
{
background-color: #DB22CC;
}
</style>
border-color css
<style>
span { border-color: #DB22CC; }
span { border-color: rgb(219,34,204); }
td.TdClassName
{
border-color: #DB22CC;
}
.TagClassName
{
border-color: #DB22CC;
}
</style>