Shades of Cranberry #DB5484
Tints of Cranberry #DB5484
RGB
CMYK
RGB Variations
Color information
#DB5484 (or 0xDB5484) is known color: Cranberry. HEX triplet: DB, 54 and 84. RGB value is (219,84,132). Sum of RGB (Red+Green+Blue) = 219+84+132=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5484 is #24AB7B. Grayscale: #818181. Windows color (decimal): -2403196 or 8672475. OLE color: 8672475.
HSL color Cylindrical-coordinate representation of color #DB5484: hue angle of 338.67º 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 #DB5484 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.14 |
| HSL | 338.67º | 0.65% | 0.59% | - |
| HSV(B) | 338.67º | 0.62% | 0.86% | - |
| XYZ | 36.55 | 23.07 | 24.36 | - |
| YUV | 129.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 132 | 0 | 0.62 | 0.40 | 0.14 | 338.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 84 | 0 | 3E | 28 | E | 153 | 41 | 3B |
| Octal | 333 | 124 | 204 | 0 | 76 | 50 | 16 | 523 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10000100 | 0 | 111110 | 101000 | 1110 | 101010011 | 1000001 | 111011 |
Color Harmonies of #DB5484
Complementary color
Monochromatic Colors of #DB5484
Black with #DB5484
Text Example
Text Example
White with #DB5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5484; }
p { color: rgb(219,84,132); }
H1.HeaderClassName
{
color: #DB5484;
}
.AnyTagClassName
{
color: #DB5484;
}
</style>
background-color css
<style>
a { background-color: #DB5484; }
a { background-color: rgb(219,84,132); }
div.DivClassName
{
background-color: #DB5484;
}
.BgClassName
{
background-color: #DB5484;
}
</style>
border-color css
<style>
span { border-color: #DB5484; }
span { border-color: rgb(219,84,132); }
td.TdClassName
{
border-color: #DB5484;
}
.TagClassName
{
border-color: #DB5484;
}
</style>