Shades of Cranberry #D7597B
Tints of Cranberry #D7597B
RGB
CMYK
RGB Variations
Color information
#D7597B (or 0xD7597B) is known color: Cranberry. HEX triplet: D7, 59 and 7B. RGB value is (215,89,123). Sum of RGB (Red+Green+Blue) = 215+89+123=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7597B is #28A684. Grayscale: #828282. Windows color (decimal): -2664069 or 8083927. OLE color: 8083927.
HSL color Cylindrical-coordinate representation of color #D7597B: hue angle of 343.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7597B is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 123 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 343.81º | 0.61% | 0.6% | - |
| HSV(B) | 343.81º | 0.59% | 0.84% | - |
| XYZ | 35.17 | 23.02 | 21.33 | - |
| YUV | 130.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 123 | 0 | 0.59 | 0.43 | 0.16 | 343.81 | 0.61 | 0.6 |
| Hex | D7 | 59 | 7B | 0 | 3B | 2B | 10 | 158 | 3D | 3C |
| Octal | 327 | 131 | 173 | 0 | 73 | 53 | 20 | 530 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1111011 | 0 | 111011 | 101011 | 10000 | 101011000 | 111101 | 111100 |
Color Harmonies of #D7597B
Complementary color
Monochromatic Colors of #D7597B
Black with #D7597B
Text Example
Text Example
White with #D7597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7597B; }
p { color: rgb(215,89,123); }
H1.HeaderClassName
{
color: #D7597B;
}
.AnyTagClassName
{
color: #D7597B;
}
</style>
background-color css
<style>
a { background-color: #D7597B; }
a { background-color: rgb(215,89,123); }
div.DivClassName
{
background-color: #D7597B;
}
.BgClassName
{
background-color: #D7597B;
}
</style>
border-color css
<style>
span { border-color: #D7597B; }
span { border-color: rgb(215,89,123); }
td.TdClassName
{
border-color: #D7597B;
}
.TagClassName
{
border-color: #D7597B;
}
</style>