Shades of Cranberry #D6597E
Tints of Cranberry #D6597E
RGB
CMYK
RGB Variations
Color information
#D6597E (or 0xD6597E) is known color: Cranberry. HEX triplet: D6, 59 and 7E. RGB value is (214,89,126). Sum of RGB (Red+Green+Blue) = 214+89+126=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6597E is #29A681. Grayscale: #828282. Windows color (decimal): -2729602 or 8280534. OLE color: 8280534.
HSL color Cylindrical-coordinate representation of color #D6597E: hue angle of 342.24º 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 #D6597E is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 126 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.16 |
| HSL | 342.24º | 0.6% | 0.59% | - |
| HSV(B) | 342.24º | 0.58% | 0.84% | - |
| XYZ | 35.07 | 22.95 | 22.32 | - |
| YUV | 130.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 126 | 0 | 0.58 | 0.41 | 0.16 | 342.24 | 0.6 | 0.59 |
| Hex | D6 | 59 | 7E | 0 | 3A | 29 | 10 | 156 | 3C | 3B |
| Octal | 326 | 131 | 176 | 0 | 72 | 51 | 20 | 526 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1111110 | 0 | 111010 | 101001 | 10000 | 101010110 | 111100 | 111011 |
Color Harmonies of #D6597E
Complementary color
Monochromatic Colors of #D6597E
Black with #D6597E
Text Example
Text Example
White with #D6597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6597E; }
p { color: rgb(214,89,126); }
H1.HeaderClassName
{
color: #D6597E;
}
.AnyTagClassName
{
color: #D6597E;
}
</style>
background-color css
<style>
a { background-color: #D6597E; }
a { background-color: rgb(214,89,126); }
div.DivClassName
{
background-color: #D6597E;
}
.BgClassName
{
background-color: #D6597E;
}
</style>
border-color css
<style>
span { border-color: #D6597E; }
span { border-color: rgb(214,89,126); }
td.TdClassName
{
border-color: #D6597E;
}
.TagClassName
{
border-color: #D6597E;
}
</style>