Shades of Cerise #DB226A
Tints of Cerise #DB226A
RGB
CMYK
RGB Variations
Color information
#DB226A (or 0xDB226A) is known color: Cerise. HEX triplet: DB, 22 and 6A. RGB value is (219,34,106). Sum of RGB (Red+Green+Blue) = 219+34+106=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB226A is #24DD95. Grayscale: #616161. Windows color (decimal): -2416022 or 6955739. OLE color: 6955739.
HSL color Cylindrical-coordinate representation of color #DB226A: hue angle of 336.65º 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 #DB226A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 106 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 336.65º | 0.73% | 0.5% | - |
| HSV(B) | 336.65º | 0.84% | 0.86% | - |
| XYZ | 32.39 | 17.24 | 15.26 | - |
| YUV | 97.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 106 | 0 | 0.84 | 0.52 | 0.14 | 336.65 | 0.73 | 0.5 |
| Hex | DB | 22 | 6A | 0 | 54 | 34 | E | 151 | 49 | 32 |
| Octal | 333 | 42 | 152 | 0 | 124 | 64 | 16 | 521 | 111 | 62 |
| Binary | 11011011 | 100010 | 1101010 | 0 | 1010100 | 110100 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DB226A
Complementary color
Monochromatic Colors of #DB226A
Black with #DB226A
Text Example
Text Example
White with #DB226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB226A; }
p { color: rgb(219,34,106); }
H1.HeaderClassName
{
color: #DB226A;
}
.AnyTagClassName
{
color: #DB226A;
}
</style>
background-color css
<style>
a { background-color: #DB226A; }
a { background-color: rgb(219,34,106); }
div.DivClassName
{
background-color: #DB226A;
}
.BgClassName
{
background-color: #DB226A;
}
</style>
border-color css
<style>
span { border-color: #DB226A; }
span { border-color: rgb(219,34,106); }
td.TdClassName
{
border-color: #DB226A;
}
.TagClassName
{
border-color: #DB226A;
}
</style>