Shades of Cranberry #DB4770
Tints of Cranberry #DB4770
RGB
CMYK
RGB Variations
Color information
#DB4770 (or 0xDB4770) is known color: Cranberry. HEX triplet: DB, 47 and 70. RGB value is (219,71,112). Sum of RGB (Red+Green+Blue) = 219+71+112=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4770 is #24B88F. Grayscale: #777777. Windows color (decimal): -2406544 or 7358427. OLE color: 7358427.
HSL color Cylindrical-coordinate representation of color #DB4770: hue angle of 343.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4770 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 112 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.14 |
| HSL | 343.38º | 0.67% | 0.57% | - |
| HSV(B) | 343.38º | 0.68% | 0.86% | - |
| XYZ | 34.39 | 20.74 | 17.52 | - |
| YUV | 119.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 112 | 0 | 0.68 | 0.49 | 0.14 | 343.38 | 0.67 | 0.57 |
| Hex | DB | 47 | 70 | 0 | 44 | 31 | E | 157 | 43 | 39 |
| Octal | 333 | 107 | 160 | 0 | 104 | 61 | 16 | 527 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1110000 | 0 | 1000100 | 110001 | 1110 | 101010111 | 1000011 | 111001 |
Color Harmonies of #DB4770
Complementary color
Monochromatic Colors of #DB4770
Black with #DB4770
Text Example
Text Example
White with #DB4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4770; }
p { color: rgb(219,71,112); }
H1.HeaderClassName
{
color: #DB4770;
}
.AnyTagClassName
{
color: #DB4770;
}
</style>
background-color css
<style>
a { background-color: #DB4770; }
a { background-color: rgb(219,71,112); }
div.DivClassName
{
background-color: #DB4770;
}
.BgClassName
{
background-color: #DB4770;
}
</style>
border-color css
<style>
span { border-color: #DB4770; }
span { border-color: rgb(219,71,112); }
td.TdClassName
{
border-color: #DB4770;
}
.TagClassName
{
border-color: #DB4770;
}
</style>