Shades of Cranberry #DB5479
Tints of Cranberry #DB5479
RGB
CMYK
RGB Variations
Color information
#DB5479 (or 0xDB5479) is known color: Cranberry. HEX triplet: DB, 54 and 79. RGB value is (219,84,121). Sum of RGB (Red+Green+Blue) = 219+84+121=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5479 is #24AB86. Grayscale: #808080. Windows color (decimal): -2403207 or 7951579. OLE color: 7951579.
HSL color Cylindrical-coordinate representation of color #DB5479: hue angle of 343.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5479 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 121 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.14 |
| HSL | 343.56º | 0.65% | 0.59% | - |
| HSV(B) | 343.56º | 0.62% | 0.86% | - |
| XYZ | 35.83 | 22.78 | 20.6 | - |
| YUV | 128.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 121 | 0 | 0.62 | 0.45 | 0.14 | 343.56 | 0.65 | 0.59 |
| Hex | DB | 54 | 79 | 0 | 3E | 2D | E | 158 | 41 | 3B |
| Octal | 333 | 124 | 171 | 0 | 76 | 55 | 16 | 530 | 101 | 73 |
| Binary | 11011011 | 1010100 | 1111001 | 0 | 111110 | 101101 | 1110 | 101011000 | 1000001 | 111011 |
Color Harmonies of #DB5479
Complementary color
Monochromatic Colors of #DB5479
Black with #DB5479
Text Example
Text Example
White with #DB5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5479; }
p { color: rgb(219,84,121); }
H1.HeaderClassName
{
color: #DB5479;
}
.AnyTagClassName
{
color: #DB5479;
}
</style>
background-color css
<style>
a { background-color: #DB5479; }
a { background-color: rgb(219,84,121); }
div.DivClassName
{
background-color: #DB5479;
}
.BgClassName
{
background-color: #DB5479;
}
</style>
border-color css
<style>
span { border-color: #DB5479; }
span { border-color: rgb(219,84,121); }
td.TdClassName
{
border-color: #DB5479;
}
.TagClassName
{
border-color: #DB5479;
}
</style>