Shades of Cranberry #DD4980
Tints of Cranberry #DD4980
RGB
CMYK
RGB Variations
Color information
#DD4980 (or 0xDD4980) is known color: Cranberry. HEX triplet: DD, 49 and 80. RGB value is (221,73,128). Sum of RGB (Red+Green+Blue) = 221+73+128=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4980 is #22B67F. Grayscale: #7B7B7B. Windows color (decimal): -2274944 or 8407517. OLE color: 8407517.
HSL color Cylindrical-coordinate representation of color #DD4980: hue angle of 337.7º 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 #DD4980 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 128 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.13 |
| HSL | 337.7º | 0.69% | 0.58% | - |
| HSV(B) | 337.7º | 0.67% | 0.87% | - |
| XYZ | 36.1 | 21.7 | 22.71 | - |
| YUV | 123.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 128 | 0 | 0.67 | 0.42 | 0.13 | 337.7 | 0.69 | 0.58 |
| Hex | DD | 49 | 80 | 0 | 43 | 2A | D | 152 | 45 | 3A |
| Octal | 335 | 111 | 200 | 0 | 103 | 52 | 15 | 522 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10000000 | 0 | 1000011 | 101010 | 1101 | 101010010 | 1000101 | 111010 |
Color Harmonies of #DD4980
Complementary color
Monochromatic Colors of #DD4980
Black with #DD4980
Text Example
Text Example
White with #DD4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4980; }
p { color: rgb(221,73,128); }
H1.HeaderClassName
{
color: #DD4980;
}
.AnyTagClassName
{
color: #DD4980;
}
</style>
background-color css
<style>
a { background-color: #DD4980; }
a { background-color: rgb(221,73,128); }
div.DivClassName
{
background-color: #DD4980;
}
.BgClassName
{
background-color: #DD4980;
}
</style>
border-color css
<style>
span { border-color: #DD4980; }
span { border-color: rgb(221,73,128); }
td.TdClassName
{
border-color: #DD4980;
}
.TagClassName
{
border-color: #DD4980;
}
</style>