Shades of Cranberry #DB4579
Tints of Cranberry #DB4579
RGB
CMYK
RGB Variations
Color information
#DB4579 (or 0xDB4579) is known color: Cranberry. HEX triplet: DB, 45 and 79. RGB value is (219,69,121). Sum of RGB (Red+Green+Blue) = 219+69+121=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4579 is #24BA86. Grayscale: #777777. Windows color (decimal): -2407047 or 7947739. OLE color: 7947739.
HSL color Cylindrical-coordinate representation of color #DB4579: hue angle of 339.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4579 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 121 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.14 |
| HSL | 339.2º | 0.68% | 0.56% | - |
| HSV(B) | 339.2º | 0.68% | 0.86% | - |
| XYZ | 34.79 | 20.7 | 20.25 | - |
| YUV | 119.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 121 | 0 | 0.68 | 0.45 | 0.14 | 339.2 | 0.68 | 0.56 |
| Hex | DB | 45 | 79 | 0 | 44 | 2D | E | 153 | 44 | 38 |
| Octal | 333 | 105 | 171 | 0 | 104 | 55 | 16 | 523 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1111001 | 0 | 1000100 | 101101 | 1110 | 101010011 | 1000100 | 111000 |
Color Harmonies of #DB4579
Complementary color
Monochromatic Colors of #DB4579
Black with #DB4579
Text Example
Text Example
White with #DB4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4579; }
p { color: rgb(219,69,121); }
H1.HeaderClassName
{
color: #DB4579;
}
.AnyTagClassName
{
color: #DB4579;
}
</style>
background-color css
<style>
a { background-color: #DB4579; }
a { background-color: rgb(219,69,121); }
div.DivClassName
{
background-color: #DB4579;
}
.BgClassName
{
background-color: #DB4579;
}
</style>
border-color css
<style>
span { border-color: #DB4579; }
span { border-color: rgb(219,69,121); }
td.TdClassName
{
border-color: #DB4579;
}
.TagClassName
{
border-color: #DB4579;
}
</style>