Shades of Cranberry #DB4585
Tints of Cranberry #DB4585
RGB
CMYK
RGB Variations
Color information
#DB4585 (or 0xDB4585) is known color: Cranberry. HEX triplet: DB, 45 and 85. RGB value is (219,69,133). Sum of RGB (Red+Green+Blue) = 219+69+133=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4585 is #24BA7A. Grayscale: #797979. Windows color (decimal): -2407035 or 8734171. OLE color: 8734171.
HSL color Cylindrical-coordinate representation of color #DB4585: hue angle of 334.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4585 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 133 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.14 |
| HSL | 334.4º | 0.68% | 0.56% | - |
| HSV(B) | 334.4º | 0.68% | 0.86% | - |
| XYZ | 35.58 | 21.01 | 24.37 | - |
| YUV | 121.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 133 | 0 | 0.68 | 0.39 | 0.14 | 334.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 85 | 0 | 44 | 27 | E | 14E | 44 | 38 |
| Octal | 333 | 105 | 205 | 0 | 104 | 47 | 16 | 516 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10000101 | 0 | 1000100 | 100111 | 1110 | 101001110 | 1000100 | 111000 |
Color Harmonies of #DB4585
Complementary color
Monochromatic Colors of #DB4585
Black with #DB4585
Text Example
Text Example
White with #DB4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4585; }
p { color: rgb(219,69,133); }
H1.HeaderClassName
{
color: #DB4585;
}
.AnyTagClassName
{
color: #DB4585;
}
</style>
background-color css
<style>
a { background-color: #DB4585; }
a { background-color: rgb(219,69,133); }
div.DivClassName
{
background-color: #DB4585;
}
.BgClassName
{
background-color: #DB4585;
}
</style>
border-color css
<style>
span { border-color: #DB4585; }
span { border-color: rgb(219,69,133); }
td.TdClassName
{
border-color: #DB4585;
}
.TagClassName
{
border-color: #DB4585;
}
</style>