Shades of Cranberry #DB5775
Tints of Cranberry #DB5775
RGB
CMYK
RGB Variations
Color information
#DB5775 (or 0xDB5775) is known color: Cranberry. HEX triplet: DB, 57 and 75. RGB value is (219,87,117). Sum of RGB (Red+Green+Blue) = 219+87+117=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5775 is #24A88A. Grayscale: #818181. Windows color (decimal): -2402443 or 7690203. OLE color: 7690203.
HSL color Cylindrical-coordinate representation of color #DB5775: hue angle of 346.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5775 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 117 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.14 |
| HSL | 346.36º | 0.65% | 0.6% | - |
| HSV(B) | 346.36º | 0.6% | 0.86% | - |
| XYZ | 35.83 | 23.16 | 19.41 | - |
| YUV | 129.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 117 | 0 | 0.60 | 0.47 | 0.14 | 346.36 | 0.65 | 0.6 |
| Hex | DB | 57 | 75 | 0 | 3C | 2F | E | 15A | 41 | 3C |
| Octal | 333 | 127 | 165 | 0 | 74 | 57 | 16 | 532 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1110101 | 0 | 111100 | 101111 | 1110 | 101011010 | 1000001 | 111100 |
Color Harmonies of #DB5775
Complementary color
Monochromatic Colors of #DB5775
Black with #DB5775
Text Example
Text Example
White with #DB5775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5775; }
p { color: rgb(219,87,117); }
H1.HeaderClassName
{
color: #DB5775;
}
.AnyTagClassName
{
color: #DB5775;
}
</style>
background-color css
<style>
a { background-color: #DB5775; }
a { background-color: rgb(219,87,117); }
div.DivClassName
{
background-color: #DB5775;
}
.BgClassName
{
background-color: #DB5775;
}
</style>
border-color css
<style>
span { border-color: #DB5775; }
span { border-color: rgb(219,87,117); }
td.TdClassName
{
border-color: #DB5775;
}
.TagClassName
{
border-color: #DB5775;
}
</style>