Shades of Cranberry #D15E82
Tints of Cranberry #D15E82
RGB
CMYK
RGB Variations
Color information
#D15E82 (or 0xD15E82) is known color: Cranberry. HEX triplet: D1, 5E and 82. RGB value is (209,94,130). Sum of RGB (Red+Green+Blue) = 209+94+130=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15E82 is #2EA17D. Grayscale: #848484. Windows color (decimal): -3055998 or 8543953. OLE color: 8543953.
HSL color Cylindrical-coordinate representation of color #D15E82: hue angle of 341.22º 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 #D15E82 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 130 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.18 |
| HSL | 341.22º | 0.56% | 0.59% | - |
| HSV(B) | 341.22º | 0.55% | 0.82% | - |
| XYZ | 34.33 | 23.17 | 23.78 | - |
| YUV | 132.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 130 | 0 | 0.55 | 0.38 | 0.18 | 341.22 | 0.56 | 0.59 |
| Hex | D1 | 5E | 82 | 0 | 37 | 26 | 12 | 155 | 38 | 3B |
| Octal | 321 | 136 | 202 | 0 | 67 | 46 | 22 | 525 | 70 | 73 |
| Binary | 11010001 | 1011110 | 10000010 | 0 | 110111 | 100110 | 10010 | 101010101 | 111000 | 111011 |
Color Harmonies of #D15E82
Complementary color
Monochromatic Colors of #D15E82
Black with #D15E82
Text Example
Text Example
White with #D15E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E82; }
p { color: rgb(209,94,130); }
H1.HeaderClassName
{
color: #D15E82;
}
.AnyTagClassName
{
color: #D15E82;
}
</style>
background-color css
<style>
a { background-color: #D15E82; }
a { background-color: rgb(209,94,130); }
div.DivClassName
{
background-color: #D15E82;
}
.BgClassName
{
background-color: #D15E82;
}
</style>
border-color css
<style>
span { border-color: #D15E82; }
span { border-color: rgb(209,94,130); }
td.TdClassName
{
border-color: #D15E82;
}
.TagClassName
{
border-color: #D15E82;
}
</style>