Shades of Cranberry #D16080
Tints of Cranberry #D16080
RGB
CMYK
RGB Variations
Color information
#D16080 (or 0xD16080) is known color: Cranberry. HEX triplet: D1, 60 and 80. RGB value is (209,96,128). Sum of RGB (Red+Green+Blue) = 209+96+128=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D16080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16080 is #2E9F7F. Grayscale: #858585. Windows color (decimal): -3055488 or 8413393. OLE color: 8413393.
HSL color Cylindrical-coordinate representation of color #D16080: hue angle of 343.01º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16080 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 128 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.18 |
| HSL | 343.01º | 0.55% | 0.6% | - |
| HSV(B) | 343.01º | 0.54% | 0.82% | - |
| XYZ | 34.37 | 23.48 | 23.14 | - |
| YUV | 133.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 128 | 0 | 0.54 | 0.39 | 0.18 | 343.01 | 0.55 | 0.6 |
| Hex | D1 | 60 | 80 | 0 | 36 | 27 | 12 | 157 | 37 | 3C |
| Octal | 321 | 140 | 200 | 0 | 66 | 47 | 22 | 527 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10000000 | 0 | 110110 | 100111 | 10010 | 101010111 | 110111 | 111100 |
Color Harmonies of #D16080
Complementary color
Monochromatic Colors of #D16080
Black with #D16080
Text Example
Text Example
White with #D16080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16080; }
p { color: rgb(209,96,128); }
H1.HeaderClassName
{
color: #D16080;
}
.AnyTagClassName
{
color: #D16080;
}
</style>
background-color css
<style>
a { background-color: #D16080; }
a { background-color: rgb(209,96,128); }
div.DivClassName
{
background-color: #D16080;
}
.BgClassName
{
background-color: #D16080;
}
</style>
border-color css
<style>
span { border-color: #D16080; }
span { border-color: rgb(209,96,128); }
td.TdClassName
{
border-color: #D16080;
}
.TagClassName
{
border-color: #D16080;
}
</style>