Shades of Cranberry #DB5D74
Tints of Cranberry #DB5D74
RGB
CMYK
RGB Variations
Color information
#DB5D74 (or 0xDB5D74) is known color: Cranberry. HEX triplet: DB, 5D and 74. RGB value is (219,93,116). Sum of RGB (Red+Green+Blue) = 219+93+116=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D74 is #24A28B. Grayscale: #858585. Windows color (decimal): -2400908 or 7626203. OLE color: 7626203.
HSL color Cylindrical-coordinate representation of color #DB5D74: hue angle of 349.05º 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 #DB5D74 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 116 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.14 |
| HSL | 349.05º | 0.64% | 0.61% | - |
| HSV(B) | 349.05º | 0.58% | 0.86% | - |
| XYZ | 36.28 | 24.15 | 19.27 | - |
| YUV | 133.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 116 | 0 | 0.58 | 0.47 | 0.14 | 349.05 | 0.64 | 0.61 |
| Hex | DB | 5D | 74 | 0 | 3A | 2F | E | 15D | 40 | 3D |
| Octal | 333 | 135 | 164 | 0 | 72 | 57 | 16 | 535 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1110100 | 0 | 111010 | 101111 | 1110 | 101011101 | 1000000 | 111101 |
Color Harmonies of #DB5D74
Complementary color
Monochromatic Colors of #DB5D74
Black with #DB5D74
Text Example
Text Example
White with #DB5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D74; }
p { color: rgb(219,93,116); }
H1.HeaderClassName
{
color: #DB5D74;
}
.AnyTagClassName
{
color: #DB5D74;
}
</style>
background-color css
<style>
a { background-color: #DB5D74; }
a { background-color: rgb(219,93,116); }
div.DivClassName
{
background-color: #DB5D74;
}
.BgClassName
{
background-color: #DB5D74;
}
</style>
border-color css
<style>
span { border-color: #DB5D74; }
span { border-color: rgb(219,93,116); }
td.TdClassName
{
border-color: #DB5D74;
}
.TagClassName
{
border-color: #DB5D74;
}
</style>