Shades of Cranberry #DB4779
Tints of Cranberry #DB4779
RGB
CMYK
RGB Variations
Color information
#DB4779 (or 0xDB4779) is known color: Cranberry. HEX triplet: DB, 47 and 79. RGB value is (219,71,121). Sum of RGB (Red+Green+Blue) = 219+71+121=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4779 is #24B886. Grayscale: #787878. Windows color (decimal): -2406535 or 7948251. OLE color: 7948251.
HSL color Cylindrical-coordinate representation of color #DB4779: hue angle of 339.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4779 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 121 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.14 |
| HSL | 339.73º | 0.67% | 0.57% | - |
| HSV(B) | 339.73º | 0.68% | 0.86% | - |
| XYZ | 34.92 | 20.95 | 20.29 | - |
| YUV | 120.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 121 | 0 | 0.68 | 0.45 | 0.14 | 339.73 | 0.67 | 0.57 |
| Hex | DB | 47 | 79 | 0 | 44 | 2D | E | 154 | 43 | 39 |
| Octal | 333 | 107 | 171 | 0 | 104 | 55 | 16 | 524 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1111001 | 0 | 1000100 | 101101 | 1110 | 101010100 | 1000011 | 111001 |
Color Harmonies of #DB4779
Complementary color
Monochromatic Colors of #DB4779
Black with #DB4779
Text Example
Text Example
White with #DB4779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4779; }
p { color: rgb(219,71,121); }
H1.HeaderClassName
{
color: #DB4779;
}
.AnyTagClassName
{
color: #DB4779;
}
</style>
background-color css
<style>
a { background-color: #DB4779; }
a { background-color: rgb(219,71,121); }
div.DivClassName
{
background-color: #DB4779;
}
.BgClassName
{
background-color: #DB4779;
}
</style>
border-color css
<style>
span { border-color: #DB4779; }
span { border-color: rgb(219,71,121); }
td.TdClassName
{
border-color: #DB4779;
}
.TagClassName
{
border-color: #DB4779;
}
</style>