Shades of Deep Cerise #DB27A6
Tints of Deep Cerise #DB27A6
RGB
CMYK
RGB Variations
Color information
#DB27A6 (or 0xDB27A6) is known color: Deep Cerise. HEX triplet: DB, 27 and A6. RGB value is (219,39,166). Sum of RGB (Red+Green+Blue) = 219+39+166=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB27A6 is #24D859. Grayscale: #6A6A6A. Windows color (decimal): -2414682 or 10889179. OLE color: 10889179.
HSL color Cylindrical-coordinate representation of color #DB27A6: hue angle of 317.67º 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 #DB27A6 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 166 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.14 |
| HSL | 317.67º | 0.71% | 0.51% | - |
| HSV(B) | 317.67º | 0.82% | 0.86% | - |
| XYZ | 36.82 | 19.26 | 37.85 | - |
| YUV | 107.3 | 161.13 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 166 | 0 | 0.82 | 0.24 | 0.14 | 317.67 | 0.71 | 0.51 |
| Hex | DB | 27 | A6 | 0 | 52 | 18 | E | 13E | 47 | 33 |
| Octal | 333 | 47 | 246 | 0 | 122 | 30 | 16 | 476 | 107 | 63 |
| Binary | 11011011 | 100111 | 10100110 | 0 | 1010010 | 11000 | 1110 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DB27A6
Complementary color
Monochromatic Colors of #DB27A6
Black with #DB27A6
Text Example
Text Example
White with #DB27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27A6; }
p { color: rgb(219,39,166); }
H1.HeaderClassName
{
color: #DB27A6;
}
.AnyTagClassName
{
color: #DB27A6;
}
</style>
background-color css
<style>
a { background-color: #DB27A6; }
a { background-color: rgb(219,39,166); }
div.DivClassName
{
background-color: #DB27A6;
}
.BgClassName
{
background-color: #DB27A6;
}
</style>
border-color css
<style>
span { border-color: #DB27A6; }
span { border-color: rgb(219,39,166); }
td.TdClassName
{
border-color: #DB27A6;
}
.TagClassName
{
border-color: #DB27A6;
}
</style>