Shades of Cranberry #D14174
Tints of Cranberry #D14174
RGB
CMYK
RGB Variations
Color information
#D14174 (or 0xD14174) is known color: Cranberry. HEX triplet: D1, 41 and 74. RGB value is (209,65,116). Sum of RGB (Red+Green+Blue) = 209+65+116=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D14174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14174 is #2EBE8B. Grayscale: #717171. Windows color (decimal): -3063436 or 7619025. OLE color: 7619025.
HSL color Cylindrical-coordinate representation of color #D14174: hue angle of 338.75º 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 #D14174 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 116 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.18 |
| HSL | 338.75º | 0.61% | 0.54% | - |
| HSV(B) | 338.75º | 0.69% | 0.82% | - |
| XYZ | 31.34 | 18.6 | 18.46 | - |
| YUV | 113.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 116 | 0 | 0.69 | 0.44 | 0.18 | 338.75 | 0.61 | 0.54 |
| Hex | D1 | 41 | 74 | 0 | 45 | 2C | 12 | 153 | 3D | 36 |
| Octal | 321 | 101 | 164 | 0 | 105 | 54 | 22 | 523 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1110100 | 0 | 1000101 | 101100 | 10010 | 101010011 | 111101 | 110110 |
Color Harmonies of #D14174
Complementary color
Monochromatic Colors of #D14174
Black with #D14174
Text Example
Text Example
White with #D14174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14174; }
p { color: rgb(209,65,116); }
H1.HeaderClassName
{
color: #D14174;
}
.AnyTagClassName
{
color: #D14174;
}
</style>
background-color css
<style>
a { background-color: #D14174; }
a { background-color: rgb(209,65,116); }
div.DivClassName
{
background-color: #D14174;
}
.BgClassName
{
background-color: #D14174;
}
</style>
border-color css
<style>
span { border-color: #D14174; }
span { border-color: rgb(209,65,116); }
td.TdClassName
{
border-color: #D14174;
}
.TagClassName
{
border-color: #D14174;
}
</style>