Shades of Cranberry #D4597D
Tints of Cranberry #D4597D
RGB
CMYK
RGB Variations
Color information
#D4597D (or 0xD4597D) is known color: Cranberry. HEX triplet: D4, 59 and 7D. RGB value is (212,89,125). Sum of RGB (Red+Green+Blue) = 212+89+125=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4597D is #2BA682. Grayscale: #818181. Windows color (decimal): -2860675 or 8214996. OLE color: 8214996.
HSL color Cylindrical-coordinate representation of color #D4597D: hue angle of 342.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4597D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 125 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.17 |
| HSL | 342.44º | 0.59% | 0.59% | - |
| HSV(B) | 342.44º | 0.58% | 0.83% | - |
| XYZ | 34.43 | 22.62 | 21.95 | - |
| YUV | 129.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 125 | 0 | 0.58 | 0.41 | 0.17 | 342.44 | 0.59 | 0.59 |
| Hex | D4 | 59 | 7D | 0 | 3A | 29 | 11 | 156 | 3B | 3B |
| Octal | 324 | 131 | 175 | 0 | 72 | 51 | 21 | 526 | 73 | 73 |
| Binary | 11010100 | 1011001 | 1111101 | 0 | 111010 | 101001 | 10001 | 101010110 | 111011 | 111011 |
Color Harmonies of #D4597D
Complementary color
Monochromatic Colors of #D4597D
Black with #D4597D
Text Example
Text Example
White with #D4597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4597D; }
p { color: rgb(212,89,125); }
H1.HeaderClassName
{
color: #D4597D;
}
.AnyTagClassName
{
color: #D4597D;
}
</style>
background-color css
<style>
a { background-color: #D4597D; }
a { background-color: rgb(212,89,125); }
div.DivClassName
{
background-color: #D4597D;
}
.BgClassName
{
background-color: #D4597D;
}
</style>
border-color css
<style>
span { border-color: #D4597D; }
span { border-color: rgb(212,89,125); }
td.TdClassName
{
border-color: #D4597D;
}
.TagClassName
{
border-color: #D4597D;
}
</style>