Shades of Cranberry #DD4976
Tints of Cranberry #DD4976
RGB
CMYK
RGB Variations
Color information
#DD4976 (or 0xDD4976) is known color: Cranberry. HEX triplet: DD, 49 and 76. RGB value is (221,73,118). Sum of RGB (Red+Green+Blue) = 221+73+118=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4976 is #22B689. Grayscale: #7A7A7A. Windows color (decimal): -2274954 or 7752157. OLE color: 7752157.
HSL color Cylindrical-coordinate representation of color #DD4976: hue angle of 341.76º 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 #DD4976 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 118 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.13 |
| HSL | 341.76º | 0.69% | 0.58% | - |
| HSV(B) | 341.76º | 0.67% | 0.87% | - |
| XYZ | 35.47 | 21.45 | 19.41 | - |
| YUV | 122.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 118 | 0 | 0.67 | 0.47 | 0.13 | 341.76 | 0.69 | 0.58 |
| Hex | DD | 49 | 76 | 0 | 43 | 2F | D | 156 | 45 | 3A |
| Octal | 335 | 111 | 166 | 0 | 103 | 57 | 15 | 526 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1110110 | 0 | 1000011 | 101111 | 1101 | 101010110 | 1000101 | 111010 |
Color Harmonies of #DD4976
Complementary color
Monochromatic Colors of #DD4976
Black with #DD4976
Text Example
Text Example
White with #DD4976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4976; }
p { color: rgb(221,73,118); }
H1.HeaderClassName
{
color: #DD4976;
}
.AnyTagClassName
{
color: #DD4976;
}
</style>
background-color css
<style>
a { background-color: #DD4976; }
a { background-color: rgb(221,73,118); }
div.DivClassName
{
background-color: #DD4976;
}
.BgClassName
{
background-color: #DD4976;
}
</style>
border-color css
<style>
span { border-color: #DD4976; }
span { border-color: rgb(221,73,118); }
td.TdClassName
{
border-color: #DD4976;
}
.TagClassName
{
border-color: #DD4976;
}
</style>