Shades of Cerise #DB256B
Tints of Cerise #DB256B
RGB
CMYK
RGB Variations
Color information
#DB256B (or 0xDB256B) is known color: Cerise. HEX triplet: DB, 25 and 6B. RGB value is (219,37,107). Sum of RGB (Red+Green+Blue) = 219+37+107=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB256B is #24DA94. Grayscale: #636363. Windows color (decimal): -2415253 or 7022043. OLE color: 7022043.
HSL color Cylindrical-coordinate representation of color #DB256B: hue angle of 336.92º 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 #DB256B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 107 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.14 |
| HSL | 336.92º | 0.72% | 0.5% | - |
| HSV(B) | 336.92º | 0.83% | 0.86% | - |
| XYZ | 32.53 | 17.44 | 15.56 | - |
| YUV | 99.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 107 | 0 | 0.83 | 0.51 | 0.14 | 336.92 | 0.72 | 0.5 |
| Hex | DB | 25 | 6B | 0 | 53 | 33 | E | 151 | 48 | 32 |
| Octal | 333 | 45 | 153 | 0 | 123 | 63 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100101 | 1101011 | 0 | 1010011 | 110011 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB256B
Complementary color
Monochromatic Colors of #DB256B
Black with #DB256B
Text Example
Text Example
White with #DB256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB256B; }
p { color: rgb(219,37,107); }
H1.HeaderClassName
{
color: #DB256B;
}
.AnyTagClassName
{
color: #DB256B;
}
</style>
background-color css
<style>
a { background-color: #DB256B; }
a { background-color: rgb(219,37,107); }
div.DivClassName
{
background-color: #DB256B;
}
.BgClassName
{
background-color: #DB256B;
}
</style>
border-color css
<style>
span { border-color: #DB256B; }
span { border-color: rgb(219,37,107); }
td.TdClassName
{
border-color: #DB256B;
}
.TagClassName
{
border-color: #DB256B;
}
</style>