Shades of Cerise #DB2867
Tints of Cerise #DB2867
RGB
CMYK
RGB Variations
Color information
#DB2867 (or 0xDB2867) is known color: Cerise. HEX triplet: DB, 28 and 67. RGB value is (219,40,103). Sum of RGB (Red+Green+Blue) = 219+40+103=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2867 is #24D798. Grayscale: #646464. Windows color (decimal): -2414489 or 6760667. OLE color: 6760667.
HSL color Cylindrical-coordinate representation of color #DB2867: hue angle of 338.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2867 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 103 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.14 |
| HSL | 338.88º | 0.71% | 0.51% | - |
| HSV(B) | 338.88º | 0.82% | 0.86% | - |
| XYZ | 32.42 | 17.56 | 14.51 | - |
| YUV | 100.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 103 | 0 | 0.82 | 0.53 | 0.14 | 338.88 | 0.71 | 0.51 |
| Hex | DB | 28 | 67 | 0 | 52 | 35 | E | 153 | 47 | 33 |
| Octal | 333 | 50 | 147 | 0 | 122 | 65 | 16 | 523 | 107 | 63 |
| Binary | 11011011 | 101000 | 1100111 | 0 | 1010010 | 110101 | 1110 | 101010011 | 1000111 | 110011 |
Color Harmonies of #DB2867
Complementary color
Monochromatic Colors of #DB2867
Black with #DB2867
Text Example
Text Example
White with #DB2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2867; }
p { color: rgb(219,40,103); }
H1.HeaderClassName
{
color: #DB2867;
}
.AnyTagClassName
{
color: #DB2867;
}
</style>
background-color css
<style>
a { background-color: #DB2867; }
a { background-color: rgb(219,40,103); }
div.DivClassName
{
background-color: #DB2867;
}
.BgClassName
{
background-color: #DB2867;
}
</style>
border-color css
<style>
span { border-color: #DB2867; }
span { border-color: rgb(219,40,103); }
td.TdClassName
{
border-color: #DB2867;
}
.TagClassName
{
border-color: #DB2867;
}
</style>