Shades of Cranberry #DD4078
Tints of Cranberry #DD4078
RGB
CMYK
RGB Variations
Color information
#DD4078 (or 0xDD4078) is known color: Cranberry. HEX triplet: DD, 40 and 78. RGB value is (221,64,120). Sum of RGB (Red+Green+Blue) = 221+64+120=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4078 is #22BF87. Grayscale: #757575. Windows color (decimal): -2277256 or 7880925. OLE color: 7880925.
HSL color Cylindrical-coordinate representation of color #DD4078: hue angle of 338.6º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4078 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 120 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.13 |
| HSL | 338.6º | 0.7% | 0.56% | - |
| HSV(B) | 338.6º | 0.71% | 0.87% | - |
| XYZ | 35.04 | 20.4 | 19.86 | - |
| YUV | 117.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 120 | 0 | 0.71 | 0.46 | 0.13 | 338.6 | 0.7 | 0.56 |
| Hex | DD | 40 | 78 | 0 | 47 | 2E | D | 153 | 46 | 38 |
| Octal | 335 | 100 | 170 | 0 | 107 | 56 | 15 | 523 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1111000 | 0 | 1000111 | 101110 | 1101 | 101010011 | 1000110 | 111000 |
Color Harmonies of #DD4078
Complementary color
Monochromatic Colors of #DD4078
Black with #DD4078
Text Example
Text Example
White with #DD4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4078; }
p { color: rgb(221,64,120); }
H1.HeaderClassName
{
color: #DD4078;
}
.AnyTagClassName
{
color: #DD4078;
}
</style>
background-color css
<style>
a { background-color: #DD4078; }
a { background-color: rgb(221,64,120); }
div.DivClassName
{
background-color: #DD4078;
}
.BgClassName
{
background-color: #DD4078;
}
</style>
border-color css
<style>
span { border-color: #DD4078; }
span { border-color: rgb(221,64,120); }
td.TdClassName
{
border-color: #DD4078;
}
.TagClassName
{
border-color: #DD4078;
}
</style>