Shades of Deep Magenta #DB27E1
Tints of Deep Magenta #DB27E1
RGB
CMYK
RGB Variations
Color information
#DB27E1 (or 0xDB27E1) is known color: Deep Magenta. HEX triplet: DB, 27 and E1. RGB value is (219,39,225). Sum of RGB (Red+Green+Blue) = 219+39+225=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB27E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27E1 is #24D81E. Grayscale: #717171. Windows color (decimal): -2414623 or 14755803. OLE color: 14755803.
HSL color Cylindrical-coordinate representation of color #DB27E1: hue angle of 298.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB27E1 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 39 | 225 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.12 |
| HSL | 298.06º | 0.76% | 0.52% | - |
| HSV(B) | 298.06º | 0.83% | 0.88% | - |
| XYZ | 43.53 | 21.95 | 73.18 | - |
| YUV | 114.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 225 | 0.03 | 0.83 | 0 | 0.12 | 298.06 | 0.76 | 0.52 |
| Hex | DB | 27 | E1 | 3 | 53 | 0 | C | 12A | 4C | 34 |
| Octal | 333 | 47 | 341 | 3 | 123 | 0 | 14 | 452 | 114 | 64 |
| Binary | 11011011 | 100111 | 11100001 | 11 | 1010011 | 0 | 1100 | 100101010 | 1001100 | 110100 |
Color Harmonies of #DB27E1
Complementary color
Monochromatic Colors of #DB27E1
Black with #DB27E1
Text Example
Text Example
White with #DB27E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27E1; }
p { color: rgb(219,39,225); }
H1.HeaderClassName
{
color: #DB27E1;
}
.AnyTagClassName
{
color: #DB27E1;
}
</style>
background-color css
<style>
a { background-color: #DB27E1; }
a { background-color: rgb(219,39,225); }
div.DivClassName
{
background-color: #DB27E1;
}
.BgClassName
{
background-color: #DB27E1;
}
</style>
border-color css
<style>
span { border-color: #DB27E1; }
span { border-color: rgb(219,39,225); }
td.TdClassName
{
border-color: #DB27E1;
}
.TagClassName
{
border-color: #DB27E1;
}
</style>