Shades of Cranberry #D5597A
Tints of Cranberry #D5597A
RGB
CMYK
RGB Variations
Color information
#D5597A (or 0xD5597A) is known color: Cranberry. HEX triplet: D5, 59 and 7A. RGB value is (213,89,122). Sum of RGB (Red+Green+Blue) = 213+89+122=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5597A is #2AA685. Grayscale: #818181. Windows color (decimal): -2795142 or 8018389. OLE color: 8018389.
HSL color Cylindrical-coordinate representation of color #D5597A: hue angle of 344.03º 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 #D5597A is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 122 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.16 |
| HSL | 344.03º | 0.6% | 0.59% | - |
| HSV(B) | 344.03º | 0.58% | 0.84% | - |
| XYZ | 34.53 | 22.7 | 20.97 | - |
| YUV | 129.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 122 | 0 | 0.58 | 0.43 | 0.16 | 344.03 | 0.6 | 0.59 |
| Hex | D5 | 59 | 7A | 0 | 3A | 2B | 10 | 158 | 3C | 3B |
| Octal | 325 | 131 | 172 | 0 | 72 | 53 | 20 | 530 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1111010 | 0 | 111010 | 101011 | 10000 | 101011000 | 111100 | 111011 |
Color Harmonies of #D5597A
Complementary color
Monochromatic Colors of #D5597A
Black with #D5597A
Text Example
Text Example
White with #D5597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5597A; }
p { color: rgb(213,89,122); }
H1.HeaderClassName
{
color: #D5597A;
}
.AnyTagClassName
{
color: #D5597A;
}
</style>
background-color css
<style>
a { background-color: #D5597A; }
a { background-color: rgb(213,89,122); }
div.DivClassName
{
background-color: #D5597A;
}
.BgClassName
{
background-color: #D5597A;
}
</style>
border-color css
<style>
span { border-color: #D5597A; }
span { border-color: rgb(213,89,122); }
td.TdClassName
{
border-color: #D5597A;
}
.TagClassName
{
border-color: #D5597A;
}
</style>