Shades of Cerise #DB3264
Tints of Cerise #DB3264
RGB
CMYK
RGB Variations
Color information
#DB3264 (or 0xDB3264) is known color: Cerise. HEX triplet: DB, 32 and 64. RGB value is (219,50,100). Sum of RGB (Red+Green+Blue) = 219+50+100=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3264 is #24CD9B. Grayscale: #6A6A6A. Windows color (decimal): -2411932 or 6566619. OLE color: 6566619.
HSL color Cylindrical-coordinate representation of color #DB3264: hue angle of 342.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3264 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 100 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.14 |
| HSL | 342.25º | 0.7% | 0.53% | - |
| HSV(B) | 342.25º | 0.77% | 0.86% | - |
| XYZ | 32.65 | 18.26 | 13.86 | - |
| YUV | 106.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 100 | 0 | 0.77 | 0.54 | 0.14 | 342.25 | 0.7 | 0.53 |
| Hex | DB | 32 | 64 | 0 | 4D | 36 | E | 156 | 46 | 35 |
| Octal | 333 | 62 | 144 | 0 | 115 | 66 | 16 | 526 | 106 | 65 |
| Binary | 11011011 | 110010 | 1100100 | 0 | 1001101 | 110110 | 1110 | 101010110 | 1000110 | 110101 |
Color Harmonies of #DB3264
Complementary color
Monochromatic Colors of #DB3264
Black with #DB3264
Text Example
Text Example
White with #DB3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3264; }
p { color: rgb(219,50,100); }
H1.HeaderClassName
{
color: #DB3264;
}
.AnyTagClassName
{
color: #DB3264;
}
</style>
background-color css
<style>
a { background-color: #DB3264; }
a { background-color: rgb(219,50,100); }
div.DivClassName
{
background-color: #DB3264;
}
.BgClassName
{
background-color: #DB3264;
}
</style>
border-color css
<style>
span { border-color: #DB3264; }
span { border-color: rgb(219,50,100); }
td.TdClassName
{
border-color: #DB3264;
}
.TagClassName
{
border-color: #DB3264;
}
</style>