Shades of Cranberry #DD5780
Tints of Cranberry #DD5780
RGB
CMYK
RGB Variations
Color information
#DD5780 (or 0xDD5780) is known color: Cranberry. HEX triplet: DD, 57 and 80. RGB value is (221,87,128). Sum of RGB (Red+Green+Blue) = 221+87+128=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5780 is #22A87F. Grayscale: #838383. Windows color (decimal): -2271360 or 8411101. OLE color: 8411101.
HSL color Cylindrical-coordinate representation of color #DD5780: hue angle of 341.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5780 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 128 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.13 |
| HSL | 341.64º | 0.66% | 0.6% | - |
| HSV(B) | 341.64º | 0.61% | 0.87% | - |
| XYZ | 37.12 | 23.75 | 23.05 | - |
| YUV | 131.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 128 | 0 | 0.61 | 0.42 | 0.13 | 341.64 | 0.66 | 0.6 |
| Hex | DD | 57 | 80 | 0 | 3D | 2A | D | 156 | 42 | 3C |
| Octal | 335 | 127 | 200 | 0 | 75 | 52 | 15 | 526 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10000000 | 0 | 111101 | 101010 | 1101 | 101010110 | 1000010 | 111100 |
Color Harmonies of #DD5780
Complementary color
Monochromatic Colors of #DD5780
Black with #DD5780
Text Example
Text Example
White with #DD5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5780; }
p { color: rgb(221,87,128); }
H1.HeaderClassName
{
color: #DD5780;
}
.AnyTagClassName
{
color: #DD5780;
}
</style>
background-color css
<style>
a { background-color: #DD5780; }
a { background-color: rgb(221,87,128); }
div.DivClassName
{
background-color: #DD5780;
}
.BgClassName
{
background-color: #DD5780;
}
</style>
border-color css
<style>
span { border-color: #DD5780; }
span { border-color: rgb(221,87,128); }
td.TdClassName
{
border-color: #DD5780;
}
.TagClassName
{
border-color: #DD5780;
}
</style>