Shades of Cerise #DB3269
Tints of Cerise #DB3269
RGB
CMYK
RGB Variations
Color information
#DB3269 (or 0xDB3269) is known color: Cerise. HEX triplet: DB, 32 and 69. RGB value is (219,50,105). Sum of RGB (Red+Green+Blue) = 219+50+105=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3269 is #24CD96. Grayscale: #6A6A6A. Windows color (decimal): -2411927 or 6894299. OLE color: 6894299.
HSL color Cylindrical-coordinate representation of color #DB3269: hue angle of 340.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3269 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 105 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.14 |
| HSL | 340.47º | 0.7% | 0.53% | - |
| HSV(B) | 340.47º | 0.77% | 0.86% | - |
| XYZ | 32.9 | 18.36 | 15.17 | - |
| YUV | 106.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 105 | 0 | 0.77 | 0.52 | 0.14 | 340.47 | 0.7 | 0.53 |
| Hex | DB | 32 | 69 | 0 | 4D | 34 | E | 154 | 46 | 35 |
| Octal | 333 | 62 | 151 | 0 | 115 | 64 | 16 | 524 | 106 | 65 |
| Binary | 11011011 | 110010 | 1101001 | 0 | 1001101 | 110100 | 1110 | 101010100 | 1000110 | 110101 |
Color Harmonies of #DB3269
Complementary color
Monochromatic Colors of #DB3269
Black with #DB3269
Text Example
Text Example
White with #DB3269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3269; }
p { color: rgb(219,50,105); }
H1.HeaderClassName
{
color: #DB3269;
}
.AnyTagClassName
{
color: #DB3269;
}
</style>
background-color css
<style>
a { background-color: #DB3269; }
a { background-color: rgb(219,50,105); }
div.DivClassName
{
background-color: #DB3269;
}
.BgClassName
{
background-color: #DB3269;
}
</style>
border-color css
<style>
span { border-color: #DB3269; }
span { border-color: rgb(219,50,105); }
td.TdClassName
{
border-color: #DB3269;
}
.TagClassName
{
border-color: #DB3269;
}
</style>