Shades of Cranberry #DB4670
Tints of Cranberry #DB4670
RGB
CMYK
RGB Variations
Color information
#DB4670 (or 0xDB4670) is known color: Cranberry. HEX triplet: DB, 46 and 70. RGB value is (219,70,112). Sum of RGB (Red+Green+Blue) = 219+70+112=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4670 is #24B98F. Grayscale: #777777. Windows color (decimal): -2406800 or 7358171. OLE color: 7358171.
HSL color Cylindrical-coordinate representation of color #DB4670: hue angle of 343.09º 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 #DB4670 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 112 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.14 |
| HSL | 343.09º | 0.67% | 0.57% | - |
| HSV(B) | 343.09º | 0.68% | 0.86% | - |
| XYZ | 34.33 | 20.61 | 17.5 | - |
| YUV | 119.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 112 | 0 | 0.68 | 0.49 | 0.14 | 343.09 | 0.67 | 0.57 |
| Hex | DB | 46 | 70 | 0 | 44 | 31 | E | 157 | 43 | 39 |
| Octal | 333 | 106 | 160 | 0 | 104 | 61 | 16 | 527 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1110000 | 0 | 1000100 | 110001 | 1110 | 101010111 | 1000011 | 111001 |
Color Harmonies of #DB4670
Complementary color
Monochromatic Colors of #DB4670
Black with #DB4670
Text Example
Text Example
White with #DB4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4670; }
p { color: rgb(219,70,112); }
H1.HeaderClassName
{
color: #DB4670;
}
.AnyTagClassName
{
color: #DB4670;
}
</style>
background-color css
<style>
a { background-color: #DB4670; }
a { background-color: rgb(219,70,112); }
div.DivClassName
{
background-color: #DB4670;
}
.BgClassName
{
background-color: #DB4670;
}
</style>
border-color css
<style>
span { border-color: #DB4670; }
span { border-color: rgb(219,70,112); }
td.TdClassName
{
border-color: #DB4670;
}
.TagClassName
{
border-color: #DB4670;
}
</style>