Shades of Cerise #DB3D64
Tints of Cerise #DB3D64
RGB
CMYK
RGB Variations
Color information
#DB3D64 (or 0xDB3D64) is known color: Cerise. HEX triplet: DB, 3D and 64. RGB value is (219,61,100). Sum of RGB (Red+Green+Blue) = 219+61+100=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D64 is #24C29B. Grayscale: #707070. Windows color (decimal): -2409116 or 6569435. OLE color: 6569435.
HSL color Cylindrical-coordinate representation of color #DB3D64: hue angle of 345.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D64 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 100 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.14 |
| HSL | 345.19º | 0.69% | 0.55% | - |
| HSV(B) | 345.19º | 0.72% | 0.86% | - |
| XYZ | 33.18 | 19.32 | 14.04 | - |
| YUV | 112.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 100 | 0 | 0.72 | 0.54 | 0.14 | 345.19 | 0.69 | 0.55 |
| Hex | DB | 3D | 64 | 0 | 48 | 36 | E | 159 | 45 | 37 |
| Octal | 333 | 75 | 144 | 0 | 110 | 66 | 16 | 531 | 105 | 67 |
| Binary | 11011011 | 111101 | 1100100 | 0 | 1001000 | 110110 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DB3D64
Complementary color
Monochromatic Colors of #DB3D64
Black with #DB3D64
Text Example
Text Example
White with #DB3D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D64; }
p { color: rgb(219,61,100); }
H1.HeaderClassName
{
color: #DB3D64;
}
.AnyTagClassName
{
color: #DB3D64;
}
</style>
background-color css
<style>
a { background-color: #DB3D64; }
a { background-color: rgb(219,61,100); }
div.DivClassName
{
background-color: #DB3D64;
}
.BgClassName
{
background-color: #DB3D64;
}
</style>
border-color css
<style>
span { border-color: #DB3D64; }
span { border-color: rgb(219,61,100); }
td.TdClassName
{
border-color: #DB3D64;
}
.TagClassName
{
border-color: #DB3D64;
}
</style>