Shades of Cranberry #DD5178
Tints of Cranberry #DD5178
RGB
CMYK
RGB Variations
Color information
#DD5178 (or 0xDD5178) is known color: Cranberry. HEX triplet: DD, 51 and 78. RGB value is (221,81,120). Sum of RGB (Red+Green+Blue) = 221+81+120=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5178 is #22AE87. Grayscale: #7F7F7F. Windows color (decimal): -2272904 or 7885277. OLE color: 7885277.
HSL color Cylindrical-coordinate representation of color #DD5178: hue angle of 343.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5178 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 120 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.13 |
| HSL | 343.29º | 0.67% | 0.59% | - |
| HSV(B) | 343.29º | 0.63% | 0.87% | - |
| XYZ | 36.15 | 22.61 | 20.23 | - |
| YUV | 127.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 120 | 0 | 0.63 | 0.46 | 0.13 | 343.29 | 0.67 | 0.59 |
| Hex | DD | 51 | 78 | 0 | 3F | 2E | D | 157 | 43 | 3B |
| Octal | 335 | 121 | 170 | 0 | 77 | 56 | 15 | 527 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1111000 | 0 | 111111 | 101110 | 1101 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DD5178
Complementary color
Monochromatic Colors of #DD5178
Black with #DD5178
Text Example
Text Example
White with #DD5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5178; }
p { color: rgb(221,81,120); }
H1.HeaderClassName
{
color: #DD5178;
}
.AnyTagClassName
{
color: #DD5178;
}
</style>
background-color css
<style>
a { background-color: #DD5178; }
a { background-color: rgb(221,81,120); }
div.DivClassName
{
background-color: #DD5178;
}
.BgClassName
{
background-color: #DD5178;
}
</style>
border-color css
<style>
span { border-color: #DD5178; }
span { border-color: rgb(221,81,120); }
td.TdClassName
{
border-color: #DD5178;
}
.TagClassName
{
border-color: #DD5178;
}
</style>