Shades of Cerise #DB2A65
Tints of Cerise #DB2A65
RGB
CMYK
RGB Variations
Color information
#DB2A65 (or 0xDB2A65) is known color: Cerise. HEX triplet: DB, 2A and 65. RGB value is (219,42,101). Sum of RGB (Red+Green+Blue) = 219+42+101=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A65 is #24D59A. Grayscale: #656565. Windows color (decimal): -2413979 or 6630107. OLE color: 6630107.
HSL color Cylindrical-coordinate representation of color #DB2A65: hue angle of 340º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A65 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 101 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.14 |
| HSL | 340º | 0.71% | 0.51% | - |
| HSV(B) | 340º | 0.81% | 0.86% | - |
| XYZ | 32.39 | 17.66 | 14.01 | - |
| YUV | 101.65 | 127.64 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 101 | 0 | 0.81 | 0.54 | 0.14 | 340 | 0.71 | 0.51 |
| Hex | DB | 2A | 65 | 0 | 51 | 36 | E | 154 | 47 | 33 |
| Octal | 333 | 52 | 145 | 0 | 121 | 66 | 16 | 524 | 107 | 63 |
| Binary | 11011011 | 101010 | 1100101 | 0 | 1010001 | 110110 | 1110 | 101010100 | 1000111 | 110011 |
Color Harmonies of #DB2A65
Complementary color
Monochromatic Colors of #DB2A65
Black with #DB2A65
Text Example
Text Example
White with #DB2A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A65; }
p { color: rgb(219,42,101); }
H1.HeaderClassName
{
color: #DB2A65;
}
.AnyTagClassName
{
color: #DB2A65;
}
</style>
background-color css
<style>
a { background-color: #DB2A65; }
a { background-color: rgb(219,42,101); }
div.DivClassName
{
background-color: #DB2A65;
}
.BgClassName
{
background-color: #DB2A65;
}
</style>
border-color css
<style>
span { border-color: #DB2A65; }
span { border-color: rgb(219,42,101); }
td.TdClassName
{
border-color: #DB2A65;
}
.TagClassName
{
border-color: #DB2A65;
}
</style>