Shades of Cranberry #D94F7A
Tints of Cranberry #D94F7A
RGB
CMYK
RGB Variations
Color information
#D94F7A (or 0xD94F7A) is known color: Cranberry. HEX triplet: D9, 4F and 7A. RGB value is (217,79,122). Sum of RGB (Red+Green+Blue) = 217+79+122=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F7A is #26B085. Grayscale: #7D7D7D. Windows color (decimal): -2535558 or 8015833. OLE color: 8015833.
HSL color Cylindrical-coordinate representation of color #D94F7A: hue angle of 341.3º 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 #D94F7A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 122 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.15 |
| HSL | 341.3º | 0.64% | 0.58% | - |
| HSV(B) | 341.3º | 0.64% | 0.85% | - |
| XYZ | 34.92 | 21.75 | 20.77 | - |
| YUV | 125.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 122 | 0 | 0.64 | 0.44 | 0.15 | 341.3 | 0.64 | 0.58 |
| Hex | D9 | 4F | 7A | 0 | 40 | 2C | F | 155 | 40 | 3A |
| Octal | 331 | 117 | 172 | 0 | 100 | 54 | 17 | 525 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1111010 | 0 | 1000000 | 101100 | 1111 | 101010101 | 1000000 | 111010 |
Color Harmonies of #D94F7A
Complementary color
Monochromatic Colors of #D94F7A
Black with #D94F7A
Text Example
Text Example
White with #D94F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F7A; }
p { color: rgb(217,79,122); }
H1.HeaderClassName
{
color: #D94F7A;
}
.AnyTagClassName
{
color: #D94F7A;
}
</style>
background-color css
<style>
a { background-color: #D94F7A; }
a { background-color: rgb(217,79,122); }
div.DivClassName
{
background-color: #D94F7A;
}
.BgClassName
{
background-color: #D94F7A;
}
</style>
border-color css
<style>
span { border-color: #D94F7A; }
span { border-color: rgb(217,79,122); }
td.TdClassName
{
border-color: #D94F7A;
}
.TagClassName
{
border-color: #D94F7A;
}
</style>