Shades of Cranberry #D14976
Tints of Cranberry #D14976
RGB
CMYK
RGB Variations
Color information
#D14976 (or 0xD14976) is known color: Cranberry. HEX triplet: D1, 49 and 76. RGB value is (209,73,118). Sum of RGB (Red+Green+Blue) = 209+73+118=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D14976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14976 is #2EB689. Grayscale: #767676. Windows color (decimal): -3061386 or 7752145. OLE color: 7752145.
HSL color Cylindrical-coordinate representation of color #D14976: hue angle of 340.15º 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 #D14976 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 118 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.18 |
| HSL | 340.15º | 0.6% | 0.55% | - |
| HSV(B) | 340.15º | 0.65% | 0.82% | - |
| XYZ | 31.95 | 19.63 | 19.24 | - |
| YUV | 118.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 118 | 0 | 0.65 | 0.44 | 0.18 | 340.15 | 0.6 | 0.55 |
| Hex | D1 | 49 | 76 | 0 | 41 | 2C | 12 | 154 | 3C | 37 |
| Octal | 321 | 111 | 166 | 0 | 101 | 54 | 22 | 524 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1110110 | 0 | 1000001 | 101100 | 10010 | 101010100 | 111100 | 110111 |
Color Harmonies of #D14976
Complementary color
Monochromatic Colors of #D14976
Black with #D14976
Text Example
Text Example
White with #D14976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14976; }
p { color: rgb(209,73,118); }
H1.HeaderClassName
{
color: #D14976;
}
.AnyTagClassName
{
color: #D14976;
}
</style>
background-color css
<style>
a { background-color: #D14976; }
a { background-color: rgb(209,73,118); }
div.DivClassName
{
background-color: #D14976;
}
.BgClassName
{
background-color: #D14976;
}
</style>
border-color css
<style>
span { border-color: #D14976; }
span { border-color: rgb(209,73,118); }
td.TdClassName
{
border-color: #D14976;
}
.TagClassName
{
border-color: #D14976;
}
</style>