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