Shades of Cranberry #D85F7D
Tints of Cranberry #D85F7D
RGB
CMYK
RGB Variations
Color information
#D85F7D (or 0xD85F7D) is known color: Cranberry. HEX triplet: D8, 5F and 7D. RGB value is (216,95,125). Sum of RGB (Red+Green+Blue) = 216+95+125=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F7D is #27A082. Grayscale: #868686. Windows color (decimal): -2596995 or 8216536. OLE color: 8216536.
HSL color Cylindrical-coordinate representation of color #D85F7D: hue angle of 345.12º 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 #D85F7D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 125 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.15 |
| HSL | 345.12º | 0.61% | 0.61% | - |
| HSV(B) | 345.12º | 0.56% | 0.85% | - |
| XYZ | 36.11 | 24.26 | 22.18 | - |
| YUV | 134.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 125 | 0 | 0.56 | 0.42 | 0.15 | 345.12 | 0.61 | 0.61 |
| Hex | D8 | 5F | 7D | 0 | 38 | 2A | F | 159 | 3D | 3D |
| Octal | 330 | 137 | 175 | 0 | 70 | 52 | 17 | 531 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1111101 | 0 | 111000 | 101010 | 1111 | 101011001 | 111101 | 111101 |
Color Harmonies of #D85F7D
Complementary color
Monochromatic Colors of #D85F7D
Black with #D85F7D
Text Example
Text Example
White with #D85F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F7D; }
p { color: rgb(216,95,125); }
H1.HeaderClassName
{
color: #D85F7D;
}
.AnyTagClassName
{
color: #D85F7D;
}
</style>
background-color css
<style>
a { background-color: #D85F7D; }
a { background-color: rgb(216,95,125); }
div.DivClassName
{
background-color: #D85F7D;
}
.BgClassName
{
background-color: #D85F7D;
}
</style>
border-color css
<style>
span { border-color: #D85F7D; }
span { border-color: rgb(216,95,125); }
td.TdClassName
{
border-color: #D85F7D;
}
.TagClassName
{
border-color: #D85F7D;
}
</style>