Shades of Cranberry #D14879
Tints of Cranberry #D14879
RGB
CMYK
RGB Variations
Color information
#D14879 (or 0xD14879) is known color: Cranberry. HEX triplet: D1, 48 and 79. RGB value is (209,72,121). Sum of RGB (Red+Green+Blue) = 209+72+121=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D14879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14879 is #2EB786. Grayscale: #767676. Windows color (decimal): -3061639 or 7948497. OLE color: 7948497.
HSL color Cylindrical-coordinate representation of color #D14879: hue angle of 338.54º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14879 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 121 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.18 |
| HSL | 338.54º | 0.6% | 0.55% | - |
| HSV(B) | 338.54º | 0.66% | 0.82% | - |
| XYZ | 32.06 | 19.57 | 20.18 | - |
| YUV | 118.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 121 | 0 | 0.66 | 0.42 | 0.18 | 338.54 | 0.6 | 0.55 |
| Hex | D1 | 48 | 79 | 0 | 42 | 2A | 12 | 153 | 3C | 37 |
| Octal | 321 | 110 | 171 | 0 | 102 | 52 | 22 | 523 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1111001 | 0 | 1000010 | 101010 | 10010 | 101010011 | 111100 | 110111 |
Color Harmonies of #D14879
Complementary color
Monochromatic Colors of #D14879
Black with #D14879
Text Example
Text Example
White with #D14879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14879; }
p { color: rgb(209,72,121); }
H1.HeaderClassName
{
color: #D14879;
}
.AnyTagClassName
{
color: #D14879;
}
</style>
background-color css
<style>
a { background-color: #D14879; }
a { background-color: rgb(209,72,121); }
div.DivClassName
{
background-color: #D14879;
}
.BgClassName
{
background-color: #D14879;
}
</style>
border-color css
<style>
span { border-color: #D14879; }
span { border-color: rgb(209,72,121); }
td.TdClassName
{
border-color: #D14879;
}
.TagClassName
{
border-color: #D14879;
}
</style>