Shades of Cerise #DB3D67
Tints of Cerise #DB3D67
RGB
CMYK
RGB Variations
Color information
#DB3D67 (or 0xDB3D67) is known color: Cerise. HEX triplet: DB, 3D and 67. RGB value is (219,61,103). Sum of RGB (Red+Green+Blue) = 219+61+103=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D67 is #24C298. Grayscale: #717171. Windows color (decimal): -2409113 or 6766043. OLE color: 6766043.
HSL color Cylindrical-coordinate representation of color #DB3D67: hue angle of 344.05º 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 #DB3D67 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 103 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.14 |
| HSL | 344.05º | 0.69% | 0.55% | - |
| HSV(B) | 344.05º | 0.72% | 0.86% | - |
| XYZ | 33.33 | 19.38 | 14.82 | - |
| YUV | 113.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 103 | 0 | 0.72 | 0.53 | 0.14 | 344.05 | 0.69 | 0.55 |
| Hex | DB | 3D | 67 | 0 | 48 | 35 | E | 158 | 45 | 37 |
| Octal | 333 | 75 | 147 | 0 | 110 | 65 | 16 | 530 | 105 | 67 |
| Binary | 11011011 | 111101 | 1100111 | 0 | 1001000 | 110101 | 1110 | 101011000 | 1000101 | 110111 |
Color Harmonies of #DB3D67
Complementary color
Monochromatic Colors of #DB3D67
Black with #DB3D67
Text Example
Text Example
White with #DB3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D67; }
p { color: rgb(219,61,103); }
H1.HeaderClassName
{
color: #DB3D67;
}
.AnyTagClassName
{
color: #DB3D67;
}
</style>
background-color css
<style>
a { background-color: #DB3D67; }
a { background-color: rgb(219,61,103); }
div.DivClassName
{
background-color: #DB3D67;
}
.BgClassName
{
background-color: #DB3D67;
}
</style>
border-color css
<style>
span { border-color: #DB3D67; }
span { border-color: rgb(219,61,103); }
td.TdClassName
{
border-color: #DB3D67;
}
.TagClassName
{
border-color: #DB3D67;
}
</style>