Shades of Cranberry #D5597D
Tints of Cranberry #D5597D
RGB
CMYK
RGB Variations
Color information
#D5597D (or 0xD5597D) is known color: Cranberry. HEX triplet: D5, 59 and 7D. RGB value is (213,89,125). Sum of RGB (Red+Green+Blue) = 213+89+125=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597D is #2AA682. Grayscale: #828282. Windows color (decimal): -2795139 or 8214997. OLE color: 8214997.
HSL color Cylindrical-coordinate representation of color #D5597D: hue angle of 342.58º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5597D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 125 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.16 |
| HSL | 342.58º | 0.6% | 0.59% | - |
| HSV(B) | 342.58º | 0.58% | 0.84% | - |
| XYZ | 34.71 | 22.77 | 21.97 | - |
| YUV | 130.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 125 | 0 | 0.58 | 0.41 | 0.16 | 342.58 | 0.6 | 0.59 |
| Hex | D5 | 59 | 7D | 0 | 3A | 29 | 10 | 157 | 3C | 3B |
| Octal | 325 | 131 | 175 | 0 | 72 | 51 | 20 | 527 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1111101 | 0 | 111010 | 101001 | 10000 | 101010111 | 111100 | 111011 |
Color Harmonies of #D5597D
Complementary color
Monochromatic Colors of #D5597D
Black with #D5597D
Text Example
Text Example
White with #D5597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5597D; }
p { color: rgb(213,89,125); }
H1.HeaderClassName
{
color: #D5597D;
}
.AnyTagClassName
{
color: #D5597D;
}
</style>
background-color css
<style>
a { background-color: #D5597D; }
a { background-color: rgb(213,89,125); }
div.DivClassName
{
background-color: #D5597D;
}
.BgClassName
{
background-color: #D5597D;
}
</style>
border-color css
<style>
span { border-color: #D5597D; }
span { border-color: rgb(213,89,125); }
td.TdClassName
{
border-color: #D5597D;
}
.TagClassName
{
border-color: #D5597D;
}
</style>