Shades of Cranberry #DB5E7E
Tints of Cranberry #DB5E7E
RGB
CMYK
RGB Variations
Color information
#DB5E7E (or 0xDB5E7E) is known color: Cranberry. HEX triplet: DB, 5E and 7E. RGB value is (219,94,126). Sum of RGB (Red+Green+Blue) = 219+94+126=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E7E is #24A181. Grayscale: #878787. Windows color (decimal): -2400642 or 8281819. OLE color: 8281819.
HSL color Cylindrical-coordinate representation of color #DB5E7E: hue angle of 344.64º 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 #DB5E7E is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 126 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.14 |
| HSL | 344.64º | 0.63% | 0.61% | - |
| HSV(B) | 344.64º | 0.57% | 0.86% | - |
| XYZ | 36.98 | 24.57 | 22.53 | - |
| YUV | 135.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 126 | 0 | 0.57 | 0.42 | 0.14 | 344.64 | 0.63 | 0.61 |
| Hex | DB | 5E | 7E | 0 | 39 | 2A | E | 159 | 3F | 3D |
| Octal | 333 | 136 | 176 | 0 | 71 | 52 | 16 | 531 | 77 | 75 |
| Binary | 11011011 | 1011110 | 1111110 | 0 | 111001 | 101010 | 1110 | 101011001 | 111111 | 111101 |
Color Harmonies of #DB5E7E
Complementary color
Monochromatic Colors of #DB5E7E
Black with #DB5E7E
Text Example
Text Example
White with #DB5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E7E; }
p { color: rgb(219,94,126); }
H1.HeaderClassName
{
color: #DB5E7E;
}
.AnyTagClassName
{
color: #DB5E7E;
}
</style>
background-color css
<style>
a { background-color: #DB5E7E; }
a { background-color: rgb(219,94,126); }
div.DivClassName
{
background-color: #DB5E7E;
}
.BgClassName
{
background-color: #DB5E7E;
}
</style>
border-color css
<style>
span { border-color: #DB5E7E; }
span { border-color: rgb(219,94,126); }
td.TdClassName
{
border-color: #DB5E7E;
}
.TagClassName
{
border-color: #DB5E7E;
}
</style>