Shades of Cranberry #DB5875
Tints of Cranberry #DB5875
RGB
CMYK
RGB Variations
Color information
#DB5875 (or 0xDB5875) is known color: Cranberry. HEX triplet: DB, 58 and 75. RGB value is (219,88,117). Sum of RGB (Red+Green+Blue) = 219+88+117=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5875 is #24A78A. Grayscale: #828282. Windows color (decimal): -2402187 or 7690459. OLE color: 7690459.
HSL color Cylindrical-coordinate representation of color #DB5875: hue angle of 346.72º 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 #DB5875 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 117 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.14 |
| HSL | 346.72º | 0.65% | 0.6% | - |
| HSV(B) | 346.72º | 0.6% | 0.86% | - |
| XYZ | 35.91 | 23.32 | 19.44 | - |
| YUV | 130.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 117 | 0 | 0.60 | 0.47 | 0.14 | 346.72 | 0.65 | 0.6 |
| Hex | DB | 58 | 75 | 0 | 3C | 2F | E | 15B | 41 | 3C |
| Octal | 333 | 130 | 165 | 0 | 74 | 57 | 16 | 533 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1110101 | 0 | 111100 | 101111 | 1110 | 101011011 | 1000001 | 111100 |
Color Harmonies of #DB5875
Complementary color
Monochromatic Colors of #DB5875
Black with #DB5875
Text Example
Text Example
White with #DB5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5875; }
p { color: rgb(219,88,117); }
H1.HeaderClassName
{
color: #DB5875;
}
.AnyTagClassName
{
color: #DB5875;
}
</style>
background-color css
<style>
a { background-color: #DB5875; }
a { background-color: rgb(219,88,117); }
div.DivClassName
{
background-color: #DB5875;
}
.BgClassName
{
background-color: #DB5875;
}
</style>
border-color css
<style>
span { border-color: #DB5875; }
span { border-color: rgb(219,88,117); }
td.TdClassName
{
border-color: #DB5875;
}
.TagClassName
{
border-color: #DB5875;
}
</style>