Shades of Cranberry #DD5475
Tints of Cranberry #DD5475
RGB
CMYK
RGB Variations
Color information
#DD5475 (or 0xDD5475) is known color: Cranberry. HEX triplet: DD, 54 and 75. RGB value is (221,84,117). Sum of RGB (Red+Green+Blue) = 221+84+117=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5475 is #22AB8A. Grayscale: #808080. Windows color (decimal): -2272139 or 7689437. OLE color: 7689437.
HSL color Cylindrical-coordinate representation of color #DD5475: hue angle of 345.55º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5475 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 117 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.13 |
| HSL | 345.55º | 0.67% | 0.6% | - |
| HSV(B) | 345.55º | 0.62% | 0.87% | - |
| XYZ | 36.2 | 23 | 19.36 | - |
| YUV | 128.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 117 | 0 | 0.62 | 0.47 | 0.13 | 345.55 | 0.67 | 0.6 |
| Hex | DD | 54 | 75 | 0 | 3E | 2F | D | 15A | 43 | 3C |
| Octal | 335 | 124 | 165 | 0 | 76 | 57 | 15 | 532 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1110101 | 0 | 111110 | 101111 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DD5475
Complementary color
Monochromatic Colors of #DD5475
Black with #DD5475
Text Example
Text Example
White with #DD5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5475; }
p { color: rgb(221,84,117); }
H1.HeaderClassName
{
color: #DD5475;
}
.AnyTagClassName
{
color: #DD5475;
}
</style>
background-color css
<style>
a { background-color: #DD5475; }
a { background-color: rgb(221,84,117); }
div.DivClassName
{
background-color: #DD5475;
}
.BgClassName
{
background-color: #DD5475;
}
</style>
border-color css
<style>
span { border-color: #DD5475; }
span { border-color: rgb(221,84,117); }
td.TdClassName
{
border-color: #DD5475;
}
.TagClassName
{
border-color: #DD5475;
}
</style>