Shades of Cranberry #D55583
Tints of Cranberry #D55583
RGB
CMYK
RGB Variations
Color information
#D55583 (or 0xD55583) is known color: Cranberry. HEX triplet: D5, 55 and 83. RGB value is (213,85,131). Sum of RGB (Red+Green+Blue) = 213+85+131=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D55583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55583 is #2AAA7C. Grayscale: #808080. Windows color (decimal): -2796157 or 8607189. OLE color: 8607189.
HSL color Cylindrical-coordinate representation of color #D55583: hue angle of 338.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55583 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 131 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.16 |
| HSL | 338.44º | 0.6% | 0.58% | - |
| HSV(B) | 338.44º | 0.6% | 0.84% | - |
| XYZ | 34.79 | 22.28 | 23.94 | - |
| YUV | 128.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 131 | 0 | 0.60 | 0.38 | 0.16 | 338.44 | 0.6 | 0.58 |
| Hex | D5 | 55 | 83 | 0 | 3C | 26 | 10 | 152 | 3C | 3A |
| Octal | 325 | 125 | 203 | 0 | 74 | 46 | 20 | 522 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10000011 | 0 | 111100 | 100110 | 10000 | 101010010 | 111100 | 111010 |
Color Harmonies of #D55583
Complementary color
Monochromatic Colors of #D55583
Black with #D55583
Text Example
Text Example
White with #D55583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55583; }
p { color: rgb(213,85,131); }
H1.HeaderClassName
{
color: #D55583;
}
.AnyTagClassName
{
color: #D55583;
}
</style>
background-color css
<style>
a { background-color: #D55583; }
a { background-color: rgb(213,85,131); }
div.DivClassName
{
background-color: #D55583;
}
.BgClassName
{
background-color: #D55583;
}
</style>
border-color css
<style>
span { border-color: #D55583; }
span { border-color: rgb(213,85,131); }
td.TdClassName
{
border-color: #D55583;
}
.TagClassName
{
border-color: #D55583;
}
</style>