Shades of Cerise #DB3D69
Tints of Cerise #DB3D69
RGB
CMYK
RGB Variations
Color information
#DB3D69 (or 0xDB3D69) is known color: Cerise. HEX triplet: DB, 3D and 69. RGB value is (219,61,105). Sum of RGB (Red+Green+Blue) = 219+61+105=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D69 is #24C296. Grayscale: #717171. Windows color (decimal): -2409111 or 6897115. OLE color: 6897115.
HSL color Cylindrical-coordinate representation of color #DB3D69: hue angle of 343.29º 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 #DB3D69 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 105 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.14 |
| HSL | 343.29º | 0.69% | 0.55% | - |
| HSV(B) | 343.29º | 0.72% | 0.86% | - |
| XYZ | 33.43 | 19.42 | 15.35 | - |
| YUV | 113.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 105 | 0 | 0.72 | 0.52 | 0.14 | 343.29 | 0.69 | 0.55 |
| Hex | DB | 3D | 69 | 0 | 48 | 34 | E | 157 | 45 | 37 |
| Octal | 333 | 75 | 151 | 0 | 110 | 64 | 16 | 527 | 105 | 67 |
| Binary | 11011011 | 111101 | 1101001 | 0 | 1001000 | 110100 | 1110 | 101010111 | 1000101 | 110111 |
Color Harmonies of #DB3D69
Complementary color
Monochromatic Colors of #DB3D69
Black with #DB3D69
Text Example
Text Example
White with #DB3D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D69; }
p { color: rgb(219,61,105); }
H1.HeaderClassName
{
color: #DB3D69;
}
.AnyTagClassName
{
color: #DB3D69;
}
</style>
background-color css
<style>
a { background-color: #DB3D69; }
a { background-color: rgb(219,61,105); }
div.DivClassName
{
background-color: #DB3D69;
}
.BgClassName
{
background-color: #DB3D69;
}
</style>
border-color css
<style>
span { border-color: #DB3D69; }
span { border-color: rgb(219,61,105); }
td.TdClassName
{
border-color: #DB3D69;
}
.TagClassName
{
border-color: #DB3D69;
}
</style>