Shades of Cranberry #DD577B
Tints of Cranberry #DD577B
RGB
CMYK
RGB Variations
Color information
#DD577B (or 0xDD577B) is known color: Cranberry. HEX triplet: DD, 57 and 7B. RGB value is (221,87,123). Sum of RGB (Red+Green+Blue) = 221+87+123=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577B is #22A884. Grayscale: #838383. Windows color (decimal): -2271365 or 8083421. OLE color: 8083421.
HSL color Cylindrical-coordinate representation of color #DD577B: hue angle of 343.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD577B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 123 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.13 |
| HSL | 343.88º | 0.66% | 0.6% | - |
| HSV(B) | 343.88º | 0.61% | 0.87% | - |
| XYZ | 36.8 | 23.62 | 21.36 | - |
| YUV | 131.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 123 | 0 | 0.61 | 0.44 | 0.13 | 343.88 | 0.66 | 0.6 |
| Hex | DD | 57 | 7B | 0 | 3D | 2C | D | 158 | 42 | 3C |
| Octal | 335 | 127 | 173 | 0 | 75 | 54 | 15 | 530 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1111011 | 0 | 111101 | 101100 | 1101 | 101011000 | 1000010 | 111100 |
Color Harmonies of #DD577B
Complementary color
Monochromatic Colors of #DD577B
Black with #DD577B
Text Example
Text Example
White with #DD577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD577B; }
p { color: rgb(221,87,123); }
H1.HeaderClassName
{
color: #DD577B;
}
.AnyTagClassName
{
color: #DD577B;
}
</style>
background-color css
<style>
a { background-color: #DD577B; }
a { background-color: rgb(221,87,123); }
div.DivClassName
{
background-color: #DD577B;
}
.BgClassName
{
background-color: #DD577B;
}
</style>
border-color css
<style>
span { border-color: #DD577B; }
span { border-color: rgb(221,87,123); }
td.TdClassName
{
border-color: #DD577B;
}
.TagClassName
{
border-color: #DD577B;
}
</style>