Shades of Cranberry #DB487B
Tints of Cranberry #DB487B
RGB
CMYK
RGB Variations
Color information
#DB487B (or 0xDB487B) is known color: Cranberry. HEX triplet: DB, 48 and 7B. RGB value is (219,72,123). Sum of RGB (Red+Green+Blue) = 219+72+123=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB487B is #24B784. Grayscale: #797979. Windows color (decimal): -2406277 or 8079579. OLE color: 8079579.
HSL color Cylindrical-coordinate representation of color #DB487B: hue angle of 339.18º 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 #DB487B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 123 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.14 |
| HSL | 339.18º | 0.67% | 0.57% | - |
| HSV(B) | 339.18º | 0.67% | 0.86% | - |
| XYZ | 35.11 | 21.12 | 20.97 | - |
| YUV | 121.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 123 | 0 | 0.67 | 0.44 | 0.14 | 339.18 | 0.67 | 0.57 |
| Hex | DB | 48 | 7B | 0 | 43 | 2C | E | 153 | 43 | 39 |
| Octal | 333 | 110 | 173 | 0 | 103 | 54 | 16 | 523 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1111011 | 0 | 1000011 | 101100 | 1110 | 101010011 | 1000011 | 111001 |
Color Harmonies of #DB487B
Complementary color
Monochromatic Colors of #DB487B
Black with #DB487B
Text Example
Text Example
White with #DB487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB487B; }
p { color: rgb(219,72,123); }
H1.HeaderClassName
{
color: #DB487B;
}
.AnyTagClassName
{
color: #DB487B;
}
</style>
background-color css
<style>
a { background-color: #DB487B; }
a { background-color: rgb(219,72,123); }
div.DivClassName
{
background-color: #DB487B;
}
.BgClassName
{
background-color: #DB487B;
}
</style>
border-color css
<style>
span { border-color: #DB487B; }
span { border-color: rgb(219,72,123); }
td.TdClassName
{
border-color: #DB487B;
}
.TagClassName
{
border-color: #DB487B;
}
</style>