Shades of Cranberry #D1497D
Tints of Cranberry #D1497D
RGB
CMYK
RGB Variations
Color information
#D1497D (or 0xD1497D) is known color: Cranberry. HEX triplet: D1, 49 and 7D. RGB value is (209,73,125). Sum of RGB (Red+Green+Blue) = 209+73+125=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497D is #2EB682. Grayscale: #777777. Windows color (decimal): -3061379 or 8210897. OLE color: 8210897.
HSL color Cylindrical-coordinate representation of color #D1497D: hue angle of 337.06º 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 #D1497D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 125 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.18 |
| HSL | 337.06º | 0.6% | 0.55% | - |
| HSV(B) | 337.06º | 0.65% | 0.82% | - |
| XYZ | 32.38 | 19.8 | 21.52 | - |
| YUV | 119.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 125 | 0 | 0.65 | 0.40 | 0.18 | 337.06 | 0.6 | 0.55 |
| Hex | D1 | 49 | 7D | 0 | 41 | 28 | 12 | 151 | 3C | 37 |
| Octal | 321 | 111 | 175 | 0 | 101 | 50 | 22 | 521 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1111101 | 0 | 1000001 | 101000 | 10010 | 101010001 | 111100 | 110111 |
Color Harmonies of #D1497D
Complementary color
Monochromatic Colors of #D1497D
Black with #D1497D
Text Example
Text Example
White with #D1497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1497D; }
p { color: rgb(209,73,125); }
H1.HeaderClassName
{
color: #D1497D;
}
.AnyTagClassName
{
color: #D1497D;
}
</style>
background-color css
<style>
a { background-color: #D1497D; }
a { background-color: rgb(209,73,125); }
div.DivClassName
{
background-color: #D1497D;
}
.BgClassName
{
background-color: #D1497D;
}
</style>
border-color css
<style>
span { border-color: #D1497D; }
span { border-color: rgb(209,73,125); }
td.TdClassName
{
border-color: #D1497D;
}
.TagClassName
{
border-color: #D1497D;
}
</style>