Shades of Cranberry #D2597A
Tints of Cranberry #D2597A
RGB
CMYK
RGB Variations
Color information
#D2597A (or 0xD2597A) is known color: Cranberry. HEX triplet: D2, 59 and 7A. RGB value is (210,89,122). Sum of RGB (Red+Green+Blue) = 210+89+122=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2597A is #2DA685. Grayscale: #808080. Windows color (decimal): -2991750 or 8018386. OLE color: 8018386.
HSL color Cylindrical-coordinate representation of color #D2597A: hue angle of 343.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2597A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 122 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.18 |
| HSL | 343.64º | 0.57% | 0.59% | - |
| HSV(B) | 343.64º | 0.58% | 0.82% | - |
| XYZ | 33.66 | 22.25 | 20.93 | - |
| YUV | 128.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 122 | 0 | 0.58 | 0.42 | 0.18 | 343.64 | 0.57 | 0.59 |
| Hex | D2 | 59 | 7A | 0 | 3A | 2A | 12 | 158 | 39 | 3B |
| Octal | 322 | 131 | 172 | 0 | 72 | 52 | 22 | 530 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1111010 | 0 | 111010 | 101010 | 10010 | 101011000 | 111001 | 111011 |
Color Harmonies of #D2597A
Complementary color
Monochromatic Colors of #D2597A
Black with #D2597A
Text Example
Text Example
White with #D2597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2597A; }
p { color: rgb(210,89,122); }
H1.HeaderClassName
{
color: #D2597A;
}
.AnyTagClassName
{
color: #D2597A;
}
</style>
background-color css
<style>
a { background-color: #D2597A; }
a { background-color: rgb(210,89,122); }
div.DivClassName
{
background-color: #D2597A;
}
.BgClassName
{
background-color: #D2597A;
}
</style>
border-color css
<style>
span { border-color: #D2597A; }
span { border-color: rgb(210,89,122); }
td.TdClassName
{
border-color: #D2597A;
}
.TagClassName
{
border-color: #D2597A;
}
</style>