Shades of Deep Magenta #DB27DA
Tints of Deep Magenta #DB27DA
RGB
CMYK
RGB Variations
Color information
#DB27DA (or 0xDB27DA) is known color: Deep Magenta. HEX triplet: DB, 27 and DA. RGB value is (219,39,218). Sum of RGB (Red+Green+Blue) = 219+39+218=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27DA is #24D825. Grayscale: #707070. Windows color (decimal): -2414630 or 14297051. OLE color: 14297051.
HSL color Cylindrical-coordinate representation of color #DB27DA: hue angle of 300.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27DA is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 218 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.14 |
| HSL | 300.33º | 0.71% | 0.51% | - |
| HSV(B) | 300.33º | 0.82% | 0.86% | - |
| XYZ | 42.59 | 21.57 | 68.25 | - |
| YUV | 113.23 | 187.13 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 218 | 0 | 0.82 | 0.00 | 0.14 | 300.33 | 0.71 | 0.51 |
| Hex | DB | 27 | DA | 0 | 52 | 0 | E | 12C | 47 | 33 |
| Octal | 333 | 47 | 332 | 0 | 122 | 0 | 16 | 454 | 107 | 63 |
| Binary | 11011011 | 100111 | 11011010 | 0 | 1010010 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DB27DA
Complementary color
Monochromatic Colors of #DB27DA
Black with #DB27DA
Text Example
Text Example
White with #DB27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27DA; }
p { color: rgb(219,39,218); }
H1.HeaderClassName
{
color: #DB27DA;
}
.AnyTagClassName
{
color: #DB27DA;
}
</style>
background-color css
<style>
a { background-color: #DB27DA; }
a { background-color: rgb(219,39,218); }
div.DivClassName
{
background-color: #DB27DA;
}
.BgClassName
{
background-color: #DB27DA;
}
</style>
border-color css
<style>
span { border-color: #DB27DA; }
span { border-color: rgb(219,39,218); }
td.TdClassName
{
border-color: #DB27DA;
}
.TagClassName
{
border-color: #DB27DA;
}
</style>