Shades of Cerise #DB256F
Tints of Cerise #DB256F
RGB
CMYK
RGB Variations
Color information
#DB256F (or 0xDB256F) is known color: Cerise. HEX triplet: DB, 25 and 6F. RGB value is (219,37,111). Sum of RGB (Red+Green+Blue) = 219+37+111=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB256F is #24DA90. Grayscale: #636363. Windows color (decimal): -2415249 or 7284187. OLE color: 7284187.
HSL color Cylindrical-coordinate representation of color #DB256F: hue angle of 335.6º 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 #DB256F is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 111 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.14 |
| HSL | 335.6º | 0.72% | 0.5% | - |
| HSV(B) | 335.6º | 0.83% | 0.86% | - |
| XYZ | 32.74 | 17.53 | 16.7 | - |
| YUV | 99.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 111 | 0 | 0.83 | 0.49 | 0.14 | 335.6 | 0.72 | 0.5 |
| Hex | DB | 25 | 6F | 0 | 53 | 31 | E | 150 | 48 | 32 |
| Octal | 333 | 45 | 157 | 0 | 123 | 61 | 16 | 520 | 110 | 62 |
| Binary | 11011011 | 100101 | 1101111 | 0 | 1010011 | 110001 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DB256F
Complementary color
Monochromatic Colors of #DB256F
Black with #DB256F
Text Example
Text Example
White with #DB256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB256F; }
p { color: rgb(219,37,111); }
H1.HeaderClassName
{
color: #DB256F;
}
.AnyTagClassName
{
color: #DB256F;
}
</style>
background-color css
<style>
a { background-color: #DB256F; }
a { background-color: rgb(219,37,111); }
div.DivClassName
{
background-color: #DB256F;
}
.BgClassName
{
background-color: #DB256F;
}
</style>
border-color css
<style>
span { border-color: #DB256F; }
span { border-color: rgb(219,37,111); }
td.TdClassName
{
border-color: #DB256F;
}
.TagClassName
{
border-color: #DB256F;
}
</style>