Shades of Cranberry #DB5D72
Tints of Cranberry #DB5D72
RGB
CMYK
RGB Variations
Color information
#DB5D72 (or 0xDB5D72) is known color: Cranberry. HEX triplet: DB, 5D and 72. RGB value is (219,93,114). Sum of RGB (Red+Green+Blue) = 219+93+114=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D72 is #24A28D. Grayscale: #858585. Windows color (decimal): -2400910 or 7495131. OLE color: 7495131.
HSL color Cylindrical-coordinate representation of color #DB5D72: hue angle of 350º 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 #DB5D72 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 114 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.14 |
| HSL | 350º | 0.64% | 0.61% | - |
| HSV(B) | 350º | 0.58% | 0.86% | - |
| XYZ | 36.17 | 24.1 | 18.67 | - |
| YUV | 133.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 114 | 0 | 0.58 | 0.48 | 0.14 | 350 | 0.64 | 0.61 |
| Hex | DB | 5D | 72 | 0 | 3A | 30 | E | 15E | 40 | 3D |
| Octal | 333 | 135 | 162 | 0 | 72 | 60 | 16 | 536 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1110010 | 0 | 111010 | 110000 | 1110 | 101011110 | 1000000 | 111101 |
Color Harmonies of #DB5D72
Complementary color
Monochromatic Colors of #DB5D72
Black with #DB5D72
Text Example
Text Example
White with #DB5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D72; }
p { color: rgb(219,93,114); }
H1.HeaderClassName
{
color: #DB5D72;
}
.AnyTagClassName
{
color: #DB5D72;
}
</style>
background-color css
<style>
a { background-color: #DB5D72; }
a { background-color: rgb(219,93,114); }
div.DivClassName
{
background-color: #DB5D72;
}
.BgClassName
{
background-color: #DB5D72;
}
</style>
border-color css
<style>
span { border-color: #DB5D72; }
span { border-color: rgb(219,93,114); }
td.TdClassName
{
border-color: #DB5D72;
}
.TagClassName
{
border-color: #DB5D72;
}
</style>