Shades of Cranberry #D7557B
Tints of Cranberry #D7557B
RGB
CMYK
RGB Variations
Color information
#D7557B (or 0xD7557B) is known color: Cranberry. HEX triplet: D7, 55 and 7B. RGB value is (215,85,123). Sum of RGB (Red+Green+Blue) = 215+85+123=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7557B is #28AA84. Grayscale: #808080. Windows color (decimal): -2665093 or 8082903. OLE color: 8082903.
HSL color Cylindrical-coordinate representation of color #D7557B: hue angle of 342.46º 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 #D7557B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 123 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.16 |
| HSL | 342.46º | 0.62% | 0.59% | - |
| HSV(B) | 342.46º | 0.6% | 0.84% | - |
| XYZ | 34.85 | 22.37 | 21.22 | - |
| YUV | 128.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 123 | 0 | 0.60 | 0.43 | 0.16 | 342.46 | 0.62 | 0.59 |
| Hex | D7 | 55 | 7B | 0 | 3C | 2B | 10 | 156 | 3E | 3B |
| Octal | 327 | 125 | 173 | 0 | 74 | 53 | 20 | 526 | 76 | 73 |
| Binary | 11010111 | 1010101 | 1111011 | 0 | 111100 | 101011 | 10000 | 101010110 | 111110 | 111011 |
Color Harmonies of #D7557B
Complementary color
Monochromatic Colors of #D7557B
Black with #D7557B
Text Example
Text Example
White with #D7557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7557B; }
p { color: rgb(215,85,123); }
H1.HeaderClassName
{
color: #D7557B;
}
.AnyTagClassName
{
color: #D7557B;
}
</style>
background-color css
<style>
a { background-color: #D7557B; }
a { background-color: rgb(215,85,123); }
div.DivClassName
{
background-color: #D7557B;
}
.BgClassName
{
background-color: #D7557B;
}
</style>
border-color css
<style>
span { border-color: #D7557B; }
span { border-color: rgb(215,85,123); }
td.TdClassName
{
border-color: #D7557B;
}
.TagClassName
{
border-color: #D7557B;
}
</style>