Shades of Cerise #DB406C
Tints of Cerise #DB406C
RGB
CMYK
RGB Variations
Color information
#DB406C (or 0xDB406C) is known color: Cerise. HEX triplet: DB, 40 and 6C. RGB value is (219,64,108). Sum of RGB (Red+Green+Blue) = 219+64+108=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB406C is #24BF93. Grayscale: #737373. Windows color (decimal): -2408340 or 7094491. OLE color: 7094491.
HSL color Cylindrical-coordinate representation of color #DB406C: hue angle of 342.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB406C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 108 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.14 |
| HSL | 342.97º | 0.68% | 0.55% | - |
| HSV(B) | 342.97º | 0.71% | 0.86% | - |
| XYZ | 33.75 | 19.81 | 16.23 | - |
| YUV | 115.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 108 | 0 | 0.71 | 0.51 | 0.14 | 342.97 | 0.68 | 0.55 |
| Hex | DB | 40 | 6C | 0 | 47 | 33 | E | 157 | 44 | 37 |
| Octal | 333 | 100 | 154 | 0 | 107 | 63 | 16 | 527 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1101100 | 0 | 1000111 | 110011 | 1110 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DB406C
Complementary color
Monochromatic Colors of #DB406C
Black with #DB406C
Text Example
Text Example
White with #DB406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB406C; }
p { color: rgb(219,64,108); }
H1.HeaderClassName
{
color: #DB406C;
}
.AnyTagClassName
{
color: #DB406C;
}
</style>
background-color css
<style>
a { background-color: #DB406C; }
a { background-color: rgb(219,64,108); }
div.DivClassName
{
background-color: #DB406C;
}
.BgClassName
{
background-color: #DB406C;
}
</style>
border-color css
<style>
span { border-color: #DB406C; }
span { border-color: rgb(219,64,108); }
td.TdClassName
{
border-color: #DB406C;
}
.TagClassName
{
border-color: #DB406C;
}
</style>