Shades of Cranberry #D94F76
Tints of Cranberry #D94F76
RGB
CMYK
RGB Variations
Color information
#D94F76 (or 0xD94F76) is known color: Cranberry. HEX triplet: D9, 4F and 76. RGB value is (217,79,118). Sum of RGB (Red+Green+Blue) = 217+79+118=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F76 is #26B089. Grayscale: #7C7C7C. Windows color (decimal): -2535562 or 7753689. OLE color: 7753689.
HSL color Cylindrical-coordinate representation of color #D94F76: hue angle of 343.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F76 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 118 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.15 |
| HSL | 343.04º | 0.64% | 0.58% | - |
| HSV(B) | 343.04º | 0.64% | 0.85% | - |
| XYZ | 34.68 | 21.65 | 19.49 | - |
| YUV | 124.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 118 | 0 | 0.64 | 0.46 | 0.15 | 343.04 | 0.64 | 0.58 |
| Hex | D9 | 4F | 76 | 0 | 40 | 2E | F | 157 | 40 | 3A |
| Octal | 331 | 117 | 166 | 0 | 100 | 56 | 17 | 527 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1110110 | 0 | 1000000 | 101110 | 1111 | 101010111 | 1000000 | 111010 |
Color Harmonies of #D94F76
Complementary color
Monochromatic Colors of #D94F76
Black with #D94F76
Text Example
Text Example
White with #D94F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F76; }
p { color: rgb(217,79,118); }
H1.HeaderClassName
{
color: #D94F76;
}
.AnyTagClassName
{
color: #D94F76;
}
</style>
background-color css
<style>
a { background-color: #D94F76; }
a { background-color: rgb(217,79,118); }
div.DivClassName
{
background-color: #D94F76;
}
.BgClassName
{
background-color: #D94F76;
}
</style>
border-color css
<style>
span { border-color: #D94F76; }
span { border-color: rgb(217,79,118); }
td.TdClassName
{
border-color: #D94F76;
}
.TagClassName
{
border-color: #D94F76;
}
</style>