Shades of Cranberry #DB5D7A
Tints of Cranberry #DB5D7A
RGB
CMYK
RGB Variations
Color information
#DB5D7A (or 0xDB5D7A) is known color: Cranberry. HEX triplet: DB, 5D and 7A. RGB value is (219,93,122). Sum of RGB (Red+Green+Blue) = 219+93+122=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D7A is #24A285. Grayscale: #858585. Windows color (decimal): -2400902 or 8019419. OLE color: 8019419.
HSL color Cylindrical-coordinate representation of color #DB5D7A: hue angle of 346.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D7A is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 122 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.14 |
| HSL | 346.19º | 0.64% | 0.61% | - |
| HSV(B) | 346.19º | 0.58% | 0.86% | - |
| XYZ | 36.64 | 24.29 | 21.17 | - |
| YUV | 133.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 122 | 0 | 0.58 | 0.44 | 0.14 | 346.19 | 0.64 | 0.61 |
| Hex | DB | 5D | 7A | 0 | 3A | 2C | E | 15A | 40 | 3D |
| Octal | 333 | 135 | 172 | 0 | 72 | 54 | 16 | 532 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1111010 | 0 | 111010 | 101100 | 1110 | 101011010 | 1000000 | 111101 |
Color Harmonies of #DB5D7A
Complementary color
Monochromatic Colors of #DB5D7A
Black with #DB5D7A
Text Example
Text Example
White with #DB5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D7A; }
p { color: rgb(219,93,122); }
H1.HeaderClassName
{
color: #DB5D7A;
}
.AnyTagClassName
{
color: #DB5D7A;
}
</style>
background-color css
<style>
a { background-color: #DB5D7A; }
a { background-color: rgb(219,93,122); }
div.DivClassName
{
background-color: #DB5D7A;
}
.BgClassName
{
background-color: #DB5D7A;
}
</style>
border-color css
<style>
span { border-color: #DB5D7A; }
span { border-color: rgb(219,93,122); }
td.TdClassName
{
border-color: #DB5D7A;
}
.TagClassName
{
border-color: #DB5D7A;
}
</style>