Shades of Cranberry #DB577A
Tints of Cranberry #DB577A
RGB
CMYK
RGB Variations
Color information
#DB577A (or 0xDB577A) is known color: Cranberry. HEX triplet: DB, 57 and 7A. RGB value is (219,87,122). Sum of RGB (Red+Green+Blue) = 219+87+122=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB577A is #24A885. Grayscale: #828282. Windows color (decimal): -2402438 or 8017883. OLE color: 8017883.
HSL color Cylindrical-coordinate representation of color #DB577A: hue angle of 344.09º 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 #DB577A is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 122 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.14 |
| HSL | 344.09º | 0.65% | 0.6% | - |
| HSV(B) | 344.09º | 0.6% | 0.86% | - |
| XYZ | 36.13 | 23.28 | 21 | - |
| YUV | 130.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 122 | 0 | 0.60 | 0.44 | 0.14 | 344.09 | 0.65 | 0.6 |
| Hex | DB | 57 | 7A | 0 | 3C | 2C | E | 158 | 41 | 3C |
| Octal | 333 | 127 | 172 | 0 | 74 | 54 | 16 | 530 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1111010 | 0 | 111100 | 101100 | 1110 | 101011000 | 1000001 | 111100 |
Color Harmonies of #DB577A
Complementary color
Monochromatic Colors of #DB577A
Black with #DB577A
Text Example
Text Example
White with #DB577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB577A; }
p { color: rgb(219,87,122); }
H1.HeaderClassName
{
color: #DB577A;
}
.AnyTagClassName
{
color: #DB577A;
}
</style>
background-color css
<style>
a { background-color: #DB577A; }
a { background-color: rgb(219,87,122); }
div.DivClassName
{
background-color: #DB577A;
}
.BgClassName
{
background-color: #DB577A;
}
</style>
border-color css
<style>
span { border-color: #DB577A; }
span { border-color: rgb(219,87,122); }
td.TdClassName
{
border-color: #DB577A;
}
.TagClassName
{
border-color: #DB577A;
}
</style>