Shades of Cranberry #DD5083
Tints of Cranberry #DD5083
RGB
CMYK
RGB Variations
Color information
#DD5083 (or 0xDD5083) is known color: Cranberry. HEX triplet: DD, 50 and 83. RGB value is (221,80,131). Sum of RGB (Red+Green+Blue) = 221+80+131=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5083 is #22AF7C. Grayscale: #7F7F7F. Windows color (decimal): -2273149 or 8605917. OLE color: 8605917.
HSL color Cylindrical-coordinate representation of color #DD5083: hue angle of 338.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5083 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 131 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.13 |
| HSL | 338.3º | 0.67% | 0.59% | - |
| HSV(B) | 338.3º | 0.64% | 0.87% | - |
| XYZ | 36.78 | 22.75 | 23.92 | - |
| YUV | 127.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 131 | 0 | 0.64 | 0.41 | 0.13 | 338.3 | 0.67 | 0.59 |
| Hex | DD | 50 | 83 | 0 | 40 | 29 | D | 152 | 43 | 3B |
| Octal | 335 | 120 | 203 | 0 | 100 | 51 | 15 | 522 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10000011 | 0 | 1000000 | 101001 | 1101 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DD5083
Complementary color
Monochromatic Colors of #DD5083
Black with #DD5083
Text Example
Text Example
White with #DD5083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5083; }
p { color: rgb(221,80,131); }
H1.HeaderClassName
{
color: #DD5083;
}
.AnyTagClassName
{
color: #DD5083;
}
</style>
background-color css
<style>
a { background-color: #DD5083; }
a { background-color: rgb(221,80,131); }
div.DivClassName
{
background-color: #DD5083;
}
.BgClassName
{
background-color: #DD5083;
}
</style>
border-color css
<style>
span { border-color: #DD5083; }
span { border-color: rgb(221,80,131); }
td.TdClassName
{
border-color: #DD5083;
}
.TagClassName
{
border-color: #DD5083;
}
</style>