Shades of Cranberry #DB577B
Tints of Cranberry #DB577B
RGB
CMYK
RGB Variations
Color information
#DB577B (or 0xDB577B) is known color: Cranberry. HEX triplet: DB, 57 and 7B. RGB value is (219,87,123). Sum of RGB (Red+Green+Blue) = 219+87+123=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB577B is #24A884. Grayscale: #828282. Windows color (decimal): -2402437 or 8083419. OLE color: 8083419.
HSL color Cylindrical-coordinate representation of color #DB577B: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB577B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 123 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.14 |
| HSL | 343.64º | 0.65% | 0.6% | - |
| HSV(B) | 343.64º | 0.6% | 0.86% | - |
| XYZ | 36.2 | 23.31 | 21.33 | - |
| YUV | 130.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 123 | 0 | 0.60 | 0.44 | 0.14 | 343.64 | 0.65 | 0.6 |
| Hex | DB | 57 | 7B | 0 | 3C | 2C | E | 158 | 41 | 3C |
| Octal | 333 | 127 | 173 | 0 | 74 | 54 | 16 | 530 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1111011 | 0 | 111100 | 101100 | 1110 | 101011000 | 1000001 | 111100 |
Color Harmonies of #DB577B
Complementary color
Monochromatic Colors of #DB577B
Black with #DB577B
Text Example
Text Example
White with #DB577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB577B; }
p { color: rgb(219,87,123); }
H1.HeaderClassName
{
color: #DB577B;
}
.AnyTagClassName
{
color: #DB577B;
}
</style>
background-color css
<style>
a { background-color: #DB577B; }
a { background-color: rgb(219,87,123); }
div.DivClassName
{
background-color: #DB577B;
}
.BgClassName
{
background-color: #DB577B;
}
</style>
border-color css
<style>
span { border-color: #DB577B; }
span { border-color: rgb(219,87,123); }
td.TdClassName
{
border-color: #DB577B;
}
.TagClassName
{
border-color: #DB577B;
}
</style>