Shades of Cranberry #D7597A
Tints of Cranberry #D7597A
RGB
CMYK
RGB Variations
Color information
#D7597A (or 0xD7597A) is known color: Cranberry. HEX triplet: D7, 59 and 7A. RGB value is (215,89,122). Sum of RGB (Red+Green+Blue) = 215+89+122=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7597A is #28A685. Grayscale: #828282. Windows color (decimal): -2664070 or 8018391. OLE color: 8018391.
HSL color Cylindrical-coordinate representation of color #D7597A: hue angle of 344.29º 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 #D7597A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 122 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.16 |
| HSL | 344.29º | 0.61% | 0.6% | - |
| HSV(B) | 344.29º | 0.59% | 0.84% | - |
| XYZ | 35.11 | 23 | 21 | - |
| YUV | 130.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 122 | 0 | 0.59 | 0.43 | 0.16 | 344.29 | 0.61 | 0.6 |
| Hex | D7 | 59 | 7A | 0 | 3B | 2B | 10 | 158 | 3D | 3C |
| Octal | 327 | 131 | 172 | 0 | 73 | 53 | 20 | 530 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1111010 | 0 | 111011 | 101011 | 10000 | 101011000 | 111101 | 111100 |
Color Harmonies of #D7597A
Complementary color
Monochromatic Colors of #D7597A
Black with #D7597A
Text Example
Text Example
White with #D7597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7597A; }
p { color: rgb(215,89,122); }
H1.HeaderClassName
{
color: #D7597A;
}
.AnyTagClassName
{
color: #D7597A;
}
</style>
background-color css
<style>
a { background-color: #D7597A; }
a { background-color: rgb(215,89,122); }
div.DivClassName
{
background-color: #D7597A;
}
.BgClassName
{
background-color: #D7597A;
}
</style>
border-color css
<style>
span { border-color: #D7597A; }
span { border-color: rgb(215,89,122); }
td.TdClassName
{
border-color: #D7597A;
}
.TagClassName
{
border-color: #D7597A;
}
</style>