Shades of Cranberry #DB5E75
Tints of Cranberry #DB5E75
RGB
CMYK
RGB Variations
Color information
#DB5E75 (or 0xDB5E75) is known color: Cranberry. HEX triplet: DB, 5E and 75. RGB value is (219,94,117). Sum of RGB (Red+Green+Blue) = 219+94+117=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E75 is #24A18A. Grayscale: #868686. Windows color (decimal): -2400651 or 7691995. OLE color: 7691995.
HSL color Cylindrical-coordinate representation of color #DB5E75: hue angle of 348.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5E75 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 117 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.14 |
| HSL | 348.96º | 0.63% | 0.61% | - |
| HSV(B) | 348.96º | 0.57% | 0.86% | - |
| XYZ | 36.43 | 24.35 | 19.61 | - |
| YUV | 134 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 117 | 0 | 0.57 | 0.47 | 0.14 | 348.96 | 0.63 | 0.61 |
| Hex | DB | 5E | 75 | 0 | 39 | 2F | E | 15D | 3F | 3D |
| Octal | 333 | 136 | 165 | 0 | 71 | 57 | 16 | 535 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1110101 | 0 | 111001 | 101111 | 1110 | 101011101 | 111111 | 111101 |
Color Harmonies of #DB5E75
Complementary color
Monochromatic Colors of #DB5E75
Black with #DB5E75
Text Example
Text Example
White with #DB5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E75; }
p { color: rgb(219,94,117); }
H1.HeaderClassName
{
color: #DB5E75;
}
.AnyTagClassName
{
color: #DB5E75;
}
</style>
background-color css
<style>
a { background-color: #DB5E75; }
a { background-color: rgb(219,94,117); }
div.DivClassName
{
background-color: #DB5E75;
}
.BgClassName
{
background-color: #DB5E75;
}
</style>
border-color css
<style>
span { border-color: #DB5E75; }
span { border-color: rgb(219,94,117); }
td.TdClassName
{
border-color: #DB5E75;
}
.TagClassName
{
border-color: #DB5E75;
}
</style>