Shades of Cranberry #D14276
Tints of Cranberry #D14276
RGB
CMYK
RGB Variations
Color information
#D14276 (or 0xD14276) is known color: Cranberry. HEX triplet: D1, 42 and 76. RGB value is (209,66,118). Sum of RGB (Red+Green+Blue) = 209+66+118=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14276 is #2EBD89. Grayscale: #727272. Windows color (decimal): -3063178 or 7750353. OLE color: 7750353.
HSL color Cylindrical-coordinate representation of color #D14276: hue angle of 338.18º 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 #D14276 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 118 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.18 |
| HSL | 338.18º | 0.61% | 0.54% | - |
| HSV(B) | 338.18º | 0.68% | 0.82% | - |
| XYZ | 31.51 | 18.76 | 19.1 | - |
| YUV | 114.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 118 | 0 | 0.68 | 0.44 | 0.18 | 338.18 | 0.61 | 0.54 |
| Hex | D1 | 42 | 76 | 0 | 44 | 2C | 12 | 152 | 3D | 36 |
| Octal | 321 | 102 | 166 | 0 | 104 | 54 | 22 | 522 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1110110 | 0 | 1000100 | 101100 | 10010 | 101010010 | 111101 | 110110 |
Color Harmonies of #D14276
Complementary color
Monochromatic Colors of #D14276
Black with #D14276
Text Example
Text Example
White with #D14276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14276; }
p { color: rgb(209,66,118); }
H1.HeaderClassName
{
color: #D14276;
}
.AnyTagClassName
{
color: #D14276;
}
</style>
background-color css
<style>
a { background-color: #D14276; }
a { background-color: rgb(209,66,118); }
div.DivClassName
{
background-color: #D14276;
}
.BgClassName
{
background-color: #D14276;
}
</style>
border-color css
<style>
span { border-color: #D14276; }
span { border-color: rgb(209,66,118); }
td.TdClassName
{
border-color: #D14276;
}
.TagClassName
{
border-color: #D14276;
}
</style>