Shades of Cerise #DB266A
Tints of Cerise #DB266A
RGB
CMYK
RGB Variations
Color information
#DB266A (or 0xDB266A) is known color: Cerise. HEX triplet: DB, 26 and 6A. RGB value is (219,38,106). Sum of RGB (Red+Green+Blue) = 219+38+106=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB266A is #24D995. Grayscale: #636363. Windows color (decimal): -2414998 or 6956763. OLE color: 6956763.
HSL color Cylindrical-coordinate representation of color #DB266A: hue angle of 337.46º 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 #DB266A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 106 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.14 |
| HSL | 337.46º | 0.72% | 0.5% | - |
| HSV(B) | 337.46º | 0.83% | 0.86% | - |
| XYZ | 32.51 | 17.49 | 15.3 | - |
| YUV | 99.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 106 | 0 | 0.83 | 0.52 | 0.14 | 337.46 | 0.72 | 0.5 |
| Hex | DB | 26 | 6A | 0 | 53 | 34 | E | 151 | 48 | 32 |
| Octal | 333 | 46 | 152 | 0 | 123 | 64 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100110 | 1101010 | 0 | 1010011 | 110100 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB266A
Complementary color
Monochromatic Colors of #DB266A
Black with #DB266A
Text Example
Text Example
White with #DB266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB266A; }
p { color: rgb(219,38,106); }
H1.HeaderClassName
{
color: #DB266A;
}
.AnyTagClassName
{
color: #DB266A;
}
</style>
background-color css
<style>
a { background-color: #DB266A; }
a { background-color: rgb(219,38,106); }
div.DivClassName
{
background-color: #DB266A;
}
.BgClassName
{
background-color: #DB266A;
}
</style>
border-color css
<style>
span { border-color: #DB266A; }
span { border-color: rgb(219,38,106); }
td.TdClassName
{
border-color: #DB266A;
}
.TagClassName
{
border-color: #DB266A;
}
</style>