Shades of Cranberry #DB5171
Tints of Cranberry #DB5171
RGB
CMYK
RGB Variations
Color information
#DB5171 (or 0xDB5171) is known color: Cranberry. HEX triplet: DB, 51 and 71. RGB value is (219,81,113). Sum of RGB (Red+Green+Blue) = 219+81+113=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5171 is #24AE8E. Grayscale: #7D7D7D. Windows color (decimal): -2403983 or 7426523. OLE color: 7426523.
HSL color Cylindrical-coordinate representation of color #DB5171: hue angle of 346.09º 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 #DB5171 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 113 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.14 |
| HSL | 346.09º | 0.66% | 0.59% | - |
| HSV(B) | 346.09º | 0.63% | 0.86% | - |
| XYZ | 35.14 | 22.14 | 18.04 | - |
| YUV | 125.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 113 | 0 | 0.63 | 0.48 | 0.14 | 346.09 | 0.66 | 0.59 |
| Hex | DB | 51 | 71 | 0 | 3F | 30 | E | 15A | 42 | 3B |
| Octal | 333 | 121 | 161 | 0 | 77 | 60 | 16 | 532 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1110001 | 0 | 111111 | 110000 | 1110 | 101011010 | 1000010 | 111011 |
Color Harmonies of #DB5171
Complementary color
Monochromatic Colors of #DB5171
Black with #DB5171
Text Example
Text Example
White with #DB5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5171; }
p { color: rgb(219,81,113); }
H1.HeaderClassName
{
color: #DB5171;
}
.AnyTagClassName
{
color: #DB5171;
}
</style>
background-color css
<style>
a { background-color: #DB5171; }
a { background-color: rgb(219,81,113); }
div.DivClassName
{
background-color: #DB5171;
}
.BgClassName
{
background-color: #DB5171;
}
</style>
border-color css
<style>
span { border-color: #DB5171; }
span { border-color: rgb(219,81,113); }
td.TdClassName
{
border-color: #DB5171;
}
.TagClassName
{
border-color: #DB5171;
}
</style>