Shades of Deep Magenta #DB27D5
Tints of Deep Magenta #DB27D5
RGB
CMYK
RGB Variations
Color information
#DB27D5 (or 0xDB27D5) is known color: Deep Magenta. HEX triplet: DB, 27 and D5. RGB value is (219,39,213). Sum of RGB (Red+Green+Blue) = 219+39+213=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27D5 is #24D82A. Grayscale: #707070. Windows color (decimal): -2414635 or 13969371. OLE color: 13969371.
HSL color Cylindrical-coordinate representation of color #DB27D5: hue angle of 302º 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 #DB27D5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 39 | 213 | - |
CMYK | 0 | 0.82 | 0.03 | 0.14 |
HSL | 302º | 0.71% | 0.51% | - |
HSV(B) | 302º | 0.82% | 0.86% | - |
XYZ | 41.95 | 21.32 | 64.85 | - |
YUV | 112.66 | 184.63 | 203.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 39 | 213 | 0 | 0.82 | 0.03 | 0.14 | 302 | 0.71 | 0.51 |
Hex | DB | 27 | D5 | 0 | 52 | 3 | E | 12E | 47 | 33 |
Octal | 333 | 47 | 325 | 0 | 122 | 3 | 16 | 456 | 107 | 63 |
Binary | 11011011 | 100111 | 11010101 | 0 | 1010010 | 11 | 1110 | 100101110 | 1000111 | 110011 |
Color Harmonies of #DB27D5
Complementary color
Monochromatic Colors of #DB27D5
Black with #DB27D5
Text Example
Text Example
White with #DB27D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27D5; }
p { color: rgb(219,39,213); }
H1.HeaderClassName
{
color: #DB27D5;
}
.AnyTagClassName
{
color: #DB27D5;
}
</style>
background-color css
<style>
a { background-color: #DB27D5; }
a { background-color: rgb(219,39,213); }
div.DivClassName
{
background-color: #DB27D5;
}
.BgClassName
{
background-color: #DB27D5;
}
</style>
border-color css
<style>
span { border-color: #DB27D5; }
span { border-color: rgb(219,39,213); }
td.TdClassName
{
border-color: #DB27D5;
}
.TagClassName
{
border-color: #DB27D5;
}
</style>