Shades of Cranberry #DB567E
Tints of Cranberry #DB567E
RGB
CMYK
RGB Variations
Color information
#DB567E (or 0xDB567E) is known color: Cranberry. HEX triplet: DB, 56 and 7E. RGB value is (219,86,126). Sum of RGB (Red+Green+Blue) = 219+86+126=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB567E is #24A981. Grayscale: #828282. Windows color (decimal): -2402690 or 8279771. OLE color: 8279771.
HSL color Cylindrical-coordinate representation of color #DB567E: hue angle of 341.95º 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 #DB567E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 126 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.14 |
| HSL | 341.95º | 0.65% | 0.6% | - |
| HSV(B) | 341.95º | 0.61% | 0.86% | - |
| XYZ | 36.31 | 23.22 | 22.31 | - |
| YUV | 130.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 126 | 0 | 0.61 | 0.42 | 0.14 | 341.95 | 0.65 | 0.6 |
| Hex | DB | 56 | 7E | 0 | 3D | 2A | E | 156 | 41 | 3C |
| Octal | 333 | 126 | 176 | 0 | 75 | 52 | 16 | 526 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1111110 | 0 | 111101 | 101010 | 1110 | 101010110 | 1000001 | 111100 |
Color Harmonies of #DB567E
Complementary color
Monochromatic Colors of #DB567E
Black with #DB567E
Text Example
Text Example
White with #DB567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB567E; }
p { color: rgb(219,86,126); }
H1.HeaderClassName
{
color: #DB567E;
}
.AnyTagClassName
{
color: #DB567E;
}
</style>
background-color css
<style>
a { background-color: #DB567E; }
a { background-color: rgb(219,86,126); }
div.DivClassName
{
background-color: #DB567E;
}
.BgClassName
{
background-color: #DB567E;
}
</style>
border-color css
<style>
span { border-color: #DB567E; }
span { border-color: rgb(219,86,126); }
td.TdClassName
{
border-color: #DB567E;
}
.TagClassName
{
border-color: #DB567E;
}
</style>