Shades of Cerise #DB3A6F
Tints of Cerise #DB3A6F
RGB
CMYK
RGB Variations
Color information
#DB3A6F (or 0xDB3A6F) is known color: Cerise. HEX triplet: DB, 3A and 6F. RGB value is (219,58,111). Sum of RGB (Red+Green+Blue) = 219+58+111=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A6F is #24C590. Grayscale: #707070. Windows color (decimal): -2409873 or 7289563. OLE color: 7289563.
HSL color Cylindrical-coordinate representation of color #DB3A6F: hue angle of 340.25º 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 #DB3A6F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 111 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.14 |
| HSL | 340.25º | 0.69% | 0.54% | - |
| HSV(B) | 340.25º | 0.74% | 0.86% | - |
| XYZ | 33.6 | 19.23 | 16.98 | - |
| YUV | 112.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 111 | 0 | 0.74 | 0.49 | 0.14 | 340.25 | 0.69 | 0.54 |
| Hex | DB | 3A | 6F | 0 | 4A | 31 | E | 154 | 45 | 36 |
| Octal | 333 | 72 | 157 | 0 | 112 | 61 | 16 | 524 | 105 | 66 |
| Binary | 11011011 | 111010 | 1101111 | 0 | 1001010 | 110001 | 1110 | 101010100 | 1000101 | 110110 |
Color Harmonies of #DB3A6F
Complementary color
Monochromatic Colors of #DB3A6F
Black with #DB3A6F
Text Example
Text Example
White with #DB3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A6F; }
p { color: rgb(219,58,111); }
H1.HeaderClassName
{
color: #DB3A6F;
}
.AnyTagClassName
{
color: #DB3A6F;
}
</style>
background-color css
<style>
a { background-color: #DB3A6F; }
a { background-color: rgb(219,58,111); }
div.DivClassName
{
background-color: #DB3A6F;
}
.BgClassName
{
background-color: #DB3A6F;
}
</style>
border-color css
<style>
span { border-color: #DB3A6F; }
span { border-color: rgb(219,58,111); }
td.TdClassName
{
border-color: #DB3A6F;
}
.TagClassName
{
border-color: #DB3A6F;
}
</style>