Shades of Cranberry #D1497C
Tints of Cranberry #D1497C
RGB
CMYK
RGB Variations
Color information
#D1497C (or 0xD1497C) is known color: Cranberry. HEX triplet: D1, 49 and 7C. RGB value is (209,73,124). Sum of RGB (Red+Green+Blue) = 209+73+124=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497C is #2EB683. Grayscale: #777777. Windows color (decimal): -3061380 or 8145361. OLE color: 8145361.
HSL color Cylindrical-coordinate representation of color #D1497C: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1497C is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 124 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.18 |
| HSL | 337.5º | 0.6% | 0.55% | - |
| HSV(B) | 337.5º | 0.65% | 0.82% | - |
| XYZ | 32.32 | 19.78 | 21.18 | - |
| YUV | 119.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 124 | 0 | 0.65 | 0.41 | 0.18 | 337.5 | 0.6 | 0.55 |
| Hex | D1 | 49 | 7C | 0 | 41 | 29 | 12 | 152 | 3C | 37 |
| Octal | 321 | 111 | 174 | 0 | 101 | 51 | 22 | 522 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1111100 | 0 | 1000001 | 101001 | 10010 | 101010010 | 111100 | 110111 |
Color Harmonies of #D1497C
Complementary color
Monochromatic Colors of #D1497C
Black with #D1497C
Text Example
Text Example
White with #D1497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1497C; }
p { color: rgb(209,73,124); }
H1.HeaderClassName
{
color: #D1497C;
}
.AnyTagClassName
{
color: #D1497C;
}
</style>
background-color css
<style>
a { background-color: #D1497C; }
a { background-color: rgb(209,73,124); }
div.DivClassName
{
background-color: #D1497C;
}
.BgClassName
{
background-color: #D1497C;
}
</style>
border-color css
<style>
span { border-color: #D1497C; }
span { border-color: rgb(209,73,124); }
td.TdClassName
{
border-color: #D1497C;
}
.TagClassName
{
border-color: #D1497C;
}
</style>