Shades of Cranberry #DB5C7A
Tints of Cranberry #DB5C7A
RGB
CMYK
RGB Variations
Color information
#DB5C7A (or 0xDB5C7A) is known color: Cranberry. HEX triplet: DB, 5C and 7A. RGB value is (219,92,122). Sum of RGB (Red+Green+Blue) = 219+92+122=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C7A is #24A385. Grayscale: #858585. Windows color (decimal): -2401158 or 8019163. OLE color: 8019163.
HSL color Cylindrical-coordinate representation of color #DB5C7A: hue angle of 345.83º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C7A is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 122 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.14 |
| HSL | 345.83º | 0.64% | 0.61% | - |
| HSV(B) | 345.83º | 0.58% | 0.86% | - |
| XYZ | 36.55 | 24.12 | 21.14 | - |
| YUV | 133.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 122 | 0 | 0.58 | 0.44 | 0.14 | 345.83 | 0.64 | 0.61 |
| Hex | DB | 5C | 7A | 0 | 3A | 2C | E | 15A | 40 | 3D |
| Octal | 333 | 134 | 172 | 0 | 72 | 54 | 16 | 532 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1111010 | 0 | 111010 | 101100 | 1110 | 101011010 | 1000000 | 111101 |
Color Harmonies of #DB5C7A
Complementary color
Monochromatic Colors of #DB5C7A
Black with #DB5C7A
Text Example
Text Example
White with #DB5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C7A; }
p { color: rgb(219,92,122); }
H1.HeaderClassName
{
color: #DB5C7A;
}
.AnyTagClassName
{
color: #DB5C7A;
}
</style>
background-color css
<style>
a { background-color: #DB5C7A; }
a { background-color: rgb(219,92,122); }
div.DivClassName
{
background-color: #DB5C7A;
}
.BgClassName
{
background-color: #DB5C7A;
}
</style>
border-color css
<style>
span { border-color: #DB5C7A; }
span { border-color: rgb(219,92,122); }
td.TdClassName
{
border-color: #DB5C7A;
}
.TagClassName
{
border-color: #DB5C7A;
}
</style>