Shades of Cranberry #DD576E
Tints of Cranberry #DD576E
RGB
CMYK
RGB Variations
Color information
#DD576E (or 0xDD576E) is known color: Cranberry. HEX triplet: DD, 57 and 6E. RGB value is (221,87,110). Sum of RGB (Red+Green+Blue) = 221+87+110=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD576E is #22A891. Grayscale: #818181. Windows color (decimal): -2271378 or 7231453. OLE color: 7231453.
HSL color Cylindrical-coordinate representation of color #DD576E: hue angle of 349.7º 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 #DD576E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 110 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.13 |
| HSL | 349.7º | 0.66% | 0.6% | - |
| HSV(B) | 349.7º | 0.61% | 0.87% | - |
| XYZ | 36.04 | 23.31 | 17.35 | - |
| YUV | 129.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 110 | 0 | 0.61 | 0.50 | 0.13 | 349.7 | 0.66 | 0.6 |
| Hex | DD | 57 | 6E | 0 | 3D | 32 | D | 15E | 42 | 3C |
| Octal | 335 | 127 | 156 | 0 | 75 | 62 | 15 | 536 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1101110 | 0 | 111101 | 110010 | 1101 | 101011110 | 1000010 | 111100 |
Color Harmonies of #DD576E
Complementary color
Monochromatic Colors of #DD576E
Black with #DD576E
Text Example
Text Example
White with #DD576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD576E; }
p { color: rgb(221,87,110); }
H1.HeaderClassName
{
color: #DD576E;
}
.AnyTagClassName
{
color: #DD576E;
}
</style>
background-color css
<style>
a { background-color: #DD576E; }
a { background-color: rgb(221,87,110); }
div.DivClassName
{
background-color: #DD576E;
}
.BgClassName
{
background-color: #DD576E;
}
</style>
border-color css
<style>
span { border-color: #DD576E; }
span { border-color: rgb(221,87,110); }
td.TdClassName
{
border-color: #DD576E;
}
.TagClassName
{
border-color: #DD576E;
}
</style>