Shades of Cranberry #DB5672
Tints of Cranberry #DB5672
RGB
CMYK
RGB Variations
Color information
#DB5672 (or 0xDB5672) is known color: Cranberry. HEX triplet: DB, 56 and 72. RGB value is (219,86,114). Sum of RGB (Red+Green+Blue) = 219+86+114=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5672 is #24A98D. Grayscale: #808080. Windows color (decimal): -2402702 or 7493339. OLE color: 7493339.
HSL color Cylindrical-coordinate representation of color #DB5672: hue angle of 347.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5672 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 114 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.14 |
| HSL | 347.37º | 0.65% | 0.6% | - |
| HSV(B) | 347.37º | 0.61% | 0.86% | - |
| XYZ | 35.58 | 22.93 | 18.47 | - |
| YUV | 128.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 114 | 0 | 0.61 | 0.48 | 0.14 | 347.37 | 0.65 | 0.6 |
| Hex | DB | 56 | 72 | 0 | 3D | 30 | E | 15B | 41 | 3C |
| Octal | 333 | 126 | 162 | 0 | 75 | 60 | 16 | 533 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1110010 | 0 | 111101 | 110000 | 1110 | 101011011 | 1000001 | 111100 |
Color Harmonies of #DB5672
Complementary color
Monochromatic Colors of #DB5672
Black with #DB5672
Text Example
Text Example
White with #DB5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5672; }
p { color: rgb(219,86,114); }
H1.HeaderClassName
{
color: #DB5672;
}
.AnyTagClassName
{
color: #DB5672;
}
</style>
background-color css
<style>
a { background-color: #DB5672; }
a { background-color: rgb(219,86,114); }
div.DivClassName
{
background-color: #DB5672;
}
.BgClassName
{
background-color: #DB5672;
}
</style>
border-color css
<style>
span { border-color: #DB5672; }
span { border-color: rgb(219,86,114); }
td.TdClassName
{
border-color: #DB5672;
}
.TagClassName
{
border-color: #DB5672;
}
</style>