Shades of Cranberry #DB5C79
Tints of Cranberry #DB5C79
RGB
CMYK
RGB Variations
Color information
#DB5C79 (or 0xDB5C79) is known color: Cranberry. HEX triplet: DB, 5C and 79. RGB value is (219,92,121). Sum of RGB (Red+Green+Blue) = 219+92+121=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C79 is #24A386. Grayscale: #858585. Windows color (decimal): -2401159 or 7953627. OLE color: 7953627.
HSL color Cylindrical-coordinate representation of color #DB5C79: hue angle of 346.3º 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 #DB5C79 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 121 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.14 |
| HSL | 346.3º | 0.64% | 0.61% | - |
| HSV(B) | 346.3º | 0.58% | 0.86% | - |
| XYZ | 36.49 | 24.09 | 20.82 | - |
| YUV | 133.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 121 | 0 | 0.58 | 0.45 | 0.14 | 346.3 | 0.64 | 0.61 |
| Hex | DB | 5C | 79 | 0 | 3A | 2D | E | 15A | 40 | 3D |
| Octal | 333 | 134 | 171 | 0 | 72 | 55 | 16 | 532 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1111001 | 0 | 111010 | 101101 | 1110 | 101011010 | 1000000 | 111101 |
Color Harmonies of #DB5C79
Complementary color
Monochromatic Colors of #DB5C79
Black with #DB5C79
Text Example
Text Example
White with #DB5C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C79; }
p { color: rgb(219,92,121); }
H1.HeaderClassName
{
color: #DB5C79;
}
.AnyTagClassName
{
color: #DB5C79;
}
</style>
background-color css
<style>
a { background-color: #DB5C79; }
a { background-color: rgb(219,92,121); }
div.DivClassName
{
background-color: #DB5C79;
}
.BgClassName
{
background-color: #DB5C79;
}
</style>
border-color css
<style>
span { border-color: #DB5C79; }
span { border-color: rgb(219,92,121); }
td.TdClassName
{
border-color: #DB5C79;
}
.TagClassName
{
border-color: #DB5C79;
}
</style>