Shades of Cranberry #D1497F
Tints of Cranberry #D1497F
RGB
CMYK
RGB Variations
Color information
#D1497F (or 0xD1497F) is known color: Cranberry. HEX triplet: D1, 49 and 7F. RGB value is (209,73,127). Sum of RGB (Red+Green+Blue) = 209+73+127=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497F is #2EB680. Grayscale: #777777. Windows color (decimal): -3061377 or 8341969. OLE color: 8341969.
HSL color Cylindrical-coordinate representation of color #D1497F: hue angle of 336.18º 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 #D1497F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 127 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.18 |
| HSL | 336.18º | 0.6% | 0.55% | - |
| HSV(B) | 336.18º | 0.65% | 0.82% | - |
| XYZ | 32.51 | 19.85 | 22.2 | - |
| YUV | 119.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 127 | 0 | 0.65 | 0.39 | 0.18 | 336.18 | 0.6 | 0.55 |
| Hex | D1 | 49 | 7F | 0 | 41 | 27 | 12 | 150 | 3C | 37 |
| Octal | 321 | 111 | 177 | 0 | 101 | 47 | 22 | 520 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1111111 | 0 | 1000001 | 100111 | 10010 | 101010000 | 111100 | 110111 |
Color Harmonies of #D1497F
Complementary color
Monochromatic Colors of #D1497F
Black with #D1497F
Text Example
Text Example
White with #D1497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1497F; }
p { color: rgb(209,73,127); }
H1.HeaderClassName
{
color: #D1497F;
}
.AnyTagClassName
{
color: #D1497F;
}
</style>
background-color css
<style>
a { background-color: #D1497F; }
a { background-color: rgb(209,73,127); }
div.DivClassName
{
background-color: #D1497F;
}
.BgClassName
{
background-color: #D1497F;
}
</style>
border-color css
<style>
span { border-color: #D1497F; }
span { border-color: rgb(209,73,127); }
td.TdClassName
{
border-color: #D1497F;
}
.TagClassName
{
border-color: #D1497F;
}
</style>