Shades of Cranberry #DB5E74
Tints of Cranberry #DB5E74
RGB
CMYK
RGB Variations
Color information
#DB5E74 (or 0xDB5E74) is known color: Cranberry. HEX triplet: DB, 5E and 74. RGB value is (219,94,116). Sum of RGB (Red+Green+Blue) = 219+94+116=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E74 is #24A18B. Grayscale: #858585. Windows color (decimal): -2400652 or 7626459. OLE color: 7626459.
HSL color Cylindrical-coordinate representation of color #DB5E74: hue angle of 349.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E74 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 116 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.14 |
| HSL | 349.44º | 0.63% | 0.61% | - |
| HSV(B) | 349.44º | 0.57% | 0.86% | - |
| XYZ | 36.37 | 24.33 | 19.3 | - |
| YUV | 133.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 116 | 0 | 0.57 | 0.47 | 0.14 | 349.44 | 0.63 | 0.61 |
| Hex | DB | 5E | 74 | 0 | 39 | 2F | E | 15D | 3F | 3D |
| Octal | 333 | 136 | 164 | 0 | 71 | 57 | 16 | 535 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1110100 | 0 | 111001 | 101111 | 1110 | 101011101 | 111111 | 111101 |
Color Harmonies of #DB5E74
Complementary color
Monochromatic Colors of #DB5E74
Black with #DB5E74
Text Example
Text Example
White with #DB5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E74; }
p { color: rgb(219,94,116); }
H1.HeaderClassName
{
color: #DB5E74;
}
.AnyTagClassName
{
color: #DB5E74;
}
</style>
background-color css
<style>
a { background-color: #DB5E74; }
a { background-color: rgb(219,94,116); }
div.DivClassName
{
background-color: #DB5E74;
}
.BgClassName
{
background-color: #DB5E74;
}
</style>
border-color css
<style>
span { border-color: #DB5E74; }
span { border-color: rgb(219,94,116); }
td.TdClassName
{
border-color: #DB5E74;
}
.TagClassName
{
border-color: #DB5E74;
}
</style>