Shades of Cranberry #D15178
Tints of Cranberry #D15178
RGB
CMYK
RGB Variations
Color information
#D15178 (or 0xD15178) is known color: Cranberry. HEX triplet: D1, 51 and 78. RGB value is (209,81,120). Sum of RGB (Red+Green+Blue) = 209+81+120=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15178 is #2EAE87. Grayscale: #7B7B7B. Windows color (decimal): -3059336 or 7885265. OLE color: 7885265.
HSL color Cylindrical-coordinate representation of color #D15178: hue angle of 341.72º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15178 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 120 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.18 |
| HSL | 341.72º | 0.58% | 0.57% | - |
| HSV(B) | 341.72º | 0.61% | 0.82% | - |
| XYZ | 32.63 | 20.8 | 20.06 | - |
| YUV | 123.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 120 | 0 | 0.61 | 0.43 | 0.18 | 341.72 | 0.58 | 0.57 |
| Hex | D1 | 51 | 78 | 0 | 3D | 2B | 12 | 156 | 3A | 39 |
| Octal | 321 | 121 | 170 | 0 | 75 | 53 | 22 | 526 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1111000 | 0 | 111101 | 101011 | 10010 | 101010110 | 111010 | 111001 |
Color Harmonies of #D15178
Complementary color
Monochromatic Colors of #D15178
Black with #D15178
Text Example
Text Example
White with #D15178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15178; }
p { color: rgb(209,81,120); }
H1.HeaderClassName
{
color: #D15178;
}
.AnyTagClassName
{
color: #D15178;
}
</style>
background-color css
<style>
a { background-color: #D15178; }
a { background-color: rgb(209,81,120); }
div.DivClassName
{
background-color: #D15178;
}
.BgClassName
{
background-color: #D15178;
}
</style>
border-color css
<style>
span { border-color: #D15178; }
span { border-color: rgb(209,81,120); }
td.TdClassName
{
border-color: #D15178;
}
.TagClassName
{
border-color: #D15178;
}
</style>