Shades of Cranberry #DB486C
Tints of Cranberry #DB486C
RGB
CMYK
RGB Variations
Color information
#DB486C (or 0xDB486C) is known color: Cranberry. HEX triplet: DB, 48 and 6C. RGB value is (219,72,108). Sum of RGB (Red+Green+Blue) = 219+72+108=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486C is #24B793. Grayscale: #787878. Windows color (decimal): -2406292 or 7096539. OLE color: 7096539.
HSL color Cylindrical-coordinate representation of color #DB486C: hue angle of 345.31º 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 #DB486C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 108 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.14 |
| HSL | 345.31º | 0.67% | 0.57% | - |
| HSV(B) | 345.31º | 0.67% | 0.86% | - |
| XYZ | 34.24 | 20.78 | 16.39 | - |
| YUV | 120.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 108 | 0 | 0.67 | 0.51 | 0.14 | 345.31 | 0.67 | 0.57 |
| Hex | DB | 48 | 6C | 0 | 43 | 33 | E | 159 | 43 | 39 |
| Octal | 333 | 110 | 154 | 0 | 103 | 63 | 16 | 531 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1101100 | 0 | 1000011 | 110011 | 1110 | 101011001 | 1000011 | 111001 |
Color Harmonies of #DB486C
Complementary color
Monochromatic Colors of #DB486C
Black with #DB486C
Text Example
Text Example
White with #DB486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB486C; }
p { color: rgb(219,72,108); }
H1.HeaderClassName
{
color: #DB486C;
}
.AnyTagClassName
{
color: #DB486C;
}
</style>
background-color css
<style>
a { background-color: #DB486C; }
a { background-color: rgb(219,72,108); }
div.DivClassName
{
background-color: #DB486C;
}
.BgClassName
{
background-color: #DB486C;
}
</style>
border-color css
<style>
span { border-color: #DB486C; }
span { border-color: rgb(219,72,108); }
td.TdClassName
{
border-color: #DB486C;
}
.TagClassName
{
border-color: #DB486C;
}
</style>