Shades of Cranberry #DB4A79
Tints of Cranberry #DB4A79
RGB
CMYK
RGB Variations
Color information
#DB4A79 (or 0xDB4A79) is known color: Cranberry. HEX triplet: DB, 4A and 79. RGB value is (219,74,121). Sum of RGB (Red+Green+Blue) = 219+74+121=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A79 is #24B586. Grayscale: #7A7A7A. Windows color (decimal): -2405767 or 7949019. OLE color: 7949019.
HSL color Cylindrical-coordinate representation of color #DB4A79: hue angle of 340.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A79 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 121 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.14 |
| HSL | 340.55º | 0.67% | 0.57% | - |
| HSV(B) | 340.55º | 0.66% | 0.86% | - |
| XYZ | 35.11 | 21.34 | 20.36 | - |
| YUV | 122.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 121 | 0 | 0.66 | 0.45 | 0.14 | 340.55 | 0.67 | 0.57 |
| Hex | DB | 4A | 79 | 0 | 42 | 2D | E | 155 | 43 | 39 |
| Octal | 333 | 112 | 171 | 0 | 102 | 55 | 16 | 525 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1111001 | 0 | 1000010 | 101101 | 1110 | 101010101 | 1000011 | 111001 |
Color Harmonies of #DB4A79
Complementary color
Monochromatic Colors of #DB4A79
Black with #DB4A79
Text Example
Text Example
White with #DB4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A79; }
p { color: rgb(219,74,121); }
H1.HeaderClassName
{
color: #DB4A79;
}
.AnyTagClassName
{
color: #DB4A79;
}
</style>
background-color css
<style>
a { background-color: #DB4A79; }
a { background-color: rgb(219,74,121); }
div.DivClassName
{
background-color: #DB4A79;
}
.BgClassName
{
background-color: #DB4A79;
}
</style>
border-color css
<style>
span { border-color: #DB4A79; }
span { border-color: rgb(219,74,121); }
td.TdClassName
{
border-color: #DB4A79;
}
.TagClassName
{
border-color: #DB4A79;
}
</style>