Shades of Cranberry #DD577E
Tints of Cranberry #DD577E
RGB
CMYK
RGB Variations
Color information
#DD577E (or 0xDD577E) is known color: Cranberry. HEX triplet: DD, 57 and 7E. RGB value is (221,87,126). Sum of RGB (Red+Green+Blue) = 221+87+126=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD577E is #22A881. Grayscale: #838383. Windows color (decimal): -2271362 or 8280029. OLE color: 8280029.
HSL color Cylindrical-coordinate representation of color #DD577E: hue angle of 342.54º 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 #DD577E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 126 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.13 |
| HSL | 342.54º | 0.66% | 0.6% | - |
| HSV(B) | 342.54º | 0.61% | 0.87% | - |
| XYZ | 36.99 | 23.69 | 22.36 | - |
| YUV | 131.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 126 | 0 | 0.61 | 0.43 | 0.13 | 342.54 | 0.66 | 0.6 |
| Hex | DD | 57 | 7E | 0 | 3D | 2B | D | 157 | 42 | 3C |
| Octal | 335 | 127 | 176 | 0 | 75 | 53 | 15 | 527 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1111110 | 0 | 111101 | 101011 | 1101 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DD577E
Complementary color
Monochromatic Colors of #DD577E
Black with #DD577E
Text Example
Text Example
White with #DD577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD577E; }
p { color: rgb(221,87,126); }
H1.HeaderClassName
{
color: #DD577E;
}
.AnyTagClassName
{
color: #DD577E;
}
</style>
background-color css
<style>
a { background-color: #DD577E; }
a { background-color: rgb(221,87,126); }
div.DivClassName
{
background-color: #DD577E;
}
.BgClassName
{
background-color: #DD577E;
}
</style>
border-color css
<style>
span { border-color: #DD577E; }
span { border-color: rgb(221,87,126); }
td.TdClassName
{
border-color: #DD577E;
}
.TagClassName
{
border-color: #DD577E;
}
</style>