Shades of Deep Magenta #DB27DF
Tints of Deep Magenta #DB27DF
RGB
CMYK
RGB Variations
Color information
#DB27DF (or 0xDB27DF) is known color: Deep Magenta. HEX triplet: DB, 27 and DF. RGB value is (219,39,223). Sum of RGB (Red+Green+Blue) = 219+39+223=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27DF is #24D820. Grayscale: #717171. Windows color (decimal): -2414625 or 14624731. OLE color: 14624731.
HSL color Cylindrical-coordinate representation of color #DB27DF: hue angle of 298.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB27DF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 39 | 223 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.7º | 0.74% | 0.51% | - |
| HSV(B) | 298.7º | 0.83% | 0.87% | - |
| XYZ | 43.26 | 21.84 | 71.75 | - |
| YUV | 113.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 223 | 0.02 | 0.83 | 0 | 0.13 | 298.7 | 0.74 | 0.51 |
| Hex | DB | 27 | DF | 2 | 53 | 0 | D | 12B | 4A | 33 |
| Octal | 333 | 47 | 337 | 2 | 123 | 0 | 15 | 453 | 112 | 63 |
| Binary | 11011011 | 100111 | 11011111 | 10 | 1010011 | 0 | 1101 | 100101011 | 1001010 | 110011 |
Color Harmonies of #DB27DF
Complementary color
Monochromatic Colors of #DB27DF
Black with #DB27DF
Text Example
Text Example
White with #DB27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27DF; }
p { color: rgb(219,39,223); }
H1.HeaderClassName
{
color: #DB27DF;
}
.AnyTagClassName
{
color: #DB27DF;
}
</style>
background-color css
<style>
a { background-color: #DB27DF; }
a { background-color: rgb(219,39,223); }
div.DivClassName
{
background-color: #DB27DF;
}
.BgClassName
{
background-color: #DB27DF;
}
</style>
border-color css
<style>
span { border-color: #DB27DF; }
span { border-color: rgb(219,39,223); }
td.TdClassName
{
border-color: #DB27DF;
}
.TagClassName
{
border-color: #DB27DF;
}
</style>