Shades of Cranberry #DD5D78
Tints of Cranberry #DD5D78
RGB
CMYK
RGB Variations
Color information
#DD5D78 (or 0xDD5D78) is known color: Cranberry. HEX triplet: DD, 5D and 78. RGB value is (221,93,120). Sum of RGB (Red+Green+Blue) = 221+93+120=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D78 is #22A287. Grayscale: #868686. Windows color (decimal): -2269832 or 7888349. OLE color: 7888349.
HSL color Cylindrical-coordinate representation of color #DD5D78: hue angle of 347.34º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D78 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 120 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.13 |
| HSL | 347.34º | 0.65% | 0.62% | - |
| HSV(B) | 347.34º | 0.58% | 0.87% | - |
| XYZ | 37.12 | 24.56 | 20.55 | - |
| YUV | 134.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 120 | 0 | 0.58 | 0.46 | 0.13 | 347.34 | 0.65 | 0.62 |
| Hex | DD | 5D | 78 | 0 | 3A | 2E | D | 15B | 41 | 3E |
| Octal | 335 | 135 | 170 | 0 | 72 | 56 | 15 | 533 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1111000 | 0 | 111010 | 101110 | 1101 | 101011011 | 1000001 | 111110 |
Color Harmonies of #DD5D78
Complementary color
Monochromatic Colors of #DD5D78
Black with #DD5D78
Text Example
Text Example
White with #DD5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D78; }
p { color: rgb(221,93,120); }
H1.HeaderClassName
{
color: #DD5D78;
}
.AnyTagClassName
{
color: #DD5D78;
}
</style>
background-color css
<style>
a { background-color: #DD5D78; }
a { background-color: rgb(221,93,120); }
div.DivClassName
{
background-color: #DD5D78;
}
.BgClassName
{
background-color: #DD5D78;
}
</style>
border-color css
<style>
span { border-color: #DD5D78; }
span { border-color: rgb(221,93,120); }
td.TdClassName
{
border-color: #DD5D78;
}
.TagClassName
{
border-color: #DD5D78;
}
</style>