Shades of Cranberry #DD5377
Tints of Cranberry #DD5377
RGB
CMYK
RGB Variations
Color information
#DD5377 (or 0xDD5377) is known color: Cranberry. HEX triplet: DD, 53 and 77. RGB value is (221,83,119). Sum of RGB (Red+Green+Blue) = 221+83+119=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5377 is #22AC88. Grayscale: #808080. Windows color (decimal): -2272393 or 7820253. OLE color: 7820253.
HSL color Cylindrical-coordinate representation of color #DD5377: hue angle of 344.35º 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 #DD5377 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 119 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.13 |
| HSL | 344.35º | 0.67% | 0.6% | - |
| HSV(B) | 344.35º | 0.62% | 0.87% | - |
| XYZ | 36.24 | 22.89 | 19.96 | - |
| YUV | 128.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 119 | 0 | 0.62 | 0.46 | 0.13 | 344.35 | 0.67 | 0.6 |
| Hex | DD | 53 | 77 | 0 | 3E | 2E | D | 158 | 43 | 3C |
| Octal | 335 | 123 | 167 | 0 | 76 | 56 | 15 | 530 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1110111 | 0 | 111110 | 101110 | 1101 | 101011000 | 1000011 | 111100 |
Color Harmonies of #DD5377
Complementary color
Monochromatic Colors of #DD5377
Black with #DD5377
Text Example
Text Example
White with #DD5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5377; }
p { color: rgb(221,83,119); }
H1.HeaderClassName
{
color: #DD5377;
}
.AnyTagClassName
{
color: #DD5377;
}
</style>
background-color css
<style>
a { background-color: #DD5377; }
a { background-color: rgb(221,83,119); }
div.DivClassName
{
background-color: #DD5377;
}
.BgClassName
{
background-color: #DD5377;
}
</style>
border-color css
<style>
span { border-color: #DD5377; }
span { border-color: rgb(221,83,119); }
td.TdClassName
{
border-color: #DD5377;
}
.TagClassName
{
border-color: #DD5377;
}
</style>