Shades of Cranberry #D1517D
Tints of Cranberry #D1517D
RGB
CMYK
RGB Variations
Color information
#D1517D (or 0xD1517D) is known color: Cranberry. HEX triplet: D1, 51 and 7D. RGB value is (209,81,125). Sum of RGB (Red+Green+Blue) = 209+81+125=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1517D is #2EAE82. Grayscale: #7C7C7C. Windows color (decimal): -3059331 or 8212945. OLE color: 8212945.
HSL color Cylindrical-coordinate representation of color #D1517D: hue angle of 339.38º 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 #D1517D is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 125 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.18 |
| HSL | 339.38º | 0.58% | 0.57% | - |
| HSV(B) | 339.38º | 0.61% | 0.82% | - |
| XYZ | 32.94 | 20.92 | 21.7 | - |
| YUV | 124.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 125 | 0 | 0.61 | 0.40 | 0.18 | 339.38 | 0.58 | 0.57 |
| Hex | D1 | 51 | 7D | 0 | 3D | 28 | 12 | 153 | 3A | 39 |
| Octal | 321 | 121 | 175 | 0 | 75 | 50 | 22 | 523 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1111101 | 0 | 111101 | 101000 | 10010 | 101010011 | 111010 | 111001 |
Color Harmonies of #D1517D
Complementary color
Monochromatic Colors of #D1517D
Black with #D1517D
Text Example
Text Example
White with #D1517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1517D; }
p { color: rgb(209,81,125); }
H1.HeaderClassName
{
color: #D1517D;
}
.AnyTagClassName
{
color: #D1517D;
}
</style>
background-color css
<style>
a { background-color: #D1517D; }
a { background-color: rgb(209,81,125); }
div.DivClassName
{
background-color: #D1517D;
}
.BgClassName
{
background-color: #D1517D;
}
</style>
border-color css
<style>
span { border-color: #D1517D; }
span { border-color: rgb(209,81,125); }
td.TdClassName
{
border-color: #D1517D;
}
.TagClassName
{
border-color: #D1517D;
}
</style>