Shades of Cranberry #D14D80
Tints of Cranberry #D14D80
RGB
CMYK
RGB Variations
Color information
#D14D80 (or 0xD14D80) is known color: Cranberry. HEX triplet: D1, 4D and 80. RGB value is (209,77,128). Sum of RGB (Red+Green+Blue) = 209+77+128=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14D80 is #2EB27F. Grayscale: #7A7A7A. Windows color (decimal): -3060352 or 8408529. OLE color: 8408529.
HSL color Cylindrical-coordinate representation of color #D14D80: hue angle of 336.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14D80 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 128 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.18 |
| HSL | 336.82º | 0.59% | 0.56% | - |
| HSV(B) | 336.82º | 0.63% | 0.82% | - |
| XYZ | 32.84 | 20.42 | 22.63 | - |
| YUV | 122.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 128 | 0 | 0.63 | 0.39 | 0.18 | 336.82 | 0.59 | 0.56 |
| Hex | D1 | 4D | 80 | 0 | 3F | 27 | 12 | 151 | 3B | 38 |
| Octal | 321 | 115 | 200 | 0 | 77 | 47 | 22 | 521 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10000000 | 0 | 111111 | 100111 | 10010 | 101010001 | 111011 | 111000 |
Color Harmonies of #D14D80
Complementary color
Monochromatic Colors of #D14D80
Black with #D14D80
Text Example
Text Example
White with #D14D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D80; }
p { color: rgb(209,77,128); }
H1.HeaderClassName
{
color: #D14D80;
}
.AnyTagClassName
{
color: #D14D80;
}
</style>
background-color css
<style>
a { background-color: #D14D80; }
a { background-color: rgb(209,77,128); }
div.DivClassName
{
background-color: #D14D80;
}
.BgClassName
{
background-color: #D14D80;
}
</style>
border-color css
<style>
span { border-color: #D14D80; }
span { border-color: rgb(209,77,128); }
td.TdClassName
{
border-color: #D14D80;
}
.TagClassName
{
border-color: #D14D80;
}
</style>