Shades of Deep Magenta #DB27E2
Tints of Deep Magenta #DB27E2
RGB
CMYK
RGB Variations
Color information
#DB27E2 (or 0xDB27E2) is known color: Deep Magenta. HEX triplet: DB, 27 and E2. RGB value is (219,39,226). Sum of RGB (Red+Green+Blue) = 219+39+226=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB27E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27E2 is #24D81D. Grayscale: #717171. Windows color (decimal): -2414622 or 14821339. OLE color: 14821339.
HSL color Cylindrical-coordinate representation of color #DB27E2: hue angle of 297.75º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB27E2 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 39 | 226 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.11 |
| HSL | 297.75º | 0.76% | 0.52% | - |
| HSV(B) | 297.75º | 0.83% | 0.89% | - |
| XYZ | 43.67 | 22 | 73.9 | - |
| YUV | 114.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 226 | 0.03 | 0.83 | 0 | 0.11 | 297.75 | 0.76 | 0.52 |
| Hex | DB | 27 | E2 | 3 | 53 | 0 | B | 12A | 4C | 34 |
| Octal | 333 | 47 | 342 | 3 | 123 | 0 | 13 | 452 | 114 | 64 |
| Binary | 11011011 | 100111 | 11100010 | 11 | 1010011 | 0 | 1011 | 100101010 | 1001100 | 110100 |
Color Harmonies of #DB27E2
Complementary color
Monochromatic Colors of #DB27E2
Black with #DB27E2
Text Example
Text Example
White with #DB27E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27E2; }
p { color: rgb(219,39,226); }
H1.HeaderClassName
{
color: #DB27E2;
}
.AnyTagClassName
{
color: #DB27E2;
}
</style>
background-color css
<style>
a { background-color: #DB27E2; }
a { background-color: rgb(219,39,226); }
div.DivClassName
{
background-color: #DB27E2;
}
.BgClassName
{
background-color: #DB27E2;
}
</style>
border-color css
<style>
span { border-color: #DB27E2; }
span { border-color: rgb(219,39,226); }
td.TdClassName
{
border-color: #DB27E2;
}
.TagClassName
{
border-color: #DB27E2;
}
</style>