Shades of Cranberry #D94C7E
Tints of Cranberry #D94C7E
RGB
CMYK
RGB Variations
Color information
#D94C7E (or 0xD94C7E) is known color: Cranberry. HEX triplet: D9, 4C and 7E. RGB value is (217,76,126). Sum of RGB (Red+Green+Blue) = 217+76+126=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7E is #26B381. Grayscale: #7B7B7B. Windows color (decimal): -2536322 or 8277209. OLE color: 8277209.
HSL color Cylindrical-coordinate representation of color #D94C7E: hue angle of 338.72º 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 #D94C7E is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 126 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.15 |
| HSL | 338.72º | 0.65% | 0.57% | - |
| HSV(B) | 338.72º | 0.65% | 0.85% | - |
| XYZ | 34.97 | 21.43 | 22.03 | - |
| YUV | 123.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 126 | 0 | 0.65 | 0.42 | 0.15 | 338.72 | 0.65 | 0.57 |
| Hex | D9 | 4C | 7E | 0 | 41 | 2A | F | 153 | 41 | 39 |
| Octal | 331 | 114 | 176 | 0 | 101 | 52 | 17 | 523 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1111110 | 0 | 1000001 | 101010 | 1111 | 101010011 | 1000001 | 111001 |
Color Harmonies of #D94C7E
Complementary color
Monochromatic Colors of #D94C7E
Black with #D94C7E
Text Example
Text Example
White with #D94C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C7E; }
p { color: rgb(217,76,126); }
H1.HeaderClassName
{
color: #D94C7E;
}
.AnyTagClassName
{
color: #D94C7E;
}
</style>
background-color css
<style>
a { background-color: #D94C7E; }
a { background-color: rgb(217,76,126); }
div.DivClassName
{
background-color: #D94C7E;
}
.BgClassName
{
background-color: #D94C7E;
}
</style>
border-color css
<style>
span { border-color: #D94C7E; }
span { border-color: rgb(217,76,126); }
td.TdClassName
{
border-color: #D94C7E;
}
.TagClassName
{
border-color: #D94C7E;
}
</style>