Shades of Cranberry #D14A75
Tints of Cranberry #D14A75
RGB
CMYK
RGB Variations
Color information
#D14A75 (or 0xD14A75) is known color: Cranberry. HEX triplet: D1, 4A and 75. RGB value is (209,74,117). Sum of RGB (Red+Green+Blue) = 209+74+117=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14A75 is #2EB58A. Grayscale: #777777. Windows color (decimal): -3061131 or 7686865. OLE color: 7686865.
HSL color Cylindrical-coordinate representation of color #D14A75: hue angle of 340.89º degrees, saturation: 0.59, 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 #D14A75 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 117 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.18 |
| HSL | 340.89º | 0.59% | 0.55% | - |
| HSV(B) | 340.89º | 0.65% | 0.82% | - |
| XYZ | 31.95 | 19.74 | 18.96 | - |
| YUV | 119.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 117 | 0 | 0.65 | 0.44 | 0.18 | 340.89 | 0.59 | 0.55 |
| Hex | D1 | 4A | 75 | 0 | 41 | 2C | 12 | 155 | 3B | 37 |
| Octal | 321 | 112 | 165 | 0 | 101 | 54 | 22 | 525 | 73 | 67 |
| Binary | 11010001 | 1001010 | 1110101 | 0 | 1000001 | 101100 | 10010 | 101010101 | 111011 | 110111 |
Color Harmonies of #D14A75
Complementary color
Monochromatic Colors of #D14A75
Black with #D14A75
Text Example
Text Example
White with #D14A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A75; }
p { color: rgb(209,74,117); }
H1.HeaderClassName
{
color: #D14A75;
}
.AnyTagClassName
{
color: #D14A75;
}
</style>
background-color css
<style>
a { background-color: #D14A75; }
a { background-color: rgb(209,74,117); }
div.DivClassName
{
background-color: #D14A75;
}
.BgClassName
{
background-color: #D14A75;
}
</style>
border-color css
<style>
span { border-color: #D14A75; }
span { border-color: rgb(209,74,117); }
td.TdClassName
{
border-color: #D14A75;
}
.TagClassName
{
border-color: #D14A75;
}
</style>