Shades of Cranberry #D55885
Tints of Cranberry #D55885
RGB
CMYK
RGB Variations
Color information
#D55885 (or 0xD55885) is known color: Cranberry. HEX triplet: D5, 58 and 85. RGB value is (213,88,133). Sum of RGB (Red+Green+Blue) = 213+88+133=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55885 is #2AA77A. Grayscale: #828282. Windows color (decimal): -2795387 or 8739029. OLE color: 8739029.
HSL color Cylindrical-coordinate representation of color #D55885: hue angle of 338.4º 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 #D55885 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 133 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.16 |
| HSL | 338.4º | 0.6% | 0.59% | - |
| HSV(B) | 338.4º | 0.59% | 0.84% | - |
| XYZ | 35.16 | 22.82 | 24.74 | - |
| YUV | 130.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 133 | 0 | 0.59 | 0.38 | 0.16 | 338.4 | 0.6 | 0.59 |
| Hex | D5 | 58 | 85 | 0 | 3B | 26 | 10 | 152 | 3C | 3B |
| Octal | 325 | 130 | 205 | 0 | 73 | 46 | 20 | 522 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10000101 | 0 | 111011 | 100110 | 10000 | 101010010 | 111100 | 111011 |
Color Harmonies of #D55885
Complementary color
Monochromatic Colors of #D55885
Black with #D55885
Text Example
Text Example
White with #D55885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55885; }
p { color: rgb(213,88,133); }
H1.HeaderClassName
{
color: #D55885;
}
.AnyTagClassName
{
color: #D55885;
}
</style>
background-color css
<style>
a { background-color: #D55885; }
a { background-color: rgb(213,88,133); }
div.DivClassName
{
background-color: #D55885;
}
.BgClassName
{
background-color: #D55885;
}
</style>
border-color css
<style>
span { border-color: #D55885; }
span { border-color: rgb(213,88,133); }
td.TdClassName
{
border-color: #D55885;
}
.TagClassName
{
border-color: #D55885;
}
</style>