Shades of Cerise #DB256D
Tints of Cerise #DB256D
RGB
CMYK
RGB Variations
Color information
#DB256D (or 0xDB256D) is known color: Cerise. HEX triplet: DB, 25 and 6D. RGB value is (219,37,109). Sum of RGB (Red+Green+Blue) = 219+37+109=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB256D is #24DA92. Grayscale: #636363. Windows color (decimal): -2415251 or 7153115. OLE color: 7153115.
HSL color Cylindrical-coordinate representation of color #DB256D: hue angle of 336.26º 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 #DB256D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 109 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.14 |
| HSL | 336.26º | 0.72% | 0.5% | - |
| HSV(B) | 336.26º | 0.83% | 0.86% | - |
| XYZ | 32.64 | 17.49 | 16.12 | - |
| YUV | 99.63 | 133.3 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 109 | 0 | 0.83 | 0.50 | 0.14 | 336.26 | 0.72 | 0.5 |
| Hex | DB | 25 | 6D | 0 | 53 | 32 | E | 150 | 48 | 32 |
| Octal | 333 | 45 | 155 | 0 | 123 | 62 | 16 | 520 | 110 | 62 |
| Binary | 11011011 | 100101 | 1101101 | 0 | 1010011 | 110010 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DB256D
Complementary color
Monochromatic Colors of #DB256D
Black with #DB256D
Text Example
Text Example
White with #DB256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB256D; }
p { color: rgb(219,37,109); }
H1.HeaderClassName
{
color: #DB256D;
}
.AnyTagClassName
{
color: #DB256D;
}
</style>
background-color css
<style>
a { background-color: #DB256D; }
a { background-color: rgb(219,37,109); }
div.DivClassName
{
background-color: #DB256D;
}
.BgClassName
{
background-color: #DB256D;
}
</style>
border-color css
<style>
span { border-color: #DB256D; }
span { border-color: rgb(219,37,109); }
td.TdClassName
{
border-color: #DB256D;
}
.TagClassName
{
border-color: #DB256D;
}
</style>