Shades of Cerise #DB226D
Tints of Cerise #DB226D
RGB
CMYK
RGB Variations
Color information
#DB226D (or 0xDB226D) is known color: Cerise. HEX triplet: DB, 22 and 6D. RGB value is (219,34,109). Sum of RGB (Red+Green+Blue) = 219+34+109=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB226D is #24DD92. Grayscale: #616161. Windows color (decimal): -2416019 or 7152347. OLE color: 7152347.
HSL color Cylindrical-coordinate representation of color #DB226D: hue angle of 335.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB226D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 109 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 335.68º | 0.73% | 0.5% | - |
| HSV(B) | 335.68º | 0.84% | 0.86% | - |
| XYZ | 32.55 | 17.31 | 16.09 | - |
| YUV | 97.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 109 | 0 | 0.84 | 0.50 | 0.14 | 335.68 | 0.73 | 0.5 |
| Hex | DB | 22 | 6D | 0 | 54 | 32 | E | 150 | 49 | 32 |
| Octal | 333 | 42 | 155 | 0 | 124 | 62 | 16 | 520 | 111 | 62 |
| Binary | 11011011 | 100010 | 1101101 | 0 | 1010100 | 110010 | 1110 | 101010000 | 1001001 | 110010 |
Color Harmonies of #DB226D
Complementary color
Monochromatic Colors of #DB226D
Black with #DB226D
Text Example
Text Example
White with #DB226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB226D; }
p { color: rgb(219,34,109); }
H1.HeaderClassName
{
color: #DB226D;
}
.AnyTagClassName
{
color: #DB226D;
}
</style>
background-color css
<style>
a { background-color: #DB226D; }
a { background-color: rgb(219,34,109); }
div.DivClassName
{
background-color: #DB226D;
}
.BgClassName
{
background-color: #DB226D;
}
</style>
border-color css
<style>
span { border-color: #DB226D; }
span { border-color: rgb(219,34,109); }
td.TdClassName
{
border-color: #DB226D;
}
.TagClassName
{
border-color: #DB226D;
}
</style>