Shades of Cranberry #D14D82
Tints of Cranberry #D14D82
RGB
CMYK
RGB Variations
Color information
#D14D82 (or 0xD14D82) is known color: Cranberry. HEX triplet: D1, 4D and 82. RGB value is (209,77,130). Sum of RGB (Red+Green+Blue) = 209+77+130=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14D82 is #2EB27D. Grayscale: #7A7A7A. Windows color (decimal): -3060350 or 8539601. OLE color: 8539601.
HSL color Cylindrical-coordinate representation of color #D14D82: hue angle of 335.91º 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 #D14D82 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 130 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.18 |
| HSL | 335.91º | 0.59% | 0.56% | - |
| HSV(B) | 335.91º | 0.63% | 0.82% | - |
| XYZ | 32.98 | 20.47 | 23.33 | - |
| YUV | 122.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 130 | 0 | 0.63 | 0.38 | 0.18 | 335.91 | 0.59 | 0.56 |
| Hex | D1 | 4D | 82 | 0 | 3F | 26 | 12 | 150 | 3B | 38 |
| Octal | 321 | 115 | 202 | 0 | 77 | 46 | 22 | 520 | 73 | 70 |
| Binary | 11010001 | 1001101 | 10000010 | 0 | 111111 | 100110 | 10010 | 101010000 | 111011 | 111000 |
Color Harmonies of #D14D82
Complementary color
Monochromatic Colors of #D14D82
Black with #D14D82
Text Example
Text Example
White with #D14D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D82; }
p { color: rgb(209,77,130); }
H1.HeaderClassName
{
color: #D14D82;
}
.AnyTagClassName
{
color: #D14D82;
}
</style>
background-color css
<style>
a { background-color: #D14D82; }
a { background-color: rgb(209,77,130); }
div.DivClassName
{
background-color: #D14D82;
}
.BgClassName
{
background-color: #D14D82;
}
</style>
border-color css
<style>
span { border-color: #D14D82; }
span { border-color: rgb(209,77,130); }
td.TdClassName
{
border-color: #D14D82;
}
.TagClassName
{
border-color: #D14D82;
}
</style>