Shades of Cranberry #D5557B
Tints of Cranberry #D5557B
RGB
CMYK
RGB Variations
Color information
#D5557B (or 0xD5557B) is known color: Cranberry. HEX triplet: D5, 55 and 7B. RGB value is (213,85,123). Sum of RGB (Red+Green+Blue) = 213+85+123=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5557B is #2AAA84. Grayscale: #7F7F7F. Windows color (decimal): -2796165 or 8082901. OLE color: 8082901.
HSL color Cylindrical-coordinate representation of color #D5557B: hue angle of 342.19º 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 #D5557B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 123 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.16 |
| HSL | 342.19º | 0.6% | 0.58% | - |
| HSV(B) | 342.19º | 0.6% | 0.84% | - |
| XYZ | 34.26 | 22.07 | 21.19 | - |
| YUV | 127.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 123 | 0 | 0.60 | 0.42 | 0.16 | 342.19 | 0.6 | 0.58 |
| Hex | D5 | 55 | 7B | 0 | 3C | 2A | 10 | 156 | 3C | 3A |
| Octal | 325 | 125 | 173 | 0 | 74 | 52 | 20 | 526 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1111011 | 0 | 111100 | 101010 | 10000 | 101010110 | 111100 | 111010 |
Color Harmonies of #D5557B
Complementary color
Monochromatic Colors of #D5557B
Black with #D5557B
Text Example
Text Example
White with #D5557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5557B; }
p { color: rgb(213,85,123); }
H1.HeaderClassName
{
color: #D5557B;
}
.AnyTagClassName
{
color: #D5557B;
}
</style>
background-color css
<style>
a { background-color: #D5557B; }
a { background-color: rgb(213,85,123); }
div.DivClassName
{
background-color: #D5557B;
}
.BgClassName
{
background-color: #D5557B;
}
</style>
border-color css
<style>
span { border-color: #D5557B; }
span { border-color: rgb(213,85,123); }
td.TdClassName
{
border-color: #D5557B;
}
.TagClassName
{
border-color: #D5557B;
}
</style>