Shades of Cerise #DB4369
Tints of Cerise #DB4369
RGB
CMYK
RGB Variations
Color information
#DB4369 (or 0xDB4369) is known color: Cerise. HEX triplet: DB, 43 and 69. RGB value is (219,67,105). Sum of RGB (Red+Green+Blue) = 219+67+105=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4369 is #24BC96. Grayscale: #747474. Windows color (decimal): -2407575 or 6898651. OLE color: 6898651.
HSL color Cylindrical-coordinate representation of color #DB4369: hue angle of 345º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4369 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 105 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.14 |
| HSL | 345º | 0.68% | 0.56% | - |
| HSV(B) | 345º | 0.69% | 0.86% | - |
| XYZ | 33.77 | 20.09 | 15.46 | - |
| YUV | 116.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 105 | 0 | 0.69 | 0.52 | 0.14 | 345 | 0.68 | 0.56 |
| Hex | DB | 43 | 69 | 0 | 45 | 34 | E | 159 | 44 | 38 |
| Octal | 333 | 103 | 151 | 0 | 105 | 64 | 16 | 531 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1101001 | 0 | 1000101 | 110100 | 1110 | 101011001 | 1000100 | 111000 |
Color Harmonies of #DB4369
Complementary color
Monochromatic Colors of #DB4369
Black with #DB4369
Text Example
Text Example
White with #DB4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4369; }
p { color: rgb(219,67,105); }
H1.HeaderClassName
{
color: #DB4369;
}
.AnyTagClassName
{
color: #DB4369;
}
</style>
background-color css
<style>
a { background-color: #DB4369; }
a { background-color: rgb(219,67,105); }
div.DivClassName
{
background-color: #DB4369;
}
.BgClassName
{
background-color: #DB4369;
}
</style>
border-color css
<style>
span { border-color: #DB4369; }
span { border-color: rgb(219,67,105); }
td.TdClassName
{
border-color: #DB4369;
}
.TagClassName
{
border-color: #DB4369;
}
</style>