Shades of Cranberry #DB5B7B
Tints of Cranberry #DB5B7B
RGB
CMYK
RGB Variations
Color information
#DB5B7B (or 0xDB5B7B) is known color: Cranberry. HEX triplet: DB, 5B and 7B. RGB value is (219,91,123). Sum of RGB (Red+Green+Blue) = 219+91+123=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B7B is #24A484. Grayscale: #848484. Windows color (decimal): -2401413 or 8084443. OLE color: 8084443.
HSL color Cylindrical-coordinate representation of color #DB5B7B: hue angle of 345º 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 #DB5B7B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 123 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.14 |
| HSL | 345º | 0.64% | 0.61% | - |
| HSV(B) | 345º | 0.58% | 0.86% | - |
| XYZ | 36.53 | 23.97 | 21.44 | - |
| YUV | 132.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 123 | 0 | 0.58 | 0.44 | 0.14 | 345 | 0.64 | 0.61 |
| Hex | DB | 5B | 7B | 0 | 3A | 2C | E | 159 | 40 | 3D |
| Octal | 333 | 133 | 173 | 0 | 72 | 54 | 16 | 531 | 100 | 75 |
| Binary | 11011011 | 1011011 | 1111011 | 0 | 111010 | 101100 | 1110 | 101011001 | 1000000 | 111101 |
Color Harmonies of #DB5B7B
Complementary color
Monochromatic Colors of #DB5B7B
Black with #DB5B7B
Text Example
Text Example
White with #DB5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B7B; }
p { color: rgb(219,91,123); }
H1.HeaderClassName
{
color: #DB5B7B;
}
.AnyTagClassName
{
color: #DB5B7B;
}
</style>
background-color css
<style>
a { background-color: #DB5B7B; }
a { background-color: rgb(219,91,123); }
div.DivClassName
{
background-color: #DB5B7B;
}
.BgClassName
{
background-color: #DB5B7B;
}
</style>
border-color css
<style>
span { border-color: #DB5B7B; }
span { border-color: rgb(219,91,123); }
td.TdClassName
{
border-color: #DB5B7B;
}
.TagClassName
{
border-color: #DB5B7B;
}
</style>