Shades of Cranberry #DD4977
Tints of Cranberry #DD4977
RGB
CMYK
RGB Variations
Color information
#DD4977 (or 0xDD4977) is known color: Cranberry. HEX triplet: DD, 49 and 77. RGB value is (221,73,119). Sum of RGB (Red+Green+Blue) = 221+73+119=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4977 is #22B688. Grayscale: #7A7A7A. Windows color (decimal): -2274953 or 7817693. OLE color: 7817693.
HSL color Cylindrical-coordinate representation of color #DD4977: hue angle of 341.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4977 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 119 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.13 |
| HSL | 341.35º | 0.69% | 0.58% | - |
| HSV(B) | 341.35º | 0.67% | 0.87% | - |
| XYZ | 35.53 | 21.47 | 19.72 | - |
| YUV | 122.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 119 | 0 | 0.67 | 0.46 | 0.13 | 341.35 | 0.69 | 0.58 |
| Hex | DD | 49 | 77 | 0 | 43 | 2E | D | 155 | 45 | 3A |
| Octal | 335 | 111 | 167 | 0 | 103 | 56 | 15 | 525 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1110111 | 0 | 1000011 | 101110 | 1101 | 101010101 | 1000101 | 111010 |
Color Harmonies of #DD4977
Complementary color
Monochromatic Colors of #DD4977
Black with #DD4977
Text Example
Text Example
White with #DD4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4977; }
p { color: rgb(221,73,119); }
H1.HeaderClassName
{
color: #DD4977;
}
.AnyTagClassName
{
color: #DD4977;
}
</style>
background-color css
<style>
a { background-color: #DD4977; }
a { background-color: rgb(221,73,119); }
div.DivClassName
{
background-color: #DD4977;
}
.BgClassName
{
background-color: #DD4977;
}
</style>
border-color css
<style>
span { border-color: #DD4977; }
span { border-color: rgb(221,73,119); }
td.TdClassName
{
border-color: #DD4977;
}
.TagClassName
{
border-color: #DD4977;
}
</style>