Shades of Cranberry #DD4882
Tints of Cranberry #DD4882
RGB
CMYK
RGB Variations
Color information
#DD4882 (or 0xDD4882) is known color: Cranberry. HEX triplet: DD, 48 and 82. RGB value is (221,72,130). Sum of RGB (Red+Green+Blue) = 221+72+130=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4882 is #22B77D. Grayscale: #7B7B7B. Windows color (decimal): -2275198 or 8538333. OLE color: 8538333.
HSL color Cylindrical-coordinate representation of color #DD4882: hue angle of 336.64º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4882 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 130 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.13 |
| HSL | 336.64º | 0.69% | 0.57% | - |
| HSV(B) | 336.64º | 0.67% | 0.87% | - |
| XYZ | 36.17 | 21.62 | 23.39 | - |
| YUV | 123.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 130 | 0 | 0.67 | 0.41 | 0.13 | 336.64 | 0.69 | 0.57 |
| Hex | DD | 48 | 82 | 0 | 43 | 29 | D | 151 | 45 | 39 |
| Octal | 335 | 110 | 202 | 0 | 103 | 51 | 15 | 521 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10000010 | 0 | 1000011 | 101001 | 1101 | 101010001 | 1000101 | 111001 |
Color Harmonies of #DD4882
Complementary color
Monochromatic Colors of #DD4882
Black with #DD4882
Text Example
Text Example
White with #DD4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4882; }
p { color: rgb(221,72,130); }
H1.HeaderClassName
{
color: #DD4882;
}
.AnyTagClassName
{
color: #DD4882;
}
</style>
background-color css
<style>
a { background-color: #DD4882; }
a { background-color: rgb(221,72,130); }
div.DivClassName
{
background-color: #DD4882;
}
.BgClassName
{
background-color: #DD4882;
}
</style>
border-color css
<style>
span { border-color: #DD4882; }
span { border-color: rgb(221,72,130); }
td.TdClassName
{
border-color: #DD4882;
}
.TagClassName
{
border-color: #DD4882;
}
</style>