Shades of Cranberry #DD5B78
Tints of Cranberry #DD5B78
RGB
CMYK
RGB Variations
Color information
#DD5B78 (or 0xDD5B78) is known color: Cranberry. HEX triplet: DD, 5B and 78. RGB value is (221,91,120). Sum of RGB (Red+Green+Blue) = 221+91+120=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B78 is #22A487. Grayscale: #858585. Windows color (decimal): -2270344 or 7887837. OLE color: 7887837.
HSL color Cylindrical-coordinate representation of color #DD5B78: hue angle of 346.62º 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 #DD5B78 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 120 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.13 |
| HSL | 346.62º | 0.66% | 0.61% | - |
| HSV(B) | 346.62º | 0.59% | 0.87% | - |
| XYZ | 36.95 | 24.21 | 20.49 | - |
| YUV | 133.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 120 | 0 | 0.59 | 0.46 | 0.13 | 346.62 | 0.66 | 0.61 |
| Hex | DD | 5B | 78 | 0 | 3B | 2E | D | 15B | 42 | 3D |
| Octal | 335 | 133 | 170 | 0 | 73 | 56 | 15 | 533 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1111000 | 0 | 111011 | 101110 | 1101 | 101011011 | 1000010 | 111101 |
Color Harmonies of #DD5B78
Complementary color
Monochromatic Colors of #DD5B78
Black with #DD5B78
Text Example
Text Example
White with #DD5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B78; }
p { color: rgb(221,91,120); }
H1.HeaderClassName
{
color: #DD5B78;
}
.AnyTagClassName
{
color: #DD5B78;
}
</style>
background-color css
<style>
a { background-color: #DD5B78; }
a { background-color: rgb(221,91,120); }
div.DivClassName
{
background-color: #DD5B78;
}
.BgClassName
{
background-color: #DD5B78;
}
</style>
border-color css
<style>
span { border-color: #DD5B78; }
span { border-color: rgb(221,91,120); }
td.TdClassName
{
border-color: #DD5B78;
}
.TagClassName
{
border-color: #DD5B78;
}
</style>