Shades of Cranberry #D85E7F
Tints of Cranberry #D85E7F
RGB
CMYK
RGB Variations
Color information
#D85E7F (or 0xD85E7F) is known color: Cranberry. HEX triplet: D8, 5E and 7F. RGB value is (216,94,127). Sum of RGB (Red+Green+Blue) = 216+94+127=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E7F is #27A180. Grayscale: #868686. Windows color (decimal): -2597249 or 8347352. OLE color: 8347352.
HSL color Cylindrical-coordinate representation of color #D85E7F: hue angle of 343.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E7F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 127 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.15 |
| HSL | 343.77º | 0.61% | 0.61% | - |
| HSV(B) | 343.77º | 0.56% | 0.85% | - |
| XYZ | 36.15 | 24.14 | 22.83 | - |
| YUV | 134.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 127 | 0 | 0.56 | 0.41 | 0.15 | 343.77 | 0.61 | 0.61 |
| Hex | D8 | 5E | 7F | 0 | 38 | 29 | F | 158 | 3D | 3D |
| Octal | 330 | 136 | 177 | 0 | 70 | 51 | 17 | 530 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1111111 | 0 | 111000 | 101001 | 1111 | 101011000 | 111101 | 111101 |
Color Harmonies of #D85E7F
Complementary color
Monochromatic Colors of #D85E7F
Black with #D85E7F
Text Example
Text Example
White with #D85E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E7F; }
p { color: rgb(216,94,127); }
H1.HeaderClassName
{
color: #D85E7F;
}
.AnyTagClassName
{
color: #D85E7F;
}
</style>
background-color css
<style>
a { background-color: #D85E7F; }
a { background-color: rgb(216,94,127); }
div.DivClassName
{
background-color: #D85E7F;
}
.BgClassName
{
background-color: #D85E7F;
}
</style>
border-color css
<style>
span { border-color: #D85E7F; }
span { border-color: rgb(216,94,127); }
td.TdClassName
{
border-color: #D85E7F;
}
.TagClassName
{
border-color: #D85E7F;
}
</style>