Shades of Cranberry #D15D7B
Tints of Cranberry #D15D7B
RGB
CMYK
RGB Variations
Color information
#D15D7B (or 0xD15D7B) is known color: Cranberry. HEX triplet: D1, 5D and 7B. RGB value is (209,93,123). Sum of RGB (Red+Green+Blue) = 209+93+123=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D7B is #2EA284. Grayscale: #838383. Windows color (decimal): -3056261 or 8084945. OLE color: 8084945.
HSL color Cylindrical-coordinate representation of color #D15D7B: hue angle of 344.48º 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 #D15D7B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 123 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.18 |
| HSL | 344.48º | 0.56% | 0.59% | - |
| HSV(B) | 344.48º | 0.56% | 0.82% | - |
| XYZ | 33.78 | 22.81 | 21.36 | - |
| YUV | 131.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 123 | 0 | 0.56 | 0.41 | 0.18 | 344.48 | 0.56 | 0.59 |
| Hex | D1 | 5D | 7B | 0 | 38 | 29 | 12 | 158 | 38 | 3B |
| Octal | 321 | 135 | 173 | 0 | 70 | 51 | 22 | 530 | 70 | 73 |
| Binary | 11010001 | 1011101 | 1111011 | 0 | 111000 | 101001 | 10010 | 101011000 | 111000 | 111011 |
Color Harmonies of #D15D7B
Complementary color
Monochromatic Colors of #D15D7B
Black with #D15D7B
Text Example
Text Example
White with #D15D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D7B; }
p { color: rgb(209,93,123); }
H1.HeaderClassName
{
color: #D15D7B;
}
.AnyTagClassName
{
color: #D15D7B;
}
</style>
background-color css
<style>
a { background-color: #D15D7B; }
a { background-color: rgb(209,93,123); }
div.DivClassName
{
background-color: #D15D7B;
}
.BgClassName
{
background-color: #D15D7B;
}
</style>
border-color css
<style>
span { border-color: #D15D7B; }
span { border-color: rgb(209,93,123); }
td.TdClassName
{
border-color: #D15D7B;
}
.TagClassName
{
border-color: #D15D7B;
}
</style>