Shades of Cerise #DB276A
Tints of Cerise #DB276A
RGB
CMYK
RGB Variations
Color information
#DB276A (or 0xDB276A) is known color: Cerise. HEX triplet: DB, 27 and 6A. RGB value is (219,39,106). Sum of RGB (Red+Green+Blue) = 219+39+106=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB276A is #24D895. Grayscale: #646464. Windows color (decimal): -2414742 or 6957019. OLE color: 6957019.
HSL color Cylindrical-coordinate representation of color #DB276A: hue angle of 337.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 #DB276A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 106 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.14 |
| HSL | 337.67º | 0.71% | 0.51% | - |
| HSV(B) | 337.67º | 0.82% | 0.86% | - |
| XYZ | 32.54 | 17.55 | 15.31 | - |
| YUV | 100.46 | 131.13 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 106 | 0 | 0.82 | 0.52 | 0.14 | 337.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 6A | 0 | 52 | 34 | E | 152 | 47 | 33 |
| Octal | 333 | 47 | 152 | 0 | 122 | 64 | 16 | 522 | 107 | 63 |
| Binary | 11011011 | 100111 | 1101010 | 0 | 1010010 | 110100 | 1110 | 101010010 | 1000111 | 110011 |
Color Harmonies of #DB276A
Complementary color
Monochromatic Colors of #DB276A
Black with #DB276A
Text Example
Text Example
White with #DB276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB276A; }
p { color: rgb(219,39,106); }
H1.HeaderClassName
{
color: #DB276A;
}
.AnyTagClassName
{
color: #DB276A;
}
</style>
background-color css
<style>
a { background-color: #DB276A; }
a { background-color: rgb(219,39,106); }
div.DivClassName
{
background-color: #DB276A;
}
.BgClassName
{
background-color: #DB276A;
}
</style>
border-color css
<style>
span { border-color: #DB276A; }
span { border-color: rgb(219,39,106); }
td.TdClassName
{
border-color: #DB276A;
}
.TagClassName
{
border-color: #DB276A;
}
</style>