Shades of Deep Magenta #DB27DB
Tints of Deep Magenta #DB27DB
RGB
CMYK
RGB Variations
Color information
#DB27DB (or 0xDB27DB) is known color: Deep Magenta. HEX triplet: DB, 27 and DB. RGB value is (219,39,219). Sum of RGB (Red+Green+Blue) = 219+39+219=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27DB is #24D824. Grayscale: #707070. Windows color (decimal): -2414629 or 14362587. OLE color: 14362587.
HSL color Cylindrical-coordinate representation of color #DB27DB: hue angle of 300º 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 #DB27DB is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 39 | 219 | - |
CMYK | 0 | 0.82 | 0 | 0.14 |
HSL | 300º | 0.71% | 0.51% | - |
HSV(B) | 300º | 0.82% | 0.86% | - |
XYZ | 42.73 | 21.63 | 68.94 | - |
YUV | 113.34 | 187.63 | 203.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 39 | 219 | 0 | 0.82 | 0 | 0.14 | 300 | 0.71 | 0.51 |
Hex | DB | 27 | DB | 0 | 52 | 0 | E | 12C | 47 | 33 |
Octal | 333 | 47 | 333 | 0 | 122 | 0 | 16 | 454 | 107 | 63 |
Binary | 11011011 | 100111 | 11011011 | 0 | 1010010 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DB27DB
Complementary color
Monochromatic Colors of #DB27DB
Black with #DB27DB
Text Example
Text Example
White with #DB27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27DB; }
p { color: rgb(219,39,219); }
H1.HeaderClassName
{
color: #DB27DB;
}
.AnyTagClassName
{
color: #DB27DB;
}
</style>
background-color css
<style>
a { background-color: #DB27DB; }
a { background-color: rgb(219,39,219); }
div.DivClassName
{
background-color: #DB27DB;
}
.BgClassName
{
background-color: #DB27DB;
}
</style>
border-color css
<style>
span { border-color: #DB27DB; }
span { border-color: rgb(219,39,219); }
td.TdClassName
{
border-color: #DB27DB;
}
.TagClassName
{
border-color: #DB27DB;
}
</style>