Shades of Cranberry #D14B7C
Tints of Cranberry #D14B7C
RGB
CMYK
RGB Variations
Color information
#D14B7C (or 0xD14B7C) is known color: Cranberry. HEX triplet: D1, 4B and 7C. RGB value is (209,75,124). Sum of RGB (Red+Green+Blue) = 209+75+124=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14B7C is #2EB483. Grayscale: #787878. Windows color (decimal): -3060868 or 8145873. OLE color: 8145873.
HSL color Cylindrical-coordinate representation of color #D14B7C: hue angle of 338.06º 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 #D14B7C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 124 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.18 |
| HSL | 338.06º | 0.59% | 0.56% | - |
| HSV(B) | 338.06º | 0.64% | 0.82% | - |
| XYZ | 32.45 | 20.04 | 21.23 | - |
| YUV | 120.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 124 | 0 | 0.64 | 0.41 | 0.18 | 338.06 | 0.59 | 0.56 |
| Hex | D1 | 4B | 7C | 0 | 40 | 29 | 12 | 152 | 3B | 38 |
| Octal | 321 | 113 | 174 | 0 | 100 | 51 | 22 | 522 | 73 | 70 |
| Binary | 11010001 | 1001011 | 1111100 | 0 | 1000000 | 101001 | 10010 | 101010010 | 111011 | 111000 |
Color Harmonies of #D14B7C
Complementary color
Monochromatic Colors of #D14B7C
Black with #D14B7C
Text Example
Text Example
White with #D14B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B7C; }
p { color: rgb(209,75,124); }
H1.HeaderClassName
{
color: #D14B7C;
}
.AnyTagClassName
{
color: #D14B7C;
}
</style>
background-color css
<style>
a { background-color: #D14B7C; }
a { background-color: rgb(209,75,124); }
div.DivClassName
{
background-color: #D14B7C;
}
.BgClassName
{
background-color: #D14B7C;
}
</style>
border-color css
<style>
span { border-color: #D14B7C; }
span { border-color: rgb(209,75,124); }
td.TdClassName
{
border-color: #D14B7C;
}
.TagClassName
{
border-color: #D14B7C;
}
</style>