Shades of Cranberry #DD4584
Tints of Cranberry #DD4584
RGB
CMYK
RGB Variations
Color information
#DD4584 (or 0xDD4584) is known color: Cranberry. HEX triplet: DD, 45 and 84. RGB value is (221,69,132). Sum of RGB (Red+Green+Blue) = 221+69+132=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4584 is #22BA7B. Grayscale: #797979. Windows color (decimal): -2275964 or 8668637. OLE color: 8668637.
HSL color Cylindrical-coordinate representation of color #DD4584: hue angle of 335.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4584 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 132 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.13 |
| HSL | 335.13º | 0.69% | 0.57% | - |
| HSV(B) | 335.13º | 0.69% | 0.87% | - |
| XYZ | 36.11 | 21.29 | 24.04 | - |
| YUV | 121.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 132 | 0 | 0.69 | 0.40 | 0.13 | 335.13 | 0.69 | 0.57 |
| Hex | DD | 45 | 84 | 0 | 45 | 28 | D | 14F | 45 | 39 |
| Octal | 335 | 105 | 204 | 0 | 105 | 50 | 15 | 517 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10000100 | 0 | 1000101 | 101000 | 1101 | 101001111 | 1000101 | 111001 |
Color Harmonies of #DD4584
Complementary color
Monochromatic Colors of #DD4584
Black with #DD4584
Text Example
Text Example
White with #DD4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4584; }
p { color: rgb(221,69,132); }
H1.HeaderClassName
{
color: #DD4584;
}
.AnyTagClassName
{
color: #DD4584;
}
</style>
background-color css
<style>
a { background-color: #DD4584; }
a { background-color: rgb(221,69,132); }
div.DivClassName
{
background-color: #DD4584;
}
.BgClassName
{
background-color: #DD4584;
}
</style>
border-color css
<style>
span { border-color: #DD4584; }
span { border-color: rgb(221,69,132); }
td.TdClassName
{
border-color: #DD4584;
}
.TagClassName
{
border-color: #DD4584;
}
</style>