Shades of Cranberry #D16082
Tints of Cranberry #D16082
RGB
CMYK
RGB Variations
Color information
#D16082 (or 0xD16082) is known color: Cranberry. HEX triplet: D1, 60 and 82. RGB value is (209,96,130). Sum of RGB (Red+Green+Blue) = 209+96+130=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D16082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16082 is #2E9F7D. Grayscale: #858585. Windows color (decimal): -3055486 or 8544465. OLE color: 8544465.
HSL color Cylindrical-coordinate representation of color #D16082: hue angle of 341.95º 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 #D16082 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 130 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.18 |
| HSL | 341.95º | 0.55% | 0.6% | - |
| HSV(B) | 341.95º | 0.54% | 0.82% | - |
| XYZ | 34.51 | 23.53 | 23.84 | - |
| YUV | 133.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 130 | 0 | 0.54 | 0.38 | 0.18 | 341.95 | 0.55 | 0.6 |
| Hex | D1 | 60 | 82 | 0 | 36 | 26 | 12 | 156 | 37 | 3C |
| Octal | 321 | 140 | 202 | 0 | 66 | 46 | 22 | 526 | 67 | 74 |
| Binary | 11010001 | 1100000 | 10000010 | 0 | 110110 | 100110 | 10010 | 101010110 | 110111 | 111100 |
Color Harmonies of #D16082
Complementary color
Monochromatic Colors of #D16082
Black with #D16082
Text Example
Text Example
White with #D16082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16082; }
p { color: rgb(209,96,130); }
H1.HeaderClassName
{
color: #D16082;
}
.AnyTagClassName
{
color: #D16082;
}
</style>
background-color css
<style>
a { background-color: #D16082; }
a { background-color: rgb(209,96,130); }
div.DivClassName
{
background-color: #D16082;
}
.BgClassName
{
background-color: #D16082;
}
</style>
border-color css
<style>
span { border-color: #D16082; }
span { border-color: rgb(209,96,130); }
td.TdClassName
{
border-color: #D16082;
}
.TagClassName
{
border-color: #D16082;
}
</style>