Shades of Cranberry #D15E7E
Tints of Cranberry #D15E7E
RGB
CMYK
RGB Variations
Color information
#D15E7E (or 0xD15E7E) is known color: Cranberry. HEX triplet: D1, 5E and 7E. RGB value is (209,94,126). Sum of RGB (Red+Green+Blue) = 209+94+126=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15E7E is #2EA181. Grayscale: #848484. Windows color (decimal): -3056002 or 8281809. OLE color: 8281809.
HSL color Cylindrical-coordinate representation of color #D15E7E: hue angle of 343.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15E7E is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 126 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.18 |
| HSL | 343.3º | 0.56% | 0.59% | - |
| HSV(B) | 343.3º | 0.55% | 0.82% | - |
| XYZ | 34.06 | 23.07 | 22.4 | - |
| YUV | 132.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 126 | 0 | 0.55 | 0.40 | 0.18 | 343.3 | 0.56 | 0.59 |
| Hex | D1 | 5E | 7E | 0 | 37 | 28 | 12 | 157 | 38 | 3B |
| Octal | 321 | 136 | 176 | 0 | 67 | 50 | 22 | 527 | 70 | 73 |
| Binary | 11010001 | 1011110 | 1111110 | 0 | 110111 | 101000 | 10010 | 101010111 | 111000 | 111011 |
Color Harmonies of #D15E7E
Complementary color
Monochromatic Colors of #D15E7E
Black with #D15E7E
Text Example
Text Example
White with #D15E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E7E; }
p { color: rgb(209,94,126); }
H1.HeaderClassName
{
color: #D15E7E;
}
.AnyTagClassName
{
color: #D15E7E;
}
</style>
background-color css
<style>
a { background-color: #D15E7E; }
a { background-color: rgb(209,94,126); }
div.DivClassName
{
background-color: #D15E7E;
}
.BgClassName
{
background-color: #D15E7E;
}
</style>
border-color css
<style>
span { border-color: #D15E7E; }
span { border-color: rgb(209,94,126); }
td.TdClassName
{
border-color: #D15E7E;
}
.TagClassName
{
border-color: #D15E7E;
}
</style>