Shades of Cranberry #DB5581
Tints of Cranberry #DB5581
RGB
CMYK
RGB Variations
Color information
#DB5581 (or 0xDB5581) is known color: Cranberry. HEX triplet: DB, 55 and 81. RGB value is (219,85,129). Sum of RGB (Red+Green+Blue) = 219+85+129=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5581 is #24AA7E. Grayscale: #828282. Windows color (decimal): -2402943 or 8476123. OLE color: 8476123.
HSL color Cylindrical-coordinate representation of color #DB5581: hue angle of 340.3º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5581 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 129 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.14 |
| HSL | 340.3º | 0.65% | 0.6% | - |
| HSV(B) | 340.3º | 0.61% | 0.86% | - |
| XYZ | 36.42 | 23.14 | 23.32 | - |
| YUV | 130.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 129 | 0 | 0.61 | 0.41 | 0.14 | 340.3 | 0.65 | 0.6 |
| Hex | DB | 55 | 81 | 0 | 3D | 29 | E | 154 | 41 | 3C |
| Octal | 333 | 125 | 201 | 0 | 75 | 51 | 16 | 524 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10000001 | 0 | 111101 | 101001 | 1110 | 101010100 | 1000001 | 111100 |
Color Harmonies of #DB5581
Complementary color
Monochromatic Colors of #DB5581
Black with #DB5581
Text Example
Text Example
White with #DB5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5581; }
p { color: rgb(219,85,129); }
H1.HeaderClassName
{
color: #DB5581;
}
.AnyTagClassName
{
color: #DB5581;
}
</style>
background-color css
<style>
a { background-color: #DB5581; }
a { background-color: rgb(219,85,129); }
div.DivClassName
{
background-color: #DB5581;
}
.BgClassName
{
background-color: #DB5581;
}
</style>
border-color css
<style>
span { border-color: #DB5581; }
span { border-color: rgb(219,85,129); }
td.TdClassName
{
border-color: #DB5581;
}
.TagClassName
{
border-color: #DB5581;
}
</style>