Shades of Cranberry #D55882
Tints of Cranberry #D55882
RGB
CMYK
RGB Variations
Color information
#D55882 (or 0xD55882) is known color: Cranberry. HEX triplet: D5, 58 and 82. RGB value is (213,88,130). Sum of RGB (Red+Green+Blue) = 213+88+130=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55882 is #2AA77D. Grayscale: #828282. Windows color (decimal): -2795390 or 8542421. OLE color: 8542421.
HSL color Cylindrical-coordinate representation of color #D55882: hue angle of 339.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55882 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 130 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.16 |
| HSL | 339.84º | 0.6% | 0.59% | - |
| HSV(B) | 339.84º | 0.59% | 0.84% | - |
| XYZ | 34.96 | 22.74 | 23.67 | - |
| YUV | 130.16 | 127.91 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 130 | 0 | 0.59 | 0.39 | 0.16 | 339.84 | 0.6 | 0.59 |
| Hex | D5 | 58 | 82 | 0 | 3B | 27 | 10 | 154 | 3C | 3B |
| Octal | 325 | 130 | 202 | 0 | 73 | 47 | 20 | 524 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10000010 | 0 | 111011 | 100111 | 10000 | 101010100 | 111100 | 111011 |
Color Harmonies of #D55882
Complementary color
Monochromatic Colors of #D55882
Black with #D55882
Text Example
Text Example
White with #D55882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55882; }
p { color: rgb(213,88,130); }
H1.HeaderClassName
{
color: #D55882;
}
.AnyTagClassName
{
color: #D55882;
}
</style>
background-color css
<style>
a { background-color: #D55882; }
a { background-color: rgb(213,88,130); }
div.DivClassName
{
background-color: #D55882;
}
.BgClassName
{
background-color: #D55882;
}
</style>
border-color css
<style>
span { border-color: #D55882; }
span { border-color: rgb(213,88,130); }
td.TdClassName
{
border-color: #D55882;
}
.TagClassName
{
border-color: #D55882;
}
</style>