Shades of Cranberry #D7597C
Tints of Cranberry #D7597C
RGB
CMYK
RGB Variations
Color information
#D7597C (or 0xD7597C) is known color: Cranberry. HEX triplet: D7, 59 and 7C. RGB value is (215,89,124). Sum of RGB (Red+Green+Blue) = 215+89+124=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7597C is #28A683. Grayscale: #828282. Windows color (decimal): -2664068 or 8149463. OLE color: 8149463.
HSL color Cylindrical-coordinate representation of color #D7597C: hue angle of 343.33º 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 #D7597C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 124 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.16 |
| HSL | 343.33º | 0.61% | 0.6% | - |
| HSV(B) | 343.33º | 0.59% | 0.84% | - |
| XYZ | 35.23 | 23.05 | 21.66 | - |
| YUV | 130.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 124 | 0 | 0.59 | 0.42 | 0.16 | 343.33 | 0.61 | 0.6 |
| Hex | D7 | 59 | 7C | 0 | 3B | 2A | 10 | 157 | 3D | 3C |
| Octal | 327 | 131 | 174 | 0 | 73 | 52 | 20 | 527 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1111100 | 0 | 111011 | 101010 | 10000 | 101010111 | 111101 | 111100 |
Color Harmonies of #D7597C
Complementary color
Monochromatic Colors of #D7597C
Black with #D7597C
Text Example
Text Example
White with #D7597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7597C; }
p { color: rgb(215,89,124); }
H1.HeaderClassName
{
color: #D7597C;
}
.AnyTagClassName
{
color: #D7597C;
}
</style>
background-color css
<style>
a { background-color: #D7597C; }
a { background-color: rgb(215,89,124); }
div.DivClassName
{
background-color: #D7597C;
}
.BgClassName
{
background-color: #D7597C;
}
</style>
border-color css
<style>
span { border-color: #D7597C; }
span { border-color: rgb(215,89,124); }
td.TdClassName
{
border-color: #D7597C;
}
.TagClassName
{
border-color: #D7597C;
}
</style>