Shades of Cranberry #D14279
Tints of Cranberry #D14279
RGB
CMYK
RGB Variations
Color information
#D14279 (or 0xD14279) is known color: Cranberry. HEX triplet: D1, 42 and 79. RGB value is (209,66,121). Sum of RGB (Red+Green+Blue) = 209+66+121=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D14279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14279 is #2EBD86. Grayscale: #727272. Windows color (decimal): -3063175 or 7946961. OLE color: 7946961.
HSL color Cylindrical-coordinate representation of color #D14279: hue angle of 336.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14279 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 121 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.18 |
| HSL | 336.92º | 0.61% | 0.54% | - |
| HSV(B) | 336.92º | 0.68% | 0.82% | - |
| XYZ | 31.69 | 18.83 | 20.05 | - |
| YUV | 115.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 121 | 0 | 0.68 | 0.42 | 0.18 | 336.92 | 0.61 | 0.54 |
| Hex | D1 | 42 | 79 | 0 | 44 | 2A | 12 | 151 | 3D | 36 |
| Octal | 321 | 102 | 171 | 0 | 104 | 52 | 22 | 521 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1111001 | 0 | 1000100 | 101010 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D14279
Complementary color
Monochromatic Colors of #D14279
Black with #D14279
Text Example
Text Example
White with #D14279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14279; }
p { color: rgb(209,66,121); }
H1.HeaderClassName
{
color: #D14279;
}
.AnyTagClassName
{
color: #D14279;
}
</style>
background-color css
<style>
a { background-color: #D14279; }
a { background-color: rgb(209,66,121); }
div.DivClassName
{
background-color: #D14279;
}
.BgClassName
{
background-color: #D14279;
}
</style>
border-color css
<style>
span { border-color: #D14279; }
span { border-color: rgb(209,66,121); }
td.TdClassName
{
border-color: #D14279;
}
.TagClassName
{
border-color: #D14279;
}
</style>