Shades of Cranberry #D94C7F
Tints of Cranberry #D94C7F
RGB
CMYK
RGB Variations
Color information
#D94C7F (or 0xD94C7F) is known color: Cranberry. HEX triplet: D9, 4C and 7F. RGB value is (217,76,127). Sum of RGB (Red+Green+Blue) = 217+76+127=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7F is #26B380. Grayscale: #7B7B7B. Windows color (decimal): -2536321 or 8342745. OLE color: 8342745.
HSL color Cylindrical-coordinate representation of color #D94C7F: hue angle of 338.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C7F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 127 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.15 |
| HSL | 338.3º | 0.65% | 0.57% | - |
| HSV(B) | 338.3º | 0.65% | 0.85% | - |
| XYZ | 35.03 | 21.45 | 22.37 | - |
| YUV | 123.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 127 | 0 | 0.65 | 0.41 | 0.15 | 338.3 | 0.65 | 0.57 |
| Hex | D9 | 4C | 7F | 0 | 41 | 29 | F | 152 | 41 | 39 |
| Octal | 331 | 114 | 177 | 0 | 101 | 51 | 17 | 522 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1111111 | 0 | 1000001 | 101001 | 1111 | 101010010 | 1000001 | 111001 |
Color Harmonies of #D94C7F
Complementary color
Monochromatic Colors of #D94C7F
Black with #D94C7F
Text Example
Text Example
White with #D94C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C7F; }
p { color: rgb(217,76,127); }
H1.HeaderClassName
{
color: #D94C7F;
}
.AnyTagClassName
{
color: #D94C7F;
}
</style>
background-color css
<style>
a { background-color: #D94C7F; }
a { background-color: rgb(217,76,127); }
div.DivClassName
{
background-color: #D94C7F;
}
.BgClassName
{
background-color: #D94C7F;
}
</style>
border-color css
<style>
span { border-color: #D94C7F; }
span { border-color: rgb(217,76,127); }
td.TdClassName
{
border-color: #D94C7F;
}
.TagClassName
{
border-color: #D94C7F;
}
</style>