Shades of Cranberry #DD4482
Tints of Cranberry #DD4482
RGB
CMYK
RGB Variations
Color information
#DD4482 (or 0xDD4482) is known color: Cranberry. HEX triplet: DD, 44 and 82. RGB value is (221,68,130). Sum of RGB (Red+Green+Blue) = 221+68+130=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4482 is #22BB7D. Grayscale: #787878. Windows color (decimal): -2276222 or 8537309. OLE color: 8537309.
HSL color Cylindrical-coordinate representation of color #DD4482: hue angle of 335.69º 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 #DD4482 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 130 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.13 |
| HSL | 335.69º | 0.69% | 0.57% | - |
| HSV(B) | 335.69º | 0.69% | 0.87% | - |
| XYZ | 35.92 | 21.12 | 23.3 | - |
| YUV | 120.82 | 133.19 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 130 | 0 | 0.69 | 0.41 | 0.13 | 335.69 | 0.69 | 0.57 |
| Hex | DD | 44 | 82 | 0 | 45 | 29 | D | 150 | 45 | 39 |
| Octal | 335 | 104 | 202 | 0 | 105 | 51 | 15 | 520 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10000010 | 0 | 1000101 | 101001 | 1101 | 101010000 | 1000101 | 111001 |
Color Harmonies of #DD4482
Complementary color
Monochromatic Colors of #DD4482
Black with #DD4482
Text Example
Text Example
White with #DD4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4482; }
p { color: rgb(221,68,130); }
H1.HeaderClassName
{
color: #DD4482;
}
.AnyTagClassName
{
color: #DD4482;
}
</style>
background-color css
<style>
a { background-color: #DD4482; }
a { background-color: rgb(221,68,130); }
div.DivClassName
{
background-color: #DD4482;
}
.BgClassName
{
background-color: #DD4482;
}
</style>
border-color css
<style>
span { border-color: #DD4482; }
span { border-color: rgb(221,68,130); }
td.TdClassName
{
border-color: #DD4482;
}
.TagClassName
{
border-color: #DD4482;
}
</style>