Shades of Deep Cerise #DB278A
Tints of Deep Cerise #DB278A
RGB
CMYK
RGB Variations
Color information
#DB278A (or 0xDB278A) is known color: Deep Cerise. HEX triplet: DB, 27 and 8A. RGB value is (219,39,138). Sum of RGB (Red+Green+Blue) = 219+39+138=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB278A is #24D875. Grayscale: #676767. Windows color (decimal): -2414710 or 9054171. OLE color: 9054171.
HSL color Cylindrical-coordinate representation of color #DB278A: hue angle of 327º 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 #DB278A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 138 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.14 |
| HSL | 327º | 0.71% | 0.51% | - |
| HSV(B) | 327º | 0.82% | 0.86% | - |
| XYZ | 34.53 | 18.35 | 25.77 | - |
| YUV | 104.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 138 | 0 | 0.82 | 0.37 | 0.14 | 327 | 0.71 | 0.51 |
| Hex | DB | 27 | 8A | 0 | 52 | 25 | E | 147 | 47 | 33 |
| Octal | 333 | 47 | 212 | 0 | 122 | 45 | 16 | 507 | 107 | 63 |
| Binary | 11011011 | 100111 | 10001010 | 0 | 1010010 | 100101 | 1110 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DB278A
Complementary color
Monochromatic Colors of #DB278A
Black with #DB278A
Text Example
Text Example
White with #DB278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB278A; }
p { color: rgb(219,39,138); }
H1.HeaderClassName
{
color: #DB278A;
}
.AnyTagClassName
{
color: #DB278A;
}
</style>
background-color css
<style>
a { background-color: #DB278A; }
a { background-color: rgb(219,39,138); }
div.DivClassName
{
background-color: #DB278A;
}
.BgClassName
{
background-color: #DB278A;
}
</style>
border-color css
<style>
span { border-color: #DB278A; }
span { border-color: rgb(219,39,138); }
td.TdClassName
{
border-color: #DB278A;
}
.TagClassName
{
border-color: #DB278A;
}
</style>