Shades of Deep Cerise #DB277A
Tints of Deep Cerise #DB277A
RGB
CMYK
RGB Variations
Color information
#DB277A (or 0xDB277A) is known color: Deep Cerise. HEX triplet: DB, 27 and 7A. RGB value is (219,39,122). Sum of RGB (Red+Green+Blue) = 219+39+122=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB277A is #24D885. Grayscale: #666666. Windows color (decimal): -2414726 or 8005595. OLE color: 8005595.
HSL color Cylindrical-coordinate representation of color #DB277A: hue angle of 332.33º 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 #DB277A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 122 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.14 |
| HSL | 332.33º | 0.71% | 0.51% | - |
| HSV(B) | 332.33º | 0.82% | 0.86% | - |
| XYZ | 33.45 | 17.92 | 20.11 | - |
| YUV | 102.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 122 | 0 | 0.82 | 0.44 | 0.14 | 332.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 7A | 0 | 52 | 2C | E | 14C | 47 | 33 |
| Octal | 333 | 47 | 172 | 0 | 122 | 54 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 100111 | 1111010 | 0 | 1010010 | 101100 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB277A
Complementary color
Monochromatic Colors of #DB277A
Black with #DB277A
Text Example
Text Example
White with #DB277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB277A; }
p { color: rgb(219,39,122); }
H1.HeaderClassName
{
color: #DB277A;
}
.AnyTagClassName
{
color: #DB277A;
}
</style>
background-color css
<style>
a { background-color: #DB277A; }
a { background-color: rgb(219,39,122); }
div.DivClassName
{
background-color: #DB277A;
}
.BgClassName
{
background-color: #DB277A;
}
</style>
border-color css
<style>
span { border-color: #DB277A; }
span { border-color: rgb(219,39,122); }
td.TdClassName
{
border-color: #DB277A;
}
.TagClassName
{
border-color: #DB277A;
}
</style>