Shades of Cranberry #DB5271
Tints of Cranberry #DB5271
RGB
CMYK
RGB Variations
Color information
#DB5271 (or 0xDB5271) is known color: Cranberry. HEX triplet: DB, 52 and 71. RGB value is (219,82,113). Sum of RGB (Red+Green+Blue) = 219+82+113=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5271 is #24AD8E. Grayscale: #7E7E7E. Windows color (decimal): -2403727 or 7426779. OLE color: 7426779.
HSL color Cylindrical-coordinate representation of color #DB5271: hue angle of 346.42º 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 #DB5271 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 113 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.14 |
| HSL | 346.42º | 0.66% | 0.59% | - |
| HSV(B) | 346.42º | 0.63% | 0.86% | - |
| XYZ | 35.21 | 22.29 | 18.07 | - |
| YUV | 126.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 113 | 0 | 0.63 | 0.48 | 0.14 | 346.42 | 0.66 | 0.59 |
| Hex | DB | 52 | 71 | 0 | 3F | 30 | E | 15A | 42 | 3B |
| Octal | 333 | 122 | 161 | 0 | 77 | 60 | 16 | 532 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1110001 | 0 | 111111 | 110000 | 1110 | 101011010 | 1000010 | 111011 |
Color Harmonies of #DB5271
Complementary color
Monochromatic Colors of #DB5271
Black with #DB5271
Text Example
Text Example
White with #DB5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5271; }
p { color: rgb(219,82,113); }
H1.HeaderClassName
{
color: #DB5271;
}
.AnyTagClassName
{
color: #DB5271;
}
</style>
background-color css
<style>
a { background-color: #DB5271; }
a { background-color: rgb(219,82,113); }
div.DivClassName
{
background-color: #DB5271;
}
.BgClassName
{
background-color: #DB5271;
}
</style>
border-color css
<style>
span { border-color: #DB5271; }
span { border-color: rgb(219,82,113); }
td.TdClassName
{
border-color: #DB5271;
}
.TagClassName
{
border-color: #DB5271;
}
</style>