Shades of Cranberry #D1497A
Tints of Cranberry #D1497A
RGB
CMYK
RGB Variations
Color information
#D1497A (or 0xD1497A) is known color: Cranberry. HEX triplet: D1, 49 and 7A. RGB value is (209,73,122). Sum of RGB (Red+Green+Blue) = 209+73+122=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497A is #2EB685. Grayscale: #777777. Windows color (decimal): -3061382 or 8014289. OLE color: 8014289.
HSL color Cylindrical-coordinate representation of color #D1497A: hue angle of 338.38º 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 #D1497A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 122 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.18 |
| HSL | 338.38º | 0.6% | 0.55% | - |
| HSV(B) | 338.38º | 0.65% | 0.82% | - |
| XYZ | 32.19 | 19.73 | 20.52 | - |
| YUV | 119.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 122 | 0 | 0.65 | 0.42 | 0.18 | 338.38 | 0.6 | 0.55 |
| Hex | D1 | 49 | 7A | 0 | 41 | 2A | 12 | 152 | 3C | 37 |
| Octal | 321 | 111 | 172 | 0 | 101 | 52 | 22 | 522 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1111010 | 0 | 1000001 | 101010 | 10010 | 101010010 | 111100 | 110111 |
Color Harmonies of #D1497A
Complementary color
Monochromatic Colors of #D1497A
Black with #D1497A
Text Example
Text Example
White with #D1497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1497A; }
p { color: rgb(209,73,122); }
H1.HeaderClassName
{
color: #D1497A;
}
.AnyTagClassName
{
color: #D1497A;
}
</style>
background-color css
<style>
a { background-color: #D1497A; }
a { background-color: rgb(209,73,122); }
div.DivClassName
{
background-color: #D1497A;
}
.BgClassName
{
background-color: #D1497A;
}
</style>
border-color css
<style>
span { border-color: #D1497A; }
span { border-color: rgb(209,73,122); }
td.TdClassName
{
border-color: #D1497A;
}
.TagClassName
{
border-color: #D1497A;
}
</style>