Shades of Cranberry #DD5B76
Tints of Cranberry #DD5B76
RGB
CMYK
RGB Variations
Color information
#DD5B76 (or 0xDD5B76) is known color: Cranberry. HEX triplet: DD, 5B and 76. RGB value is (221,91,118). Sum of RGB (Red+Green+Blue) = 221+91+118=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B76 is #22A489. Grayscale: #848484. Windows color (decimal): -2270346 or 7756765. OLE color: 7756765.
HSL color Cylindrical-coordinate representation of color #DD5B76: hue angle of 347.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B76 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 118 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.13 |
| HSL | 347.54º | 0.66% | 0.61% | - |
| HSV(B) | 347.54º | 0.59% | 0.87% | - |
| XYZ | 36.83 | 24.16 | 19.86 | - |
| YUV | 132.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 118 | 0 | 0.59 | 0.47 | 0.13 | 347.54 | 0.66 | 0.61 |
| Hex | DD | 5B | 76 | 0 | 3B | 2F | D | 15C | 42 | 3D |
| Octal | 335 | 133 | 166 | 0 | 73 | 57 | 15 | 534 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1110110 | 0 | 111011 | 101111 | 1101 | 101011100 | 1000010 | 111101 |
Color Harmonies of #DD5B76
Complementary color
Monochromatic Colors of #DD5B76
Black with #DD5B76
Text Example
Text Example
White with #DD5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B76; }
p { color: rgb(221,91,118); }
H1.HeaderClassName
{
color: #DD5B76;
}
.AnyTagClassName
{
color: #DD5B76;
}
</style>
background-color css
<style>
a { background-color: #DD5B76; }
a { background-color: rgb(221,91,118); }
div.DivClassName
{
background-color: #DD5B76;
}
.BgClassName
{
background-color: #DD5B76;
}
</style>
border-color css
<style>
span { border-color: #DD5B76; }
span { border-color: rgb(221,91,118); }
td.TdClassName
{
border-color: #DD5B76;
}
.TagClassName
{
border-color: #DD5B76;
}
</style>