Shades of Cranberry #DB5483
Tints of Cranberry #DB5483
RGB
CMYK
RGB Variations
Color information
#DB5483 (or 0xDB5483) is known color: Cranberry. HEX triplet: DB, 54 and 83. RGB value is (219,84,131). Sum of RGB (Red+Green+Blue) = 219+84+131=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5483 is #24AB7C. Grayscale: #818181. Windows color (decimal): -2403197 or 8606939. OLE color: 8606939.
HSL color Cylindrical-coordinate representation of color #DB5483: hue angle of 339.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5483 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 131 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.14 |
| HSL | 339.11º | 0.65% | 0.59% | - |
| HSV(B) | 339.11º | 0.62% | 0.86% | - |
| XYZ | 36.48 | 23.04 | 24 | - |
| YUV | 129.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 131 | 0 | 0.62 | 0.40 | 0.14 | 339.11 | 0.65 | 0.59 |
| Hex | DB | 54 | 83 | 0 | 3E | 28 | E | 153 | 41 | 3B |
| Octal | 333 | 124 | 203 | 0 | 76 | 50 | 16 | 523 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10000011 | 0 | 111110 | 101000 | 1110 | 101010011 | 1000001 | 111011 |
Color Harmonies of #DB5483
Complementary color
Monochromatic Colors of #DB5483
Black with #DB5483
Text Example
Text Example
White with #DB5483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5483; }
p { color: rgb(219,84,131); }
H1.HeaderClassName
{
color: #DB5483;
}
.AnyTagClassName
{
color: #DB5483;
}
</style>
background-color css
<style>
a { background-color: #DB5483; }
a { background-color: rgb(219,84,131); }
div.DivClassName
{
background-color: #DB5483;
}
.BgClassName
{
background-color: #DB5483;
}
</style>
border-color css
<style>
span { border-color: #DB5483; }
span { border-color: rgb(219,84,131); }
td.TdClassName
{
border-color: #DB5483;
}
.TagClassName
{
border-color: #DB5483;
}
</style>