Shades of Cerise #DB3A6E
Tints of Cerise #DB3A6E
RGB
CMYK
RGB Variations
Color information
#DB3A6E (or 0xDB3A6E) is known color: Cerise. HEX triplet: DB, 3A and 6E. RGB value is (219,58,110). Sum of RGB (Red+Green+Blue) = 219+58+110=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A6E is #24C591. Grayscale: #707070. Windows color (decimal): -2409874 or 7224027. OLE color: 7224027.
HSL color Cylindrical-coordinate representation of color #DB3A6E: hue angle of 340.62º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A6E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 110 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.14 |
| HSL | 340.62º | 0.69% | 0.54% | - |
| HSV(B) | 340.62º | 0.74% | 0.86% | - |
| XYZ | 33.54 | 19.21 | 16.69 | - |
| YUV | 112.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 110 | 0 | 0.74 | 0.50 | 0.14 | 340.62 | 0.69 | 0.54 |
| Hex | DB | 3A | 6E | 0 | 4A | 32 | E | 155 | 45 | 36 |
| Octal | 333 | 72 | 156 | 0 | 112 | 62 | 16 | 525 | 105 | 66 |
| Binary | 11011011 | 111010 | 1101110 | 0 | 1001010 | 110010 | 1110 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DB3A6E
Complementary color
Monochromatic Colors of #DB3A6E
Black with #DB3A6E
Text Example
Text Example
White with #DB3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A6E; }
p { color: rgb(219,58,110); }
H1.HeaderClassName
{
color: #DB3A6E;
}
.AnyTagClassName
{
color: #DB3A6E;
}
</style>
background-color css
<style>
a { background-color: #DB3A6E; }
a { background-color: rgb(219,58,110); }
div.DivClassName
{
background-color: #DB3A6E;
}
.BgClassName
{
background-color: #DB3A6E;
}
</style>
border-color css
<style>
span { border-color: #DB3A6E; }
span { border-color: rgb(219,58,110); }
td.TdClassName
{
border-color: #DB3A6E;
}
.TagClassName
{
border-color: #DB3A6E;
}
</style>