Shades of Cranberry #DB5C77
Tints of Cranberry #DB5C77
RGB
CMYK
RGB Variations
Color information
#DB5C77 (or 0xDB5C77) is known color: Cranberry. HEX triplet: DB, 5C and 77. RGB value is (219,92,119). Sum of RGB (Red+Green+Blue) = 219+92+119=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C77 is #24A388. Grayscale: #858585. Windows color (decimal): -2401161 or 7822555. OLE color: 7822555.
HSL color Cylindrical-coordinate representation of color #DB5C77: hue angle of 347.24º 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 #DB5C77 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 119 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.14 |
| HSL | 347.24º | 0.64% | 0.61% | - |
| HSV(B) | 347.24º | 0.58% | 0.86% | - |
| XYZ | 36.37 | 24.05 | 20.18 | - |
| YUV | 133.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 119 | 0 | 0.58 | 0.46 | 0.14 | 347.24 | 0.64 | 0.61 |
| Hex | DB | 5C | 77 | 0 | 3A | 2E | E | 15B | 40 | 3D |
| Octal | 333 | 134 | 167 | 0 | 72 | 56 | 16 | 533 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1110111 | 0 | 111010 | 101110 | 1110 | 101011011 | 1000000 | 111101 |
Color Harmonies of #DB5C77
Complementary color
Monochromatic Colors of #DB5C77
Black with #DB5C77
Text Example
Text Example
White with #DB5C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C77; }
p { color: rgb(219,92,119); }
H1.HeaderClassName
{
color: #DB5C77;
}
.AnyTagClassName
{
color: #DB5C77;
}
</style>
background-color css
<style>
a { background-color: #DB5C77; }
a { background-color: rgb(219,92,119); }
div.DivClassName
{
background-color: #DB5C77;
}
.BgClassName
{
background-color: #DB5C77;
}
</style>
border-color css
<style>
span { border-color: #DB5C77; }
span { border-color: rgb(219,92,119); }
td.TdClassName
{
border-color: #DB5C77;
}
.TagClassName
{
border-color: #DB5C77;
}
</style>