Shades of Cranberry #D94F7E
Tints of Cranberry #D94F7E
RGB
CMYK
RGB Variations
Color information
#D94F7E (or 0xD94F7E) is known color: Cranberry. HEX triplet: D9, 4F and 7E. RGB value is (217,79,126). Sum of RGB (Red+Green+Blue) = 217+79+126=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F7E is #26B081. Grayscale: #7D7D7D. Windows color (decimal): -2535554 or 8277977. OLE color: 8277977.
HSL color Cylindrical-coordinate representation of color #D94F7E: hue angle of 339.57º 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 #D94F7E is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 126 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.15 |
| HSL | 339.57º | 0.64% | 0.58% | - |
| HSV(B) | 339.57º | 0.64% | 0.85% | - |
| XYZ | 35.18 | 21.85 | 22.1 | - |
| YUV | 125.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 126 | 0 | 0.64 | 0.42 | 0.15 | 339.57 | 0.64 | 0.58 |
| Hex | D9 | 4F | 7E | 0 | 40 | 2A | F | 154 | 40 | 3A |
| Octal | 331 | 117 | 176 | 0 | 100 | 52 | 17 | 524 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1111110 | 0 | 1000000 | 101010 | 1111 | 101010100 | 1000000 | 111010 |
Color Harmonies of #D94F7E
Complementary color
Monochromatic Colors of #D94F7E
Black with #D94F7E
Text Example
Text Example
White with #D94F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F7E; }
p { color: rgb(217,79,126); }
H1.HeaderClassName
{
color: #D94F7E;
}
.AnyTagClassName
{
color: #D94F7E;
}
</style>
background-color css
<style>
a { background-color: #D94F7E; }
a { background-color: rgb(217,79,126); }
div.DivClassName
{
background-color: #D94F7E;
}
.BgClassName
{
background-color: #D94F7E;
}
</style>
border-color css
<style>
span { border-color: #D94F7E; }
span { border-color: rgb(217,79,126); }
td.TdClassName
{
border-color: #D94F7E;
}
.TagClassName
{
border-color: #D94F7E;
}
</style>