Shades of Cerise #DB4364
Tints of Cerise #DB4364
RGB
CMYK
RGB Variations
Color information
#DB4364 (or 0xDB4364) is known color: Cerise. HEX triplet: DB, 43 and 64. RGB value is (219,67,100). Sum of RGB (Red+Green+Blue) = 219+67+100=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4364 is #24BC9B. Grayscale: #747474. Windows color (decimal): -2407580 or 6570971. OLE color: 6570971.
HSL color Cylindrical-coordinate representation of color #DB4364: hue angle of 346.97º 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 #DB4364 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 100 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.14 |
| HSL | 346.97º | 0.68% | 0.56% | - |
| HSV(B) | 346.97º | 0.69% | 0.86% | - |
| XYZ | 33.52 | 19.99 | 14.15 | - |
| YUV | 116.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 100 | 0 | 0.69 | 0.54 | 0.14 | 346.97 | 0.68 | 0.56 |
| Hex | DB | 43 | 64 | 0 | 45 | 36 | E | 15B | 44 | 38 |
| Octal | 333 | 103 | 144 | 0 | 105 | 66 | 16 | 533 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1100100 | 0 | 1000101 | 110110 | 1110 | 101011011 | 1000100 | 111000 |
Color Harmonies of #DB4364
Complementary color
Monochromatic Colors of #DB4364
Black with #DB4364
Text Example
Text Example
White with #DB4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4364; }
p { color: rgb(219,67,100); }
H1.HeaderClassName
{
color: #DB4364;
}
.AnyTagClassName
{
color: #DB4364;
}
</style>
background-color css
<style>
a { background-color: #DB4364; }
a { background-color: rgb(219,67,100); }
div.DivClassName
{
background-color: #DB4364;
}
.BgClassName
{
background-color: #DB4364;
}
</style>
border-color css
<style>
span { border-color: #DB4364; }
span { border-color: rgb(219,67,100); }
td.TdClassName
{
border-color: #DB4364;
}
.TagClassName
{
border-color: #DB4364;
}
</style>