Shades of Cerise #DB406B
Tints of Cerise #DB406B
RGB
CMYK
RGB Variations
Color information
#DB406B (or 0xDB406B) is known color: Cerise. HEX triplet: DB, 40 and 6B. RGB value is (219,64,107). Sum of RGB (Red+Green+Blue) = 219+64+107=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB406B is #24BF94. Grayscale: #737373. Windows color (decimal): -2408341 or 7028955. OLE color: 7028955.
HSL color Cylindrical-coordinate representation of color #DB406B: hue angle of 343.35º 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 #DB406B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 107 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.14 |
| HSL | 343.35º | 0.68% | 0.55% | - |
| HSV(B) | 343.35º | 0.71% | 0.86% | - |
| XYZ | 33.7 | 19.79 | 15.95 | - |
| YUV | 115.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 107 | 0 | 0.71 | 0.51 | 0.14 | 343.35 | 0.68 | 0.55 |
| Hex | DB | 40 | 6B | 0 | 47 | 33 | E | 157 | 44 | 37 |
| Octal | 333 | 100 | 153 | 0 | 107 | 63 | 16 | 527 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1101011 | 0 | 1000111 | 110011 | 1110 | 101010111 | 1000100 | 110111 |
Color Harmonies of #DB406B
Complementary color
Monochromatic Colors of #DB406B
Black with #DB406B
Text Example
Text Example
White with #DB406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB406B; }
p { color: rgb(219,64,107); }
H1.HeaderClassName
{
color: #DB406B;
}
.AnyTagClassName
{
color: #DB406B;
}
</style>
background-color css
<style>
a { background-color: #DB406B; }
a { background-color: rgb(219,64,107); }
div.DivClassName
{
background-color: #DB406B;
}
.BgClassName
{
background-color: #DB406B;
}
</style>
border-color css
<style>
span { border-color: #DB406B; }
span { border-color: rgb(219,64,107); }
td.TdClassName
{
border-color: #DB406B;
}
.TagClassName
{
border-color: #DB406B;
}
</style>