Shades of Cranberry #D94C7C
Tints of Cranberry #D94C7C
RGB
CMYK
RGB Variations
Color information
#D94C7C (or 0xD94C7C) is known color: Cranberry. HEX triplet: D9, 4C and 7C. RGB value is (217,76,124). Sum of RGB (Red+Green+Blue) = 217+76+124=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7C is #26B383. Grayscale: #7B7B7B. Windows color (decimal): -2536324 or 8146137. OLE color: 8146137.
HSL color Cylindrical-coordinate representation of color #D94C7C: hue angle of 339.57º 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 #D94C7C is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 124 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.15 |
| HSL | 339.57º | 0.65% | 0.57% | - |
| HSV(B) | 339.57º | 0.65% | 0.85% | - |
| XYZ | 34.84 | 21.38 | 21.36 | - |
| YUV | 123.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 124 | 0 | 0.65 | 0.43 | 0.15 | 339.57 | 0.65 | 0.57 |
| Hex | D9 | 4C | 7C | 0 | 41 | 2B | F | 154 | 41 | 39 |
| Octal | 331 | 114 | 174 | 0 | 101 | 53 | 17 | 524 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1111100 | 0 | 1000001 | 101011 | 1111 | 101010100 | 1000001 | 111001 |
Color Harmonies of #D94C7C
Complementary color
Monochromatic Colors of #D94C7C
Black with #D94C7C
Text Example
Text Example
White with #D94C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C7C; }
p { color: rgb(217,76,124); }
H1.HeaderClassName
{
color: #D94C7C;
}
.AnyTagClassName
{
color: #D94C7C;
}
</style>
background-color css
<style>
a { background-color: #D94C7C; }
a { background-color: rgb(217,76,124); }
div.DivClassName
{
background-color: #D94C7C;
}
.BgClassName
{
background-color: #D94C7C;
}
</style>
border-color css
<style>
span { border-color: #D94C7C; }
span { border-color: rgb(217,76,124); }
td.TdClassName
{
border-color: #D94C7C;
}
.TagClassName
{
border-color: #D94C7C;
}
</style>