Shades of Cranberry #DB5385
Tints of Cranberry #DB5385
RGB
CMYK
RGB Variations
Color information
#DB5385 (or 0xDB5385) is known color: Cranberry. HEX triplet: DB, 53 and 85. RGB value is (219,83,133). Sum of RGB (Red+Green+Blue) = 219+83+133=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5385 is #24AC7A. Grayscale: #818181. Windows color (decimal): -2403451 or 8737755. OLE color: 8737755.
HSL color Cylindrical-coordinate representation of color #DB5385: hue angle of 337.94º 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 #DB5385 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 133 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.14 |
| HSL | 337.94º | 0.65% | 0.59% | - |
| HSV(B) | 337.94º | 0.62% | 0.86% | - |
| XYZ | 36.54 | 22.94 | 24.69 | - |
| YUV | 129.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 133 | 0 | 0.62 | 0.39 | 0.14 | 337.94 | 0.65 | 0.59 |
| Hex | DB | 53 | 85 | 0 | 3E | 27 | E | 152 | 41 | 3B |
| Octal | 333 | 123 | 205 | 0 | 76 | 47 | 16 | 522 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10000101 | 0 | 111110 | 100111 | 1110 | 101010010 | 1000001 | 111011 |
Color Harmonies of #DB5385
Complementary color
Monochromatic Colors of #DB5385
Black with #DB5385
Text Example
Text Example
White with #DB5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5385; }
p { color: rgb(219,83,133); }
H1.HeaderClassName
{
color: #DB5385;
}
.AnyTagClassName
{
color: #DB5385;
}
</style>
background-color css
<style>
a { background-color: #DB5385; }
a { background-color: rgb(219,83,133); }
div.DivClassName
{
background-color: #DB5385;
}
.BgClassName
{
background-color: #DB5385;
}
</style>
border-color css
<style>
span { border-color: #DB5385; }
span { border-color: rgb(219,83,133); }
td.TdClassName
{
border-color: #DB5385;
}
.TagClassName
{
border-color: #DB5385;
}
</style>