Shades of Cranberry #D1487D
Tints of Cranberry #D1487D
RGB
CMYK
RGB Variations
Color information
#D1487D (or 0xD1487D) is known color: Cranberry. HEX triplet: D1, 48 and 7D. RGB value is (209,72,125). Sum of RGB (Red+Green+Blue) = 209+72+125=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1487D is #2EB782. Grayscale: #767676. Windows color (decimal): -3061635 or 8210641. OLE color: 8210641.
HSL color Cylindrical-coordinate representation of color #D1487D: hue angle of 336.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1487D is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 125 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.18 |
| HSL | 336.79º | 0.6% | 0.55% | - |
| HSV(B) | 336.79º | 0.66% | 0.82% | - |
| XYZ | 32.31 | 19.67 | 21.5 | - |
| YUV | 119.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 125 | 0 | 0.66 | 0.40 | 0.18 | 336.79 | 0.6 | 0.55 |
| Hex | D1 | 48 | 7D | 0 | 42 | 28 | 12 | 151 | 3C | 37 |
| Octal | 321 | 110 | 175 | 0 | 102 | 50 | 22 | 521 | 74 | 67 |
| Binary | 11010001 | 1001000 | 1111101 | 0 | 1000010 | 101000 | 10010 | 101010001 | 111100 | 110111 |
Color Harmonies of #D1487D
Complementary color
Monochromatic Colors of #D1487D
Black with #D1487D
Text Example
Text Example
White with #D1487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1487D; }
p { color: rgb(209,72,125); }
H1.HeaderClassName
{
color: #D1487D;
}
.AnyTagClassName
{
color: #D1487D;
}
</style>
background-color css
<style>
a { background-color: #D1487D; }
a { background-color: rgb(209,72,125); }
div.DivClassName
{
background-color: #D1487D;
}
.BgClassName
{
background-color: #D1487D;
}
</style>
border-color css
<style>
span { border-color: #D1487D; }
span { border-color: rgb(209,72,125); }
td.TdClassName
{
border-color: #D1487D;
}
.TagClassName
{
border-color: #D1487D;
}
</style>