Shades of Cranberry #DB5A7C
Tints of Cranberry #DB5A7C
RGB
CMYK
RGB Variations
Color information
#DB5A7C (or 0xDB5A7C) is known color: Cranberry. HEX triplet: DB, 5A and 7C. RGB value is (219,90,124). Sum of RGB (Red+Green+Blue) = 219+90+124=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A7C is #24A583. Grayscale: #848484. Windows color (decimal): -2401668 or 8149723. OLE color: 8149723.
HSL color Cylindrical-coordinate representation of color #DB5A7C: hue angle of 344.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A7C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 124 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.14 |
| HSL | 344.19º | 0.64% | 0.61% | - |
| HSV(B) | 344.19º | 0.59% | 0.86% | - |
| XYZ | 36.51 | 23.83 | 21.74 | - |
| YUV | 132.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 124 | 0 | 0.59 | 0.43 | 0.14 | 344.19 | 0.64 | 0.61 |
| Hex | DB | 5A | 7C | 0 | 3B | 2B | E | 158 | 40 | 3D |
| Octal | 333 | 132 | 174 | 0 | 73 | 53 | 16 | 530 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1111100 | 0 | 111011 | 101011 | 1110 | 101011000 | 1000000 | 111101 |
Color Harmonies of #DB5A7C
Complementary color
Monochromatic Colors of #DB5A7C
Black with #DB5A7C
Text Example
Text Example
White with #DB5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A7C; }
p { color: rgb(219,90,124); }
H1.HeaderClassName
{
color: #DB5A7C;
}
.AnyTagClassName
{
color: #DB5A7C;
}
</style>
background-color css
<style>
a { background-color: #DB5A7C; }
a { background-color: rgb(219,90,124); }
div.DivClassName
{
background-color: #DB5A7C;
}
.BgClassName
{
background-color: #DB5A7C;
}
</style>
border-color css
<style>
span { border-color: #DB5A7C; }
span { border-color: rgb(219,90,124); }
td.TdClassName
{
border-color: #DB5A7C;
}
.TagClassName
{
border-color: #DB5A7C;
}
</style>