Shades of Cranberry #D85F7A
Tints of Cranberry #D85F7A
RGB
CMYK
RGB Variations
Color information
#D85F7A (or 0xD85F7A) is known color: Cranberry. HEX triplet: D8, 5F and 7A. RGB value is (216,95,122). Sum of RGB (Red+Green+Blue) = 216+95+122=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F7A is #27A085. Grayscale: #868686. Windows color (decimal): -2596998 or 8019928. OLE color: 8019928.
HSL color Cylindrical-coordinate representation of color #D85F7A: hue angle of 346.61º 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 #D85F7A is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 122 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.15 |
| HSL | 346.61º | 0.61% | 0.61% | - |
| HSV(B) | 346.61º | 0.56% | 0.85% | - |
| XYZ | 35.92 | 24.19 | 21.19 | - |
| YUV | 134.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 122 | 0 | 0.56 | 0.44 | 0.15 | 346.61 | 0.61 | 0.61 |
| Hex | D8 | 5F | 7A | 0 | 38 | 2C | F | 15B | 3D | 3D |
| Octal | 330 | 137 | 172 | 0 | 70 | 54 | 17 | 533 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1111010 | 0 | 111000 | 101100 | 1111 | 101011011 | 111101 | 111101 |
Color Harmonies of #D85F7A
Complementary color
Monochromatic Colors of #D85F7A
Black with #D85F7A
Text Example
Text Example
White with #D85F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F7A; }
p { color: rgb(216,95,122); }
H1.HeaderClassName
{
color: #D85F7A;
}
.AnyTagClassName
{
color: #D85F7A;
}
</style>
background-color css
<style>
a { background-color: #D85F7A; }
a { background-color: rgb(216,95,122); }
div.DivClassName
{
background-color: #D85F7A;
}
.BgClassName
{
background-color: #D85F7A;
}
</style>
border-color css
<style>
span { border-color: #D85F7A; }
span { border-color: rgb(216,95,122); }
td.TdClassName
{
border-color: #D85F7A;
}
.TagClassName
{
border-color: #D85F7A;
}
</style>