Shades of Cranberry #DD4582
Tints of Cranberry #DD4582
RGB
CMYK
RGB Variations
Color information
#DD4582 (or 0xDD4582) is known color: Cranberry. HEX triplet: DD, 45 and 82. RGB value is (221,69,130). Sum of RGB (Red+Green+Blue) = 221+69+130=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4582 is #22BA7D. Grayscale: #797979. Windows color (decimal): -2275966 or 8537565. OLE color: 8537565.
HSL color Cylindrical-coordinate representation of color #DD4582: hue angle of 335.92º 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 #DD4582 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 130 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.13 |
| HSL | 335.92º | 0.69% | 0.57% | - |
| HSV(B) | 335.92º | 0.69% | 0.87% | - |
| XYZ | 35.98 | 21.24 | 23.32 | - |
| YUV | 121.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 130 | 0 | 0.69 | 0.41 | 0.13 | 335.92 | 0.69 | 0.57 |
| Hex | DD | 45 | 82 | 0 | 45 | 29 | D | 150 | 45 | 39 |
| Octal | 335 | 105 | 202 | 0 | 105 | 51 | 15 | 520 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10000010 | 0 | 1000101 | 101001 | 1101 | 101010000 | 1000101 | 111001 |
Color Harmonies of #DD4582
Complementary color
Monochromatic Colors of #DD4582
Black with #DD4582
Text Example
Text Example
White with #DD4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4582; }
p { color: rgb(221,69,130); }
H1.HeaderClassName
{
color: #DD4582;
}
.AnyTagClassName
{
color: #DD4582;
}
</style>
background-color css
<style>
a { background-color: #DD4582; }
a { background-color: rgb(221,69,130); }
div.DivClassName
{
background-color: #DD4582;
}
.BgClassName
{
background-color: #DD4582;
}
</style>
border-color css
<style>
span { border-color: #DD4582; }
span { border-color: rgb(221,69,130); }
td.TdClassName
{
border-color: #DD4582;
}
.TagClassName
{
border-color: #DD4582;
}
</style>