Shades of Cranberry #DB3E73
Tints of Cranberry #DB3E73
RGB
CMYK
RGB Variations
Color information
#DB3E73 (or 0xDB3E73) is known color: Cranberry. HEX triplet: DB, 3E and 73. RGB value is (219,62,115). Sum of RGB (Red+Green+Blue) = 219+62+115=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E73 is #24C18C. Grayscale: #727272. Windows color (decimal): -2408845 or 7552731. OLE color: 7552731.
HSL color Cylindrical-coordinate representation of color #DB3E73: hue angle of 339.75º 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 #DB3E73 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 115 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.14 |
| HSL | 339.75º | 0.69% | 0.55% | - |
| HSV(B) | 339.75º | 0.72% | 0.86% | - |
| XYZ | 34.03 | 19.74 | 18.24 | - |
| YUV | 114.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 115 | 0 | 0.72 | 0.47 | 0.14 | 339.75 | 0.69 | 0.55 |
| Hex | DB | 3E | 73 | 0 | 48 | 2F | E | 154 | 45 | 37 |
| Octal | 333 | 76 | 163 | 0 | 110 | 57 | 16 | 524 | 105 | 67 |
| Binary | 11011011 | 111110 | 1110011 | 0 | 1001000 | 101111 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DB3E73
Complementary color
Monochromatic Colors of #DB3E73
Black with #DB3E73
Text Example
Text Example
White with #DB3E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E73; }
p { color: rgb(219,62,115); }
H1.HeaderClassName
{
color: #DB3E73;
}
.AnyTagClassName
{
color: #DB3E73;
}
</style>
background-color css
<style>
a { background-color: #DB3E73; }
a { background-color: rgb(219,62,115); }
div.DivClassName
{
background-color: #DB3E73;
}
.BgClassName
{
background-color: #DB3E73;
}
</style>
border-color css
<style>
span { border-color: #DB3E73; }
span { border-color: rgb(219,62,115); }
td.TdClassName
{
border-color: #DB3E73;
}
.TagClassName
{
border-color: #DB3E73;
}
</style>