Shades of Cranberry #D55488
Tints of Cranberry #D55488
RGB
CMYK
RGB Variations
Color information
#D55488 (or 0xD55488) is known color: Cranberry. HEX triplet: D5, 54 and 88. RGB value is (213,84,136). Sum of RGB (Red+Green+Blue) = 213+84+136=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55488 is #2AAB77. Grayscale: #808080. Windows color (decimal): -2796408 or 8934613. OLE color: 8934613.
HSL color Cylindrical-coordinate representation of color #D55488: hue angle of 335.81º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55488 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 136 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.16 |
| HSL | 335.81º | 0.61% | 0.58% | - |
| HSV(B) | 335.81º | 0.61% | 0.84% | - |
| XYZ | 35.05 | 22.26 | 25.74 | - |
| YUV | 128.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 136 | 0 | 0.61 | 0.36 | 0.16 | 335.81 | 0.61 | 0.58 |
| Hex | D5 | 54 | 88 | 0 | 3D | 24 | 10 | 150 | 3D | 3A |
| Octal | 325 | 124 | 210 | 0 | 75 | 44 | 20 | 520 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10001000 | 0 | 111101 | 100100 | 10000 | 101010000 | 111101 | 111010 |
Color Harmonies of #D55488
Complementary color
Monochromatic Colors of #D55488
Black with #D55488
Text Example
Text Example
White with #D55488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55488; }
p { color: rgb(213,84,136); }
H1.HeaderClassName
{
color: #D55488;
}
.AnyTagClassName
{
color: #D55488;
}
</style>
background-color css
<style>
a { background-color: #D55488; }
a { background-color: rgb(213,84,136); }
div.DivClassName
{
background-color: #D55488;
}
.BgClassName
{
background-color: #D55488;
}
</style>
border-color css
<style>
span { border-color: #D55488; }
span { border-color: rgb(213,84,136); }
td.TdClassName
{
border-color: #D55488;
}
.TagClassName
{
border-color: #D55488;
}
</style>