Shades of Cranberry #D14C83
Tints of Cranberry #D14C83
RGB
CMYK
RGB Variations
Color information
#D14C83 (or 0xD14C83) is known color: Cranberry. HEX triplet: D1, 4C and 83. RGB value is (209,76,131). Sum of RGB (Red+Green+Blue) = 209+76+131=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14C83 is #2EB37C. Grayscale: #797979. Windows color (decimal): -3060605 or 8604881. OLE color: 8604881.
HSL color Cylindrical-coordinate representation of color #D14C83: hue angle of 335.19º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C83 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 131 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.18 |
| HSL | 335.19º | 0.59% | 0.56% | - |
| HSV(B) | 335.19º | 0.64% | 0.82% | - |
| XYZ | 32.98 | 20.36 | 23.67 | - |
| YUV | 122.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 131 | 0 | 0.64 | 0.37 | 0.18 | 335.19 | 0.59 | 0.56 |
| Hex | D1 | 4C | 83 | 0 | 40 | 25 | 12 | 14F | 3B | 38 |
| Octal | 321 | 114 | 203 | 0 | 100 | 45 | 22 | 517 | 73 | 70 |
| Binary | 11010001 | 1001100 | 10000011 | 0 | 1000000 | 100101 | 10010 | 101001111 | 111011 | 111000 |
Color Harmonies of #D14C83
Complementary color
Monochromatic Colors of #D14C83
Black with #D14C83
Text Example
Text Example
White with #D14C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C83; }
p { color: rgb(209,76,131); }
H1.HeaderClassName
{
color: #D14C83;
}
.AnyTagClassName
{
color: #D14C83;
}
</style>
background-color css
<style>
a { background-color: #D14C83; }
a { background-color: rgb(209,76,131); }
div.DivClassName
{
background-color: #D14C83;
}
.BgClassName
{
background-color: #D14C83;
}
</style>
border-color css
<style>
span { border-color: #D14C83; }
span { border-color: rgb(209,76,131); }
td.TdClassName
{
border-color: #D14C83;
}
.TagClassName
{
border-color: #D14C83;
}
</style>