Shades of Cranberry #DB4C6E
Tints of Cranberry #DB4C6E
RGB
CMYK
RGB Variations
Color information
#DB4C6E (or 0xDB4C6E) is known color: Cranberry. HEX triplet: DB, 4C and 6E. RGB value is (219,76,110). Sum of RGB (Red+Green+Blue) = 219+76+110=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C6E is #24B391. Grayscale: #7A7A7A. Windows color (decimal): -2405266 or 7228635. OLE color: 7228635.
HSL color Cylindrical-coordinate representation of color #DB4C6E: hue angle of 345.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C6E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 110 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.14 |
| HSL | 345.73º | 0.67% | 0.58% | - |
| HSV(B) | 345.73º | 0.65% | 0.86% | - |
| XYZ | 34.61 | 21.35 | 17.05 | - |
| YUV | 122.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 110 | 0 | 0.65 | 0.50 | 0.14 | 345.73 | 0.67 | 0.58 |
| Hex | DB | 4C | 6E | 0 | 41 | 32 | E | 15A | 43 | 3A |
| Octal | 333 | 114 | 156 | 0 | 101 | 62 | 16 | 532 | 103 | 72 |
| Binary | 11011011 | 1001100 | 1101110 | 0 | 1000001 | 110010 | 1110 | 101011010 | 1000011 | 111010 |
Color Harmonies of #DB4C6E
Complementary color
Monochromatic Colors of #DB4C6E
Black with #DB4C6E
Text Example
Text Example
White with #DB4C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C6E; }
p { color: rgb(219,76,110); }
H1.HeaderClassName
{
color: #DB4C6E;
}
.AnyTagClassName
{
color: #DB4C6E;
}
</style>
background-color css
<style>
a { background-color: #DB4C6E; }
a { background-color: rgb(219,76,110); }
div.DivClassName
{
background-color: #DB4C6E;
}
.BgClassName
{
background-color: #DB4C6E;
}
</style>
border-color css
<style>
span { border-color: #DB4C6E; }
span { border-color: rgb(219,76,110); }
td.TdClassName
{
border-color: #DB4C6E;
}
.TagClassName
{
border-color: #DB4C6E;
}
</style>