Shades of Cranberry #DD4577
Tints of Cranberry #DD4577
RGB
CMYK
RGB Variations
Color information
#DD4577 (or 0xDD4577) is known color: Cranberry. HEX triplet: DD, 45 and 77. RGB value is (221,69,119). Sum of RGB (Red+Green+Blue) = 221+69+119=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4577 is #22BA88. Grayscale: #787878. Windows color (decimal): -2275977 or 7816669. OLE color: 7816669.
HSL color Cylindrical-coordinate representation of color #DD4577: hue angle of 340.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4577 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 119 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.13 |
| HSL | 340.26º | 0.69% | 0.57% | - |
| HSV(B) | 340.26º | 0.69% | 0.87% | - |
| XYZ | 35.28 | 20.96 | 19.64 | - |
| YUV | 120.15 | 127.36 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 119 | 0 | 0.69 | 0.46 | 0.13 | 340.26 | 0.69 | 0.57 |
| Hex | DD | 45 | 77 | 0 | 45 | 2E | D | 154 | 45 | 39 |
| Octal | 335 | 105 | 167 | 0 | 105 | 56 | 15 | 524 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1110111 | 0 | 1000101 | 101110 | 1101 | 101010100 | 1000101 | 111001 |
Color Harmonies of #DD4577
Complementary color
Monochromatic Colors of #DD4577
Black with #DD4577
Text Example
Text Example
White with #DD4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4577; }
p { color: rgb(221,69,119); }
H1.HeaderClassName
{
color: #DD4577;
}
.AnyTagClassName
{
color: #DD4577;
}
</style>
background-color css
<style>
a { background-color: #DD4577; }
a { background-color: rgb(221,69,119); }
div.DivClassName
{
background-color: #DD4577;
}
.BgClassName
{
background-color: #DD4577;
}
</style>
border-color css
<style>
span { border-color: #DD4577; }
span { border-color: rgb(221,69,119); }
td.TdClassName
{
border-color: #DD4577;
}
.TagClassName
{
border-color: #DD4577;
}
</style>