Shades of Cerise #DB4269
Tints of Cerise #DB4269
RGB
CMYK
RGB Variations
Color information
#DB4269 (or 0xDB4269) is known color: Cerise. HEX triplet: DB, 42 and 69. RGB value is (219,66,105). Sum of RGB (Red+Green+Blue) = 219+66+105=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4269 is #24BD96. Grayscale: #747474. Windows color (decimal): -2407831 or 6898395. OLE color: 6898395.
HSL color Cylindrical-coordinate representation of color #DB4269: hue angle of 344.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4269 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 105 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.14 |
| HSL | 344.71º | 0.68% | 0.56% | - |
| HSV(B) | 344.71º | 0.7% | 0.86% | - |
| XYZ | 33.71 | 19.98 | 15.44 | - |
| YUV | 116.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 105 | 0 | 0.70 | 0.52 | 0.14 | 344.71 | 0.68 | 0.56 |
| Hex | DB | 42 | 69 | 0 | 46 | 34 | E | 159 | 44 | 38 |
| Octal | 333 | 102 | 151 | 0 | 106 | 64 | 16 | 531 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1101001 | 0 | 1000110 | 110100 | 1110 | 101011001 | 1000100 | 111000 |
Color Harmonies of #DB4269
Complementary color
Monochromatic Colors of #DB4269
Black with #DB4269
Text Example
Text Example
White with #DB4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4269; }
p { color: rgb(219,66,105); }
H1.HeaderClassName
{
color: #DB4269;
}
.AnyTagClassName
{
color: #DB4269;
}
</style>
background-color css
<style>
a { background-color: #DB4269; }
a { background-color: rgb(219,66,105); }
div.DivClassName
{
background-color: #DB4269;
}
.BgClassName
{
background-color: #DB4269;
}
</style>
border-color css
<style>
span { border-color: #DB4269; }
span { border-color: rgb(219,66,105); }
td.TdClassName
{
border-color: #DB4269;
}
.TagClassName
{
border-color: #DB4269;
}
</style>