Shades of Cranberry #DD4780
Tints of Cranberry #DD4780
RGB
CMYK
RGB Variations
Color information
#DD4780 (or 0xDD4780) is known color: Cranberry. HEX triplet: DD, 47 and 80. RGB value is (221,71,128). Sum of RGB (Red+Green+Blue) = 221+71+128=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4780 is #22B87F. Grayscale: #7A7A7A. Windows color (decimal): -2275456 or 8407005. OLE color: 8407005.
HSL color Cylindrical-coordinate representation of color #DD4780: hue angle of 337.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4780 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 128 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.13 |
| HSL | 337.2º | 0.69% | 0.57% | - |
| HSV(B) | 337.2º | 0.68% | 0.87% | - |
| XYZ | 35.97 | 21.44 | 22.66 | - |
| YUV | 122.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 128 | 0 | 0.68 | 0.42 | 0.13 | 337.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 80 | 0 | 44 | 2A | D | 151 | 45 | 39 |
| Octal | 335 | 107 | 200 | 0 | 104 | 52 | 15 | 521 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10000000 | 0 | 1000100 | 101010 | 1101 | 101010001 | 1000101 | 111001 |
Color Harmonies of #DD4780
Complementary color
Monochromatic Colors of #DD4780
Black with #DD4780
Text Example
Text Example
White with #DD4780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4780; }
p { color: rgb(221,71,128); }
H1.HeaderClassName
{
color: #DD4780;
}
.AnyTagClassName
{
color: #DD4780;
}
</style>
background-color css
<style>
a { background-color: #DD4780; }
a { background-color: rgb(221,71,128); }
div.DivClassName
{
background-color: #DD4780;
}
.BgClassName
{
background-color: #DD4780;
}
</style>
border-color css
<style>
span { border-color: #DD4780; }
span { border-color: rgb(221,71,128); }
td.TdClassName
{
border-color: #DD4780;
}
.TagClassName
{
border-color: #DD4780;
}
</style>