Shades of Cranberry #D15177
Tints of Cranberry #D15177
RGB
CMYK
RGB Variations
Color information
#D15177 (or 0xD15177) is known color: Cranberry. HEX triplet: D1, 51 and 77. RGB value is (209,81,119). Sum of RGB (Red+Green+Blue) = 209+81+119=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15177 is #2EAE88. Grayscale: #7B7B7B. Windows color (decimal): -3059337 or 7819729. OLE color: 7819729.
HSL color Cylindrical-coordinate representation of color #D15177: hue angle of 342.19º 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 #D15177 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 119 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.18 |
| HSL | 342.19º | 0.58% | 0.57% | - |
| HSV(B) | 342.19º | 0.61% | 0.82% | - |
| XYZ | 32.57 | 20.77 | 19.75 | - |
| YUV | 123.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 119 | 0 | 0.61 | 0.43 | 0.18 | 342.19 | 0.58 | 0.57 |
| Hex | D1 | 51 | 77 | 0 | 3D | 2B | 12 | 156 | 3A | 39 |
| Octal | 321 | 121 | 167 | 0 | 75 | 53 | 22 | 526 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1110111 | 0 | 111101 | 101011 | 10010 | 101010110 | 111010 | 111001 |
Color Harmonies of #D15177
Complementary color
Monochromatic Colors of #D15177
Black with #D15177
Text Example
Text Example
White with #D15177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15177; }
p { color: rgb(209,81,119); }
H1.HeaderClassName
{
color: #D15177;
}
.AnyTagClassName
{
color: #D15177;
}
</style>
background-color css
<style>
a { background-color: #D15177; }
a { background-color: rgb(209,81,119); }
div.DivClassName
{
background-color: #D15177;
}
.BgClassName
{
background-color: #D15177;
}
</style>
border-color css
<style>
span { border-color: #D15177; }
span { border-color: rgb(209,81,119); }
td.TdClassName
{
border-color: #D15177;
}
.TagClassName
{
border-color: #D15177;
}
</style>