Shades of Cranberry #D7558B
Tints of Cranberry #D7558B
RGB
CMYK
RGB Variations
Color information
#D7558B (or 0xD7558B) is known color: Cranberry. HEX triplet: D7, 55 and 8B. RGB value is (215,85,139). Sum of RGB (Red+Green+Blue) = 215+85+139=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7558B is #28AA74. Grayscale: #818181. Windows color (decimal): -2665077 or 9131479. OLE color: 9131479.
HSL color Cylindrical-coordinate representation of color #D7558B: hue angle of 335.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7558B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 139 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.16 |
| HSL | 335.08º | 0.62% | 0.59% | - |
| HSV(B) | 335.08º | 0.6% | 0.84% | - |
| XYZ | 35.93 | 22.81 | 26.93 | - |
| YUV | 130.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 139 | 0 | 0.60 | 0.35 | 0.16 | 335.08 | 0.62 | 0.59 |
| Hex | D7 | 55 | 8B | 0 | 3C | 23 | 10 | 14F | 3E | 3B |
| Octal | 327 | 125 | 213 | 0 | 74 | 43 | 20 | 517 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10001011 | 0 | 111100 | 100011 | 10000 | 101001111 | 111110 | 111011 |
Color Harmonies of #D7558B
Complementary color
Monochromatic Colors of #D7558B
Black with #D7558B
Text Example
Text Example
White with #D7558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7558B; }
p { color: rgb(215,85,139); }
H1.HeaderClassName
{
color: #D7558B;
}
.AnyTagClassName
{
color: #D7558B;
}
</style>
background-color css
<style>
a { background-color: #D7558B; }
a { background-color: rgb(215,85,139); }
div.DivClassName
{
background-color: #D7558B;
}
.BgClassName
{
background-color: #D7558B;
}
</style>
border-color css
<style>
span { border-color: #D7558B; }
span { border-color: rgb(215,85,139); }
td.TdClassName
{
border-color: #D7558B;
}
.TagClassName
{
border-color: #D7558B;
}
</style>