Shades of Cranberry #D75E82
Tints of Cranberry #D75E82
RGB
CMYK
RGB Variations
Color information
#D75E82 (or 0xD75E82) is known color: Cranberry. HEX triplet: D7, 5E and 82. RGB value is (215,94,130). Sum of RGB (Red+Green+Blue) = 215+94+130=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E82 is #28A17D. Grayscale: #868686. Windows color (decimal): -2662782 or 8543959. OLE color: 8543959.
HSL color Cylindrical-coordinate representation of color #D75E82: hue angle of 342.15º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E82 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 130 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.16 |
| HSL | 342.15º | 0.6% | 0.61% | - |
| HSV(B) | 342.15º | 0.56% | 0.84% | - |
| XYZ | 36.06 | 24.06 | 23.86 | - |
| YUV | 134.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 130 | 0 | 0.56 | 0.40 | 0.16 | 342.15 | 0.6 | 0.61 |
| Hex | D7 | 5E | 82 | 0 | 38 | 28 | 10 | 156 | 3C | 3D |
| Octal | 327 | 136 | 202 | 0 | 70 | 50 | 20 | 526 | 74 | 75 |
| Binary | 11010111 | 1011110 | 10000010 | 0 | 111000 | 101000 | 10000 | 101010110 | 111100 | 111101 |
Color Harmonies of #D75E82
Complementary color
Monochromatic Colors of #D75E82
Black with #D75E82
Text Example
Text Example
White with #D75E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E82; }
p { color: rgb(215,94,130); }
H1.HeaderClassName
{
color: #D75E82;
}
.AnyTagClassName
{
color: #D75E82;
}
</style>
background-color css
<style>
a { background-color: #D75E82; }
a { background-color: rgb(215,94,130); }
div.DivClassName
{
background-color: #D75E82;
}
.BgClassName
{
background-color: #D75E82;
}
</style>
border-color css
<style>
span { border-color: #D75E82; }
span { border-color: rgb(215,94,130); }
td.TdClassName
{
border-color: #D75E82;
}
.TagClassName
{
border-color: #D75E82;
}
</style>