Shades of Cranberry #DB5577
Tints of Cranberry #DB5577
RGB
CMYK
RGB Variations
Color information
#DB5577 (or 0xDB5577) is known color: Cranberry. HEX triplet: DB, 55 and 77. RGB value is (219,85,119). Sum of RGB (Red+Green+Blue) = 219+85+119=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5577 is #24AA88. Grayscale: #808080. Windows color (decimal): -2402953 or 7820763. OLE color: 7820763.
HSL color Cylindrical-coordinate representation of color #DB5577: hue angle of 344.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5577 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 119 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.14 |
| HSL | 344.78º | 0.65% | 0.6% | - |
| HSV(B) | 344.78º | 0.61% | 0.86% | - |
| XYZ | 35.79 | 22.89 | 19.98 | - |
| YUV | 128.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 119 | 0 | 0.61 | 0.46 | 0.14 | 344.78 | 0.65 | 0.6 |
| Hex | DB | 55 | 77 | 0 | 3D | 2E | E | 159 | 41 | 3C |
| Octal | 333 | 125 | 167 | 0 | 75 | 56 | 16 | 531 | 101 | 74 |
| Binary | 11011011 | 1010101 | 1110111 | 0 | 111101 | 101110 | 1110 | 101011001 | 1000001 | 111100 |
Color Harmonies of #DB5577
Complementary color
Monochromatic Colors of #DB5577
Black with #DB5577
Text Example
Text Example
White with #DB5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5577; }
p { color: rgb(219,85,119); }
H1.HeaderClassName
{
color: #DB5577;
}
.AnyTagClassName
{
color: #DB5577;
}
</style>
background-color css
<style>
a { background-color: #DB5577; }
a { background-color: rgb(219,85,119); }
div.DivClassName
{
background-color: #DB5577;
}
.BgClassName
{
background-color: #DB5577;
}
</style>
border-color css
<style>
span { border-color: #DB5577; }
span { border-color: rgb(219,85,119); }
td.TdClassName
{
border-color: #DB5577;
}
.TagClassName
{
border-color: #DB5577;
}
</style>