Shades of Cranberry #D15D7F
Tints of Cranberry #D15D7F
RGB
CMYK
RGB Variations
Color information
#D15D7F (or 0xD15D7F) is known color: Cranberry. HEX triplet: D1, 5D and 7F. RGB value is (209,93,127). Sum of RGB (Red+Green+Blue) = 209+93+127=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D7F is #2EA280. Grayscale: #838383. Windows color (decimal): -3056257 or 8347089. OLE color: 8347089.
HSL color Cylindrical-coordinate representation of color #D15D7F: hue angle of 342.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15D7F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 127 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.18 |
| HSL | 342.41º | 0.56% | 0.59% | - |
| HSV(B) | 342.41º | 0.56% | 0.82% | - |
| XYZ | 34.04 | 22.92 | 22.71 | - |
| YUV | 131.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 127 | 0 | 0.56 | 0.39 | 0.18 | 342.41 | 0.56 | 0.59 |
| Hex | D1 | 5D | 7F | 0 | 38 | 27 | 12 | 156 | 38 | 3B |
| Octal | 321 | 135 | 177 | 0 | 70 | 47 | 22 | 526 | 70 | 73 |
| Binary | 11010001 | 1011101 | 1111111 | 0 | 111000 | 100111 | 10010 | 101010110 | 111000 | 111011 |
Color Harmonies of #D15D7F
Complementary color
Monochromatic Colors of #D15D7F
Black with #D15D7F
Text Example
Text Example
White with #D15D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D7F; }
p { color: rgb(209,93,127); }
H1.HeaderClassName
{
color: #D15D7F;
}
.AnyTagClassName
{
color: #D15D7F;
}
</style>
background-color css
<style>
a { background-color: #D15D7F; }
a { background-color: rgb(209,93,127); }
div.DivClassName
{
background-color: #D15D7F;
}
.BgClassName
{
background-color: #D15D7F;
}
</style>
border-color css
<style>
span { border-color: #D15D7F; }
span { border-color: rgb(209,93,127); }
td.TdClassName
{
border-color: #D15D7F;
}
.TagClassName
{
border-color: #D15D7F;
}
</style>