Shades of Cerise #DB2665
Tints of Cerise #DB2665
RGB
CMYK
RGB Variations
Color information
#DB2665 (or 0xDB2665) is known color: Cerise. HEX triplet: DB, 26 and 65. RGB value is (219,38,101). Sum of RGB (Red+Green+Blue) = 219+38+101=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2665 is #24D99A. Grayscale: #636363. Windows color (decimal): -2415003 or 6629083. OLE color: 6629083.
HSL color Cylindrical-coordinate representation of color #DB2665: hue angle of 339.12º 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 #DB2665 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 101 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.14 |
| HSL | 339.12º | 0.72% | 0.5% | - |
| HSV(B) | 339.12º | 0.83% | 0.86% | - |
| XYZ | 32.26 | 17.39 | 13.97 | - |
| YUV | 99.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 101 | 0 | 0.83 | 0.54 | 0.14 | 339.12 | 0.72 | 0.5 |
| Hex | DB | 26 | 65 | 0 | 53 | 36 | E | 153 | 48 | 32 |
| Octal | 333 | 46 | 145 | 0 | 123 | 66 | 16 | 523 | 110 | 62 |
| Binary | 11011011 | 100110 | 1100101 | 0 | 1010011 | 110110 | 1110 | 101010011 | 1001000 | 110010 |
Color Harmonies of #DB2665
Complementary color
Monochromatic Colors of #DB2665
Black with #DB2665
Text Example
Text Example
White with #DB2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2665; }
p { color: rgb(219,38,101); }
H1.HeaderClassName
{
color: #DB2665;
}
.AnyTagClassName
{
color: #DB2665;
}
</style>
background-color css
<style>
a { background-color: #DB2665; }
a { background-color: rgb(219,38,101); }
div.DivClassName
{
background-color: #DB2665;
}
.BgClassName
{
background-color: #DB2665;
}
</style>
border-color css
<style>
span { border-color: #DB2665; }
span { border-color: rgb(219,38,101); }
td.TdClassName
{
border-color: #DB2665;
}
.TagClassName
{
border-color: #DB2665;
}
</style>