Shades of Cranberry #DB5E7A
Tints of Cranberry #DB5E7A
RGB
CMYK
RGB Variations
Color information
#DB5E7A (or 0xDB5E7A) is known color: Cranberry. HEX triplet: DB, 5E and 7A. RGB value is (219,94,122). Sum of RGB (Red+Green+Blue) = 219+94+122=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E7A is #24A185. Grayscale: #868686. Windows color (decimal): -2400646 or 8019675. OLE color: 8019675.
HSL color Cylindrical-coordinate representation of color #DB5E7A: hue angle of 346.56º 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 #DB5E7A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 122 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.14 |
| HSL | 346.56º | 0.63% | 0.61% | - |
| HSV(B) | 346.56º | 0.57% | 0.86% | - |
| XYZ | 36.73 | 24.47 | 21.2 | - |
| YUV | 134.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 122 | 0 | 0.57 | 0.44 | 0.14 | 346.56 | 0.63 | 0.61 |
| Hex | DB | 5E | 7A | 0 | 39 | 2C | E | 15B | 3F | 3D |
| Octal | 333 | 136 | 172 | 0 | 71 | 54 | 16 | 533 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1111010 | 0 | 111001 | 101100 | 1110 | 101011011 | 111111 | 111101 |
Color Harmonies of #DB5E7A
Complementary color
Monochromatic Colors of #DB5E7A
Black with #DB5E7A
Text Example
Text Example
White with #DB5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E7A; }
p { color: rgb(219,94,122); }
H1.HeaderClassName
{
color: #DB5E7A;
}
.AnyTagClassName
{
color: #DB5E7A;
}
</style>
background-color css
<style>
a { background-color: #DB5E7A; }
a { background-color: rgb(219,94,122); }
div.DivClassName
{
background-color: #DB5E7A;
}
.BgClassName
{
background-color: #DB5E7A;
}
</style>
border-color css
<style>
span { border-color: #DB5E7A; }
span { border-color: rgb(219,94,122); }
td.TdClassName
{
border-color: #DB5E7A;
}
.TagClassName
{
border-color: #DB5E7A;
}
</style>