Shades of Cranberry #D1477F
Tints of Cranberry #D1477F
RGB
CMYK
RGB Variations
Color information
#D1477F (or 0xD1477F) is known color: Cranberry. HEX triplet: D1, 47 and 7F. RGB value is (209,71,127). Sum of RGB (Red+Green+Blue) = 209+71+127=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1477F is #2EB880. Grayscale: #767676. Windows color (decimal): -3061889 or 8341457. OLE color: 8341457.
HSL color Cylindrical-coordinate representation of color #D1477F: hue angle of 335.65º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1477F is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 127 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.18 |
| HSL | 335.65º | 0.6% | 0.55% | - |
| HSV(B) | 335.65º | 0.66% | 0.82% | - |
| XYZ | 32.38 | 19.59 | 22.15 | - |
| YUV | 118.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 127 | 0 | 0.66 | 0.39 | 0.18 | 335.65 | 0.6 | 0.55 |
| Hex | D1 | 47 | 7F | 0 | 42 | 27 | 12 | 150 | 3C | 37 |
| Octal | 321 | 107 | 177 | 0 | 102 | 47 | 22 | 520 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1111111 | 0 | 1000010 | 100111 | 10010 | 101010000 | 111100 | 110111 |
Color Harmonies of #D1477F
Complementary color
Monochromatic Colors of #D1477F
Black with #D1477F
Text Example
Text Example
White with #D1477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1477F; }
p { color: rgb(209,71,127); }
H1.HeaderClassName
{
color: #D1477F;
}
.AnyTagClassName
{
color: #D1477F;
}
</style>
background-color css
<style>
a { background-color: #D1477F; }
a { background-color: rgb(209,71,127); }
div.DivClassName
{
background-color: #D1477F;
}
.BgClassName
{
background-color: #D1477F;
}
</style>
border-color css
<style>
span { border-color: #D1477F; }
span { border-color: rgb(209,71,127); }
td.TdClassName
{
border-color: #D1477F;
}
.TagClassName
{
border-color: #D1477F;
}
</style>