Shades of Cranberry #D85C7F
Tints of Cranberry #D85C7F
RGB
CMYK
RGB Variations
Color information
#D85C7F (or 0xD85C7F) is known color: Cranberry. HEX triplet: D8, 5C and 7F. RGB value is (216,92,127). Sum of RGB (Red+Green+Blue) = 216+92+127=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C7F is #27A380. Grayscale: #858585. Windows color (decimal): -2597761 or 8346840. OLE color: 8346840.
HSL color Cylindrical-coordinate representation of color #D85C7F: hue angle of 343.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C7F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 127 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.15 |
| HSL | 343.06º | 0.61% | 0.6% | - |
| HSV(B) | 343.06º | 0.57% | 0.85% | - |
| XYZ | 35.98 | 23.79 | 22.77 | - |
| YUV | 133.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 127 | 0 | 0.57 | 0.41 | 0.15 | 343.06 | 0.61 | 0.6 |
| Hex | D8 | 5C | 7F | 0 | 39 | 29 | F | 157 | 3D | 3C |
| Octal | 330 | 134 | 177 | 0 | 71 | 51 | 17 | 527 | 75 | 74 |
| Binary | 11011000 | 1011100 | 1111111 | 0 | 111001 | 101001 | 1111 | 101010111 | 111101 | 111100 |
Color Harmonies of #D85C7F
Complementary color
Monochromatic Colors of #D85C7F
Black with #D85C7F
Text Example
Text Example
White with #D85C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C7F; }
p { color: rgb(216,92,127); }
H1.HeaderClassName
{
color: #D85C7F;
}
.AnyTagClassName
{
color: #D85C7F;
}
</style>
background-color css
<style>
a { background-color: #D85C7F; }
a { background-color: rgb(216,92,127); }
div.DivClassName
{
background-color: #D85C7F;
}
.BgClassName
{
background-color: #D85C7F;
}
</style>
border-color css
<style>
span { border-color: #D85C7F; }
span { border-color: rgb(216,92,127); }
td.TdClassName
{
border-color: #D85C7F;
}
.TagClassName
{
border-color: #D85C7F;
}
</style>