Shades of Cranberry #DD5182
Tints of Cranberry #DD5182
RGB
CMYK
RGB Variations
Color information
#DD5182 (or 0xDD5182) is known color: Cranberry. HEX triplet: DD, 51 and 82. RGB value is (221,81,130). Sum of RGB (Red+Green+Blue) = 221+81+130=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5182 is #22AE7D. Grayscale: #808080. Windows color (decimal): -2272894 or 8540637. OLE color: 8540637.
HSL color Cylindrical-coordinate representation of color #DD5182: hue angle of 339º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5182 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 130 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.13 |
| HSL | 339º | 0.67% | 0.59% | - |
| HSV(B) | 339º | 0.63% | 0.87% | - |
| XYZ | 36.79 | 22.87 | 23.59 | - |
| YUV | 128.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 130 | 0 | 0.63 | 0.41 | 0.13 | 339 | 0.67 | 0.59 |
| Hex | DD | 51 | 82 | 0 | 3F | 29 | D | 153 | 43 | 3B |
| Octal | 335 | 121 | 202 | 0 | 77 | 51 | 15 | 523 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10000010 | 0 | 111111 | 101001 | 1101 | 101010011 | 1000011 | 111011 |
Color Harmonies of #DD5182
Complementary color
Monochromatic Colors of #DD5182
Black with #DD5182
Text Example
Text Example
White with #DD5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5182; }
p { color: rgb(221,81,130); }
H1.HeaderClassName
{
color: #DD5182;
}
.AnyTagClassName
{
color: #DD5182;
}
</style>
background-color css
<style>
a { background-color: #DD5182; }
a { background-color: rgb(221,81,130); }
div.DivClassName
{
background-color: #DD5182;
}
.BgClassName
{
background-color: #DD5182;
}
</style>
border-color css
<style>
span { border-color: #DD5182; }
span { border-color: rgb(221,81,130); }
td.TdClassName
{
border-color: #DD5182;
}
.TagClassName
{
border-color: #DD5182;
}
</style>