Shades of Cranberry #DD5779
Tints of Cranberry #DD5779
RGB
CMYK
RGB Variations
Color information
#DD5779 (or 0xDD5779) is known color: Cranberry. HEX triplet: DD, 57 and 79. RGB value is (221,87,121). Sum of RGB (Red+Green+Blue) = 221+87+121=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5779 is #22A886. Grayscale: #828282. Windows color (decimal): -2271367 or 7952349. OLE color: 7952349.
HSL color Cylindrical-coordinate representation of color #DD5779: hue angle of 344.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5779 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 121 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.13 |
| HSL | 344.78º | 0.66% | 0.6% | - |
| HSV(B) | 344.78º | 0.61% | 0.87% | - |
| XYZ | 36.68 | 23.57 | 20.71 | - |
| YUV | 130.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 121 | 0 | 0.61 | 0.45 | 0.13 | 344.78 | 0.66 | 0.6 |
| Hex | DD | 57 | 79 | 0 | 3D | 2D | D | 159 | 42 | 3C |
| Octal | 335 | 127 | 171 | 0 | 75 | 55 | 15 | 531 | 102 | 74 |
| Binary | 11011101 | 1010111 | 1111001 | 0 | 111101 | 101101 | 1101 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DD5779
Complementary color
Monochromatic Colors of #DD5779
Black with #DD5779
Text Example
Text Example
White with #DD5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5779; }
p { color: rgb(221,87,121); }
H1.HeaderClassName
{
color: #DD5779;
}
.AnyTagClassName
{
color: #DD5779;
}
</style>
background-color css
<style>
a { background-color: #DD5779; }
a { background-color: rgb(221,87,121); }
div.DivClassName
{
background-color: #DD5779;
}
.BgClassName
{
background-color: #DD5779;
}
</style>
border-color css
<style>
span { border-color: #DD5779; }
span { border-color: rgb(221,87,121); }
td.TdClassName
{
border-color: #DD5779;
}
.TagClassName
{
border-color: #DD5779;
}
</style>