Shades of Cranberry #DD5183
Tints of Cranberry #DD5183
RGB
CMYK
RGB Variations
Color information
#DD5183 (or 0xDD5183) is known color: Cranberry. HEX triplet: DD, 51 and 83. RGB value is (221,81,131). Sum of RGB (Red+Green+Blue) = 221+81+131=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5183 is #22AE7C. Grayscale: #808080. Windows color (decimal): -2272893 or 8606173. OLE color: 8606173.
HSL color Cylindrical-coordinate representation of color #DD5183: hue angle of 338.57º 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 #DD5183 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 131 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.13 |
| HSL | 338.57º | 0.67% | 0.59% | - |
| HSV(B) | 338.57º | 0.63% | 0.87% | - |
| XYZ | 36.86 | 22.9 | 23.95 | - |
| YUV | 128.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 131 | 0 | 0.63 | 0.41 | 0.13 | 338.57 | 0.67 | 0.59 |
| Hex | DD | 51 | 83 | 0 | 3F | 29 | D | 153 | 43 | 3B |
| Octal | 335 | 121 | 203 | 0 | 77 | 51 | 15 | 523 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10000011 | 0 | 111111 | 101001 | 1101 | 101010011 | 1000011 | 111011 |
Color Harmonies of #DD5183
Complementary color
Monochromatic Colors of #DD5183
Black with #DD5183
Text Example
Text Example
White with #DD5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5183; }
p { color: rgb(221,81,131); }
H1.HeaderClassName
{
color: #DD5183;
}
.AnyTagClassName
{
color: #DD5183;
}
</style>
background-color css
<style>
a { background-color: #DD5183; }
a { background-color: rgb(221,81,131); }
div.DivClassName
{
background-color: #DD5183;
}
.BgClassName
{
background-color: #DD5183;
}
</style>
border-color css
<style>
span { border-color: #DD5183; }
span { border-color: rgb(221,81,131); }
td.TdClassName
{
border-color: #DD5183;
}
.TagClassName
{
border-color: #DD5183;
}
</style>