Shades of Cranberry #DB5C80
Tints of Cranberry #DB5C80
RGB
CMYK
RGB Variations
Color information
#DB5C80 (or 0xDB5C80) is known color: Cranberry. HEX triplet: DB, 5C and 80. RGB value is (219,92,128). Sum of RGB (Red+Green+Blue) = 219+92+128=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C80 is #24A37F. Grayscale: #868686. Windows color (decimal): -2401152 or 8412379. OLE color: 8412379.
HSL color Cylindrical-coordinate representation of color #DB5C80: hue angle of 342.99º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C80 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 128 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.14 |
| HSL | 342.99º | 0.64% | 0.61% | - |
| HSV(B) | 342.99º | 0.58% | 0.86% | - |
| XYZ | 36.94 | 24.27 | 23.16 | - |
| YUV | 134.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 128 | 0 | 0.58 | 0.42 | 0.14 | 342.99 | 0.64 | 0.61 |
| Hex | DB | 5C | 80 | 0 | 3A | 2A | E | 157 | 40 | 3D |
| Octal | 333 | 134 | 200 | 0 | 72 | 52 | 16 | 527 | 100 | 75 |
| Binary | 11011011 | 1011100 | 10000000 | 0 | 111010 | 101010 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DB5C80
Complementary color
Monochromatic Colors of #DB5C80
Black with #DB5C80
Text Example
Text Example
White with #DB5C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C80; }
p { color: rgb(219,92,128); }
H1.HeaderClassName
{
color: #DB5C80;
}
.AnyTagClassName
{
color: #DB5C80;
}
</style>
background-color css
<style>
a { background-color: #DB5C80; }
a { background-color: rgb(219,92,128); }
div.DivClassName
{
background-color: #DB5C80;
}
.BgClassName
{
background-color: #DB5C80;
}
</style>
border-color css
<style>
span { border-color: #DB5C80; }
span { border-color: rgb(219,92,128); }
td.TdClassName
{
border-color: #DB5C80;
}
.TagClassName
{
border-color: #DB5C80;
}
</style>