Shades of Cranberry #DB5477
Tints of Cranberry #DB5477
RGB
CMYK
RGB Variations
Color information
#DB5477 (or 0xDB5477) is known color: Cranberry. HEX triplet: DB, 54 and 77. RGB value is (219,84,119). Sum of RGB (Red+Green+Blue) = 219+84+119=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5477 is #24AB88. Grayscale: #808080. Windows color (decimal): -2403209 or 7820507. OLE color: 7820507.
HSL color Cylindrical-coordinate representation of color #DB5477: hue angle of 344.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5477 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 119 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.14 |
| HSL | 344.44º | 0.65% | 0.59% | - |
| HSV(B) | 344.44º | 0.62% | 0.86% | - |
| XYZ | 35.71 | 22.73 | 19.96 | - |
| YUV | 128.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 119 | 0 | 0.62 | 0.46 | 0.14 | 344.44 | 0.65 | 0.59 |
| Hex | DB | 54 | 77 | 0 | 3E | 2E | E | 158 | 41 | 3B |
| Octal | 333 | 124 | 167 | 0 | 76 | 56 | 16 | 530 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1110111 | 0 | 111110 | 101110 | 1110 | 101011000 | 1000001 | 111011 |
Color Harmonies of #DB5477
Complementary color
Monochromatic Colors of #DB5477
Black with #DB5477
Text Example
Text Example
White with #DB5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5477; }
p { color: rgb(219,84,119); }
H1.HeaderClassName
{
color: #DB5477;
}
.AnyTagClassName
{
color: #DB5477;
}
</style>
background-color css
<style>
a { background-color: #DB5477; }
a { background-color: rgb(219,84,119); }
div.DivClassName
{
background-color: #DB5477;
}
.BgClassName
{
background-color: #DB5477;
}
</style>
border-color css
<style>
span { border-color: #DB5477; }
span { border-color: rgb(219,84,119); }
td.TdClassName
{
border-color: #DB5477;
}
.TagClassName
{
border-color: #DB5477;
}
</style>