Shades of Cranberry #DD4382
Tints of Cranberry #DD4382
RGB
CMYK
RGB Variations
Color information
#DD4382 (or 0xDD4382) is known color: Cranberry. HEX triplet: DD, 43 and 82. RGB value is (221,67,130). Sum of RGB (Red+Green+Blue) = 221+67+130=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4382 is #22BC7D. Grayscale: #787878. Windows color (decimal): -2276478 or 8537053. OLE color: 8537053.
HSL color Cylindrical-coordinate representation of color #DD4382: hue angle of 335.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4382 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 130 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.13 |
| HSL | 335.45º | 0.69% | 0.56% | - |
| HSV(B) | 335.45º | 0.7% | 0.87% | - |
| XYZ | 35.86 | 21 | 23.28 | - |
| YUV | 120.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 130 | 0 | 0.70 | 0.41 | 0.13 | 335.45 | 0.69 | 0.56 |
| Hex | DD | 43 | 82 | 0 | 46 | 29 | D | 14F | 45 | 38 |
| Octal | 335 | 103 | 202 | 0 | 106 | 51 | 15 | 517 | 105 | 70 |
| Binary | 11011101 | 1000011 | 10000010 | 0 | 1000110 | 101001 | 1101 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DD4382
Complementary color
Monochromatic Colors of #DD4382
Black with #DD4382
Text Example
Text Example
White with #DD4382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4382; }
p { color: rgb(221,67,130); }
H1.HeaderClassName
{
color: #DD4382;
}
.AnyTagClassName
{
color: #DD4382;
}
</style>
background-color css
<style>
a { background-color: #DD4382; }
a { background-color: rgb(221,67,130); }
div.DivClassName
{
background-color: #DD4382;
}
.BgClassName
{
background-color: #DD4382;
}
</style>
border-color css
<style>
span { border-color: #DD4382; }
span { border-color: rgb(221,67,130); }
td.TdClassName
{
border-color: #DD4382;
}
.TagClassName
{
border-color: #DD4382;
}
</style>