Shades of Cranberry #DB4D70
Tints of Cranberry #DB4D70
RGB
CMYK
RGB Variations
Color information
#DB4D70 (or 0xDB4D70) is known color: Cranberry. HEX triplet: DB, 4D and 70. RGB value is (219,77,112). Sum of RGB (Red+Green+Blue) = 219+77+112=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D70 is #24B28F. Grayscale: #7B7B7B. Windows color (decimal): -2405008 or 7359963. OLE color: 7359963.
HSL color Cylindrical-coordinate representation of color #DB4D70: hue angle of 345.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D70 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 112 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.14 |
| HSL | 345.21º | 0.66% | 0.58% | - |
| HSV(B) | 345.21º | 0.65% | 0.86% | - |
| XYZ | 34.79 | 21.54 | 17.65 | - |
| YUV | 123.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 112 | 0 | 0.65 | 0.49 | 0.14 | 345.21 | 0.66 | 0.58 |
| Hex | DB | 4D | 70 | 0 | 41 | 31 | E | 159 | 42 | 3A |
| Octal | 333 | 115 | 160 | 0 | 101 | 61 | 16 | 531 | 102 | 72 |
| Binary | 11011011 | 1001101 | 1110000 | 0 | 1000001 | 110001 | 1110 | 101011001 | 1000010 | 111010 |
Color Harmonies of #DB4D70
Complementary color
Monochromatic Colors of #DB4D70
Black with #DB4D70
Text Example
Text Example
White with #DB4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D70; }
p { color: rgb(219,77,112); }
H1.HeaderClassName
{
color: #DB4D70;
}
.AnyTagClassName
{
color: #DB4D70;
}
</style>
background-color css
<style>
a { background-color: #DB4D70; }
a { background-color: rgb(219,77,112); }
div.DivClassName
{
background-color: #DB4D70;
}
.BgClassName
{
background-color: #DB4D70;
}
</style>
border-color css
<style>
span { border-color: #DB4D70; }
span { border-color: rgb(219,77,112); }
td.TdClassName
{
border-color: #DB4D70;
}
.TagClassName
{
border-color: #DB4D70;
}
</style>