Shades of Cranberry #DB5277
Tints of Cranberry #DB5277
RGB
CMYK
RGB Variations
Color information
#DB5277 (or 0xDB5277) is known color: Cranberry. HEX triplet: DB, 52 and 77. RGB value is (219,82,119). Sum of RGB (Red+Green+Blue) = 219+82+119=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5277 is #24AD88. Grayscale: #7F7F7F. Windows color (decimal): -2403721 or 7819995. OLE color: 7819995.
HSL color Cylindrical-coordinate representation of color #DB5277: hue angle of 343.8º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5277 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 119 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.14 |
| HSL | 343.8º | 0.66% | 0.59% | - |
| HSV(B) | 343.8º | 0.63% | 0.86% | - |
| XYZ | 35.56 | 22.43 | 19.91 | - |
| YUV | 127.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 119 | 0 | 0.63 | 0.46 | 0.14 | 343.8 | 0.66 | 0.59 |
| Hex | DB | 52 | 77 | 0 | 3F | 2E | E | 158 | 42 | 3B |
| Octal | 333 | 122 | 167 | 0 | 77 | 56 | 16 | 530 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1110111 | 0 | 111111 | 101110 | 1110 | 101011000 | 1000010 | 111011 |
Color Harmonies of #DB5277
Complementary color
Monochromatic Colors of #DB5277
Black with #DB5277
Text Example
Text Example
White with #DB5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5277; }
p { color: rgb(219,82,119); }
H1.HeaderClassName
{
color: #DB5277;
}
.AnyTagClassName
{
color: #DB5277;
}
</style>
background-color css
<style>
a { background-color: #DB5277; }
a { background-color: rgb(219,82,119); }
div.DivClassName
{
background-color: #DB5277;
}
.BgClassName
{
background-color: #DB5277;
}
</style>
border-color css
<style>
span { border-color: #DB5277; }
span { border-color: rgb(219,82,119); }
td.TdClassName
{
border-color: #DB5277;
}
.TagClassName
{
border-color: #DB5277;
}
</style>