Shades of Cranberry #DB487A
Tints of Cranberry #DB487A
RGB
CMYK
RGB Variations
Color information
#DB487A (or 0xDB487A) is known color: Cranberry. HEX triplet: DB, 48 and 7A. RGB value is (219,72,122). Sum of RGB (Red+Green+Blue) = 219+72+122=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB487A is #24B785. Grayscale: #797979. Windows color (decimal): -2406278 or 8014043. OLE color: 8014043.
HSL color Cylindrical-coordinate representation of color #DB487A: hue angle of 339.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB487A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 122 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.14 |
| HSL | 339.59º | 0.67% | 0.57% | - |
| HSV(B) | 339.59º | 0.67% | 0.86% | - |
| XYZ | 35.04 | 21.1 | 20.64 | - |
| YUV | 121.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 122 | 0 | 0.67 | 0.44 | 0.14 | 339.59 | 0.67 | 0.57 |
| Hex | DB | 48 | 7A | 0 | 43 | 2C | E | 154 | 43 | 39 |
| Octal | 333 | 110 | 172 | 0 | 103 | 54 | 16 | 524 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1111010 | 0 | 1000011 | 101100 | 1110 | 101010100 | 1000011 | 111001 |
Color Harmonies of #DB487A
Complementary color
Monochromatic Colors of #DB487A
Black with #DB487A
Text Example
Text Example
White with #DB487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB487A; }
p { color: rgb(219,72,122); }
H1.HeaderClassName
{
color: #DB487A;
}
.AnyTagClassName
{
color: #DB487A;
}
</style>
background-color css
<style>
a { background-color: #DB487A; }
a { background-color: rgb(219,72,122); }
div.DivClassName
{
background-color: #DB487A;
}
.BgClassName
{
background-color: #DB487A;
}
</style>
border-color css
<style>
span { border-color: #DB487A; }
span { border-color: rgb(219,72,122); }
td.TdClassName
{
border-color: #DB487A;
}
.TagClassName
{
border-color: #DB487A;
}
</style>