Shades of Cranberry #DD4877
Tints of Cranberry #DD4877
RGB
CMYK
RGB Variations
Color information
#DD4877 (or 0xDD4877) is known color: Cranberry. HEX triplet: DD, 48 and 77. RGB value is (221,72,119). Sum of RGB (Red+Green+Blue) = 221+72+119=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4877 is #22B788. Grayscale: #797979. Windows color (decimal): -2275209 or 7817437. OLE color: 7817437.
HSL color Cylindrical-coordinate representation of color #DD4877: hue angle of 341.07º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4877 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 119 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.13 |
| HSL | 341.07º | 0.69% | 0.57% | - |
| HSV(B) | 341.07º | 0.67% | 0.87% | - |
| XYZ | 35.47 | 21.34 | 19.7 | - |
| YUV | 121.91 | 126.36 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 119 | 0 | 0.67 | 0.46 | 0.13 | 341.07 | 0.69 | 0.57 |
| Hex | DD | 48 | 77 | 0 | 43 | 2E | D | 155 | 45 | 39 |
| Octal | 335 | 110 | 167 | 0 | 103 | 56 | 15 | 525 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1110111 | 0 | 1000011 | 101110 | 1101 | 101010101 | 1000101 | 111001 |
Color Harmonies of #DD4877
Complementary color
Monochromatic Colors of #DD4877
Black with #DD4877
Text Example
Text Example
White with #DD4877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4877; }
p { color: rgb(221,72,119); }
H1.HeaderClassName
{
color: #DD4877;
}
.AnyTagClassName
{
color: #DD4877;
}
</style>
background-color css
<style>
a { background-color: #DD4877; }
a { background-color: rgb(221,72,119); }
div.DivClassName
{
background-color: #DD4877;
}
.BgClassName
{
background-color: #DD4877;
}
</style>
border-color css
<style>
span { border-color: #DD4877; }
span { border-color: rgb(221,72,119); }
td.TdClassName
{
border-color: #DD4877;
}
.TagClassName
{
border-color: #DD4877;
}
</style>