Shades of Cranberry #DB4070
Tints of Cranberry #DB4070
RGB
CMYK
RGB Variations
Color information
#DB4070 (or 0xDB4070) is known color: Cranberry. HEX triplet: DB, 40 and 70. RGB value is (219,64,112). Sum of RGB (Red+Green+Blue) = 219+64+112=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4070 is #24BF8F. Grayscale: #737373. Windows color (decimal): -2408336 or 7356635. OLE color: 7356635.
HSL color Cylindrical-coordinate representation of color #DB4070: hue angle of 341.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4070 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 112 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.14 |
| HSL | 341.42º | 0.68% | 0.55% | - |
| HSV(B) | 341.42º | 0.71% | 0.86% | - |
| XYZ | 33.97 | 19.9 | 17.38 | - |
| YUV | 115.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 112 | 0 | 0.71 | 0.49 | 0.14 | 341.42 | 0.68 | 0.55 |
| Hex | DB | 40 | 70 | 0 | 47 | 31 | E | 155 | 44 | 37 |
| Octal | 333 | 100 | 160 | 0 | 107 | 61 | 16 | 525 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1110000 | 0 | 1000111 | 110001 | 1110 | 101010101 | 1000100 | 110111 |
Color Harmonies of #DB4070
Complementary color
Monochromatic Colors of #DB4070
Black with #DB4070
Text Example
Text Example
White with #DB4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4070; }
p { color: rgb(219,64,112); }
H1.HeaderClassName
{
color: #DB4070;
}
.AnyTagClassName
{
color: #DB4070;
}
</style>
background-color css
<style>
a { background-color: #DB4070; }
a { background-color: rgb(219,64,112); }
div.DivClassName
{
background-color: #DB4070;
}
.BgClassName
{
background-color: #DB4070;
}
</style>
border-color css
<style>
span { border-color: #DB4070; }
span { border-color: rgb(219,64,112); }
td.TdClassName
{
border-color: #DB4070;
}
.TagClassName
{
border-color: #DB4070;
}
</style>