Shades of Cranberry #D55881
Tints of Cranberry #D55881
RGB
CMYK
RGB Variations
Color information
#D55881 (or 0xD55881) is known color: Cranberry. HEX triplet: D5, 58 and 81. RGB value is (213,88,129). Sum of RGB (Red+Green+Blue) = 213+88+129=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55881 is #2AA77E. Grayscale: #828282. Windows color (decimal): -2795391 or 8476885. OLE color: 8476885.
HSL color Cylindrical-coordinate representation of color #D55881: hue angle of 340.32º 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 #D55881 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 129 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.16 |
| HSL | 340.32º | 0.6% | 0.59% | - |
| HSV(B) | 340.32º | 0.59% | 0.84% | - |
| XYZ | 34.89 | 22.71 | 23.31 | - |
| YUV | 130.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 129 | 0 | 0.59 | 0.39 | 0.16 | 340.32 | 0.6 | 0.59 |
| Hex | D5 | 58 | 81 | 0 | 3B | 27 | 10 | 154 | 3C | 3B |
| Octal | 325 | 130 | 201 | 0 | 73 | 47 | 20 | 524 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10000001 | 0 | 111011 | 100111 | 10000 | 101010100 | 111100 | 111011 |
Color Harmonies of #D55881
Complementary color
Monochromatic Colors of #D55881
Black with #D55881
Text Example
Text Example
White with #D55881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55881; }
p { color: rgb(213,88,129); }
H1.HeaderClassName
{
color: #D55881;
}
.AnyTagClassName
{
color: #D55881;
}
</style>
background-color css
<style>
a { background-color: #D55881; }
a { background-color: rgb(213,88,129); }
div.DivClassName
{
background-color: #D55881;
}
.BgClassName
{
background-color: #D55881;
}
</style>
border-color css
<style>
span { border-color: #D55881; }
span { border-color: rgb(213,88,129); }
td.TdClassName
{
border-color: #D55881;
}
.TagClassName
{
border-color: #D55881;
}
</style>