Shades of Cerise #DB2567
Tints of Cerise #DB2567
RGB
CMYK
RGB Variations
Color information
#DB2567 (or 0xDB2567) is known color: Cerise. HEX triplet: DB, 25 and 67. RGB value is (219,37,103). Sum of RGB (Red+Green+Blue) = 219+37+103=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2567 is #24DA98. Grayscale: #626262. Windows color (decimal): -2415257 or 6759899. OLE color: 6759899.
HSL color Cylindrical-coordinate representation of color #DB2567: hue angle of 338.24º 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 #DB2567 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 103 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.14 |
| HSL | 338.24º | 0.72% | 0.5% | - |
| HSV(B) | 338.24º | 0.83% | 0.86% | - |
| XYZ | 32.32 | 17.36 | 14.48 | - |
| YUV | 98.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 103 | 0 | 0.83 | 0.53 | 0.14 | 338.24 | 0.72 | 0.5 |
| Hex | DB | 25 | 67 | 0 | 53 | 35 | E | 152 | 48 | 32 |
| Octal | 333 | 45 | 147 | 0 | 123 | 65 | 16 | 522 | 110 | 62 |
| Binary | 11011011 | 100101 | 1100111 | 0 | 1010011 | 110101 | 1110 | 101010010 | 1001000 | 110010 |
Color Harmonies of #DB2567
Complementary color
Monochromatic Colors of #DB2567
Black with #DB2567
Text Example
Text Example
White with #DB2567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2567; }
p { color: rgb(219,37,103); }
H1.HeaderClassName
{
color: #DB2567;
}
.AnyTagClassName
{
color: #DB2567;
}
</style>
background-color css
<style>
a { background-color: #DB2567; }
a { background-color: rgb(219,37,103); }
div.DivClassName
{
background-color: #DB2567;
}
.BgClassName
{
background-color: #DB2567;
}
</style>
border-color css
<style>
span { border-color: #DB2567; }
span { border-color: rgb(219,37,103); }
td.TdClassName
{
border-color: #DB2567;
}
.TagClassName
{
border-color: #DB2567;
}
</style>