Shades of Cranberry #D15185
Tints of Cranberry #D15185
RGB
CMYK
RGB Variations
Color information
#D15185 (or 0xD15185) is known color: Cranberry. HEX triplet: D1, 51 and 85. RGB value is (209,81,133). Sum of RGB (Red+Green+Blue) = 209+81+133=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15185 is #2EAE7A. Grayscale: #7D7D7D. Windows color (decimal): -3059323 or 8737233. OLE color: 8737233.
HSL color Cylindrical-coordinate representation of color #D15185: hue angle of 335.62º 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 #D15185 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 133 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.18 |
| HSL | 335.63º | 0.58% | 0.57% | - |
| HSV(B) | 335.63º | 0.61% | 0.82% | - |
| XYZ | 33.47 | 21.13 | 24.51 | - |
| YUV | 125.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 133 | 0 | 0.61 | 0.36 | 0.18 | 335.63 | 0.58 | 0.57 |
| Hex | D1 | 51 | 85 | 0 | 3D | 24 | 12 | 150 | 3A | 39 |
| Octal | 321 | 121 | 205 | 0 | 75 | 44 | 22 | 520 | 72 | 71 |
| Binary | 11010001 | 1010001 | 10000101 | 0 | 111101 | 100100 | 10010 | 101010000 | 111010 | 111001 |
Color Harmonies of #D15185
Complementary color
Monochromatic Colors of #D15185
Black with #D15185
Text Example
Text Example
White with #D15185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15185; }
p { color: rgb(209,81,133); }
H1.HeaderClassName
{
color: #D15185;
}
.AnyTagClassName
{
color: #D15185;
}
</style>
background-color css
<style>
a { background-color: #D15185; }
a { background-color: rgb(209,81,133); }
div.DivClassName
{
background-color: #D15185;
}
.BgClassName
{
background-color: #D15185;
}
</style>
border-color css
<style>
span { border-color: #D15185; }
span { border-color: rgb(209,81,133); }
td.TdClassName
{
border-color: #D15185;
}
.TagClassName
{
border-color: #D15185;
}
</style>