Shades of Cranberry #DB587F
Tints of Cranberry #DB587F
RGB
CMYK
RGB Variations
Color information
#DB587F (or 0xDB587F) is known color: Cranberry. HEX triplet: DB, 58 and 7F. RGB value is (219,88,127). Sum of RGB (Red+Green+Blue) = 219+88+127=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB587F is #24A780. Grayscale: #838383. Windows color (decimal): -2402177 or 8345819. OLE color: 8345819.
HSL color Cylindrical-coordinate representation of color #DB587F: hue angle of 342.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB587F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 127 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.14 |
| HSL | 342.14º | 0.65% | 0.6% | - |
| HSV(B) | 342.14º | 0.6% | 0.86% | - |
| XYZ | 36.53 | 23.57 | 22.7 | - |
| YUV | 131.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 127 | 0 | 0.60 | 0.42 | 0.14 | 342.14 | 0.65 | 0.6 |
| Hex | DB | 58 | 7F | 0 | 3C | 2A | E | 156 | 41 | 3C |
| Octal | 333 | 130 | 177 | 0 | 74 | 52 | 16 | 526 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1111111 | 0 | 111100 | 101010 | 1110 | 101010110 | 1000001 | 111100 |
Color Harmonies of #DB587F
Complementary color
Monochromatic Colors of #DB587F
Black with #DB587F
Text Example
Text Example
White with #DB587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB587F; }
p { color: rgb(219,88,127); }
H1.HeaderClassName
{
color: #DB587F;
}
.AnyTagClassName
{
color: #DB587F;
}
</style>
background-color css
<style>
a { background-color: #DB587F; }
a { background-color: rgb(219,88,127); }
div.DivClassName
{
background-color: #DB587F;
}
.BgClassName
{
background-color: #DB587F;
}
</style>
border-color css
<style>
span { border-color: #DB587F; }
span { border-color: rgb(219,88,127); }
td.TdClassName
{
border-color: #DB587F;
}
.TagClassName
{
border-color: #DB587F;
}
</style>