Shades of Cranberry #DD5376
Tints of Cranberry #DD5376
RGB
CMYK
RGB Variations
Color information
#DD5376 (or 0xDD5376) is known color: Cranberry. HEX triplet: DD, 53 and 76. RGB value is (221,83,118). Sum of RGB (Red+Green+Blue) = 221+83+118=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5376 is #22AC89. Grayscale: #808080. Windows color (decimal): -2272394 or 7754717. OLE color: 7754717.
HSL color Cylindrical-coordinate representation of color #DD5376: hue angle of 344.78º 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 #DD5376 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 118 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.13 |
| HSL | 344.78º | 0.67% | 0.6% | - |
| HSV(B) | 344.78º | 0.62% | 0.87% | - |
| XYZ | 36.18 | 22.87 | 19.65 | - |
| YUV | 128.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 118 | 0 | 0.62 | 0.47 | 0.13 | 344.78 | 0.67 | 0.6 |
| Hex | DD | 53 | 76 | 0 | 3E | 2F | D | 159 | 43 | 3C |
| Octal | 335 | 123 | 166 | 0 | 76 | 57 | 15 | 531 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1110110 | 0 | 111110 | 101111 | 1101 | 101011001 | 1000011 | 111100 |
Color Harmonies of #DD5376
Complementary color
Monochromatic Colors of #DD5376
Black with #DD5376
Text Example
Text Example
White with #DD5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5376; }
p { color: rgb(221,83,118); }
H1.HeaderClassName
{
color: #DD5376;
}
.AnyTagClassName
{
color: #DD5376;
}
</style>
background-color css
<style>
a { background-color: #DD5376; }
a { background-color: rgb(221,83,118); }
div.DivClassName
{
background-color: #DD5376;
}
.BgClassName
{
background-color: #DD5376;
}
</style>
border-color css
<style>
span { border-color: #DD5376; }
span { border-color: rgb(221,83,118); }
td.TdClassName
{
border-color: #DD5376;
}
.TagClassName
{
border-color: #DD5376;
}
</style>