Shades of Cranberry #DB486B
Tints of Cranberry #DB486B
RGB
CMYK
RGB Variations
Color information
#DB486B (or 0xDB486B) is known color: Cranberry. HEX triplet: DB, 48 and 6B. RGB value is (219,72,107). Sum of RGB (Red+Green+Blue) = 219+72+107=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB486B is #24B794. Grayscale: #777777. Windows color (decimal): -2406293 or 7031003. OLE color: 7031003.
HSL color Cylindrical-coordinate representation of color #DB486B: hue angle of 345.71º 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 #DB486B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 107 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.14 |
| HSL | 345.71º | 0.67% | 0.57% | - |
| HSV(B) | 345.71º | 0.67% | 0.86% | - |
| XYZ | 34.18 | 20.76 | 16.11 | - |
| YUV | 119.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 107 | 0 | 0.67 | 0.51 | 0.14 | 345.71 | 0.67 | 0.57 |
| Hex | DB | 48 | 6B | 0 | 43 | 33 | E | 15A | 43 | 39 |
| Octal | 333 | 110 | 153 | 0 | 103 | 63 | 16 | 532 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1101011 | 0 | 1000011 | 110011 | 1110 | 101011010 | 1000011 | 111001 |
Color Harmonies of #DB486B
Complementary color
Monochromatic Colors of #DB486B
Black with #DB486B
Text Example
Text Example
White with #DB486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB486B; }
p { color: rgb(219,72,107); }
H1.HeaderClassName
{
color: #DB486B;
}
.AnyTagClassName
{
color: #DB486B;
}
</style>
background-color css
<style>
a { background-color: #DB486B; }
a { background-color: rgb(219,72,107); }
div.DivClassName
{
background-color: #DB486B;
}
.BgClassName
{
background-color: #DB486B;
}
</style>
border-color css
<style>
span { border-color: #DB486B; }
span { border-color: rgb(219,72,107); }
td.TdClassName
{
border-color: #DB486B;
}
.TagClassName
{
border-color: #DB486B;
}
</style>