Shades of Cerise #DB4465
Tints of Cerise #DB4465
RGB
CMYK
RGB Variations
Color information
#DB4465 (or 0xDB4465) is known color: Cerise. HEX triplet: DB, 44 and 65. RGB value is (219,68,101). Sum of RGB (Red+Green+Blue) = 219+68+101=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4465 is #24BB9A. Grayscale: #747474. Windows color (decimal): -2407323 or 6636763. OLE color: 6636763.
HSL color Cylindrical-coordinate representation of color #DB4465: hue angle of 346.89º 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 #DB4465 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.14 |
| HSL | 346.89º | 0.68% | 0.56% | - |
| HSV(B) | 346.89º | 0.69% | 0.86% | - |
| XYZ | 33.63 | 20.13 | 14.43 | - |
| YUV | 116.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 101 | 0 | 0.69 | 0.54 | 0.14 | 346.89 | 0.68 | 0.56 |
| Hex | DB | 44 | 65 | 0 | 45 | 36 | E | 15B | 44 | 38 |
| Octal | 333 | 104 | 145 | 0 | 105 | 66 | 16 | 533 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1100101 | 0 | 1000101 | 110110 | 1110 | 101011011 | 1000100 | 111000 |
Color Harmonies of #DB4465
Complementary color
Monochromatic Colors of #DB4465
Black with #DB4465
Text Example
Text Example
White with #DB4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4465; }
p { color: rgb(219,68,101); }
H1.HeaderClassName
{
color: #DB4465;
}
.AnyTagClassName
{
color: #DB4465;
}
</style>
background-color css
<style>
a { background-color: #DB4465; }
a { background-color: rgb(219,68,101); }
div.DivClassName
{
background-color: #DB4465;
}
.BgClassName
{
background-color: #DB4465;
}
</style>
border-color css
<style>
span { border-color: #DB4465; }
span { border-color: rgb(219,68,101); }
td.TdClassName
{
border-color: #DB4465;
}
.TagClassName
{
border-color: #DB4465;
}
</style>