Shades of Cranberry #DB5D7B
Tints of Cranberry #DB5D7B
RGB
CMYK
RGB Variations
Color information
#DB5D7B (or 0xDB5D7B) is known color: Cranberry. HEX triplet: DB, 5D and 7B. RGB value is (219,93,123). Sum of RGB (Red+Green+Blue) = 219+93+123=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D7B is #24A284. Grayscale: #868686. Windows color (decimal): -2400901 or 8084955. OLE color: 8084955.
HSL color Cylindrical-coordinate representation of color #DB5D7B: hue angle of 345.71º 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 #DB5D7B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 123 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.14 |
| HSL | 345.71º | 0.64% | 0.61% | - |
| HSV(B) | 345.71º | 0.58% | 0.86% | - |
| XYZ | 36.7 | 24.32 | 21.5 | - |
| YUV | 134.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 123 | 0 | 0.58 | 0.44 | 0.14 | 345.71 | 0.64 | 0.61 |
| Hex | DB | 5D | 7B | 0 | 3A | 2C | E | 15A | 40 | 3D |
| Octal | 333 | 135 | 173 | 0 | 72 | 54 | 16 | 532 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1111011 | 0 | 111010 | 101100 | 1110 | 101011010 | 1000000 | 111101 |
Color Harmonies of #DB5D7B
Complementary color
Monochromatic Colors of #DB5D7B
Black with #DB5D7B
Text Example
Text Example
White with #DB5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D7B; }
p { color: rgb(219,93,123); }
H1.HeaderClassName
{
color: #DB5D7B;
}
.AnyTagClassName
{
color: #DB5D7B;
}
</style>
background-color css
<style>
a { background-color: #DB5D7B; }
a { background-color: rgb(219,93,123); }
div.DivClassName
{
background-color: #DB5D7B;
}
.BgClassName
{
background-color: #DB5D7B;
}
</style>
border-color css
<style>
span { border-color: #DB5D7B; }
span { border-color: rgb(219,93,123); }
td.TdClassName
{
border-color: #DB5D7B;
}
.TagClassName
{
border-color: #DB5D7B;
}
</style>