Shades of Cranberry #D14079
Tints of Cranberry #D14079
RGB
CMYK
RGB Variations
Color information
#D14079 (or 0xD14079) is known color: Cranberry. HEX triplet: D1, 40 and 79. RGB value is (209,64,121). Sum of RGB (Red+Green+Blue) = 209+64+121=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14079 is #2EBF86. Grayscale: #717171. Windows color (decimal): -3063687 or 7946449. OLE color: 7946449.
HSL color Cylindrical-coordinate representation of color #D14079: hue angle of 336.41º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14079 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 121 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.18 |
| HSL | 336.41º | 0.61% | 0.54% | - |
| HSV(B) | 336.41º | 0.69% | 0.82% | - |
| XYZ | 31.58 | 18.6 | 20.02 | - |
| YUV | 113.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 121 | 0 | 0.69 | 0.42 | 0.18 | 336.41 | 0.61 | 0.54 |
| Hex | D1 | 40 | 79 | 0 | 45 | 2A | 12 | 150 | 3D | 36 |
| Octal | 321 | 100 | 171 | 0 | 105 | 52 | 22 | 520 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1111001 | 0 | 1000101 | 101010 | 10010 | 101010000 | 111101 | 110110 |
Color Harmonies of #D14079
Complementary color
Monochromatic Colors of #D14079
Black with #D14079
Text Example
Text Example
White with #D14079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14079; }
p { color: rgb(209,64,121); }
H1.HeaderClassName
{
color: #D14079;
}
.AnyTagClassName
{
color: #D14079;
}
</style>
background-color css
<style>
a { background-color: #D14079; }
a { background-color: rgb(209,64,121); }
div.DivClassName
{
background-color: #D14079;
}
.BgClassName
{
background-color: #D14079;
}
</style>
border-color css
<style>
span { border-color: #D14079; }
span { border-color: rgb(209,64,121); }
td.TdClassName
{
border-color: #D14079;
}
.TagClassName
{
border-color: #D14079;
}
</style>