Shades of Cerise #DB2568
Tints of Cerise #DB2568
RGB
CMYK
RGB Variations
Color information
#DB2568 (or 0xDB2568) is known color: Cerise. HEX triplet: DB, 25 and 68. RGB value is (219,37,104). Sum of RGB (Red+Green+Blue) = 219+37+104=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2568 is #24DA97. Grayscale: #626262. Windows color (decimal): -2415256 or 6825435. OLE color: 6825435.
HSL color Cylindrical-coordinate representation of color #DB2568: hue angle of 337.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2568 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 104 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.14 |
| HSL | 337.91º | 0.72% | 0.5% | - |
| HSV(B) | 337.91º | 0.83% | 0.86% | - |
| XYZ | 32.37 | 17.38 | 14.75 | - |
| YUV | 99.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 104 | 0 | 0.83 | 0.53 | 0.14 | 337.91 | 0.72 | 0.5 |
| Hex | DB | 25 | 68 | 0 | 53 | 35 | E | 152 | 48 | 32 |
| Octal | 333 | 45 | 150 | 0 | 123 | 65 | 16 | 522 | 110 | 62 |
| Binary | 11011011 | 100101 | 1101000 | 0 | 1010011 | 110101 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DB2568
Complementary color
Monochromatic Colors of #DB2568
Black with #DB2568
Text Example
Text Example
White with #DB2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2568; }
p { color: rgb(219,37,104); }
H1.HeaderClassName
{
color: #DB2568;
}
.AnyTagClassName
{
color: #DB2568;
}
</style>
background-color css
<style>
a { background-color: #DB2568; }
a { background-color: rgb(219,37,104); }
div.DivClassName
{
background-color: #DB2568;
}
.BgClassName
{
background-color: #DB2568;
}
</style>
border-color css
<style>
span { border-color: #DB2568; }
span { border-color: rgb(219,37,104); }
td.TdClassName
{
border-color: #DB2568;
}
.TagClassName
{
border-color: #DB2568;
}
</style>