Shades of Cranberry #D94F72
Tints of Cranberry #D94F72
RGB
CMYK
RGB Variations
Color information
#D94F72 (or 0xD94F72) is known color: Cranberry. HEX triplet: D9, 4F and 72. RGB value is (217,79,114). Sum of RGB (Red+Green+Blue) = 217+79+114=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F72 is #26B08D. Grayscale: #7C7C7C. Windows color (decimal): -2535566 or 7491545. OLE color: 7491545.
HSL color Cylindrical-coordinate representation of color #D94F72: hue angle of 344.78º 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 #D94F72 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 114 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.15 |
| HSL | 344.78º | 0.64% | 0.58% | - |
| HSV(B) | 344.78º | 0.64% | 0.85% | - |
| XYZ | 34.45 | 21.56 | 18.27 | - |
| YUV | 124.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 114 | 0 | 0.64 | 0.47 | 0.15 | 344.78 | 0.64 | 0.58 |
| Hex | D9 | 4F | 72 | 0 | 40 | 2F | F | 159 | 40 | 3A |
| Octal | 331 | 117 | 162 | 0 | 100 | 57 | 17 | 531 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1110010 | 0 | 1000000 | 101111 | 1111 | 101011001 | 1000000 | 111010 |
Color Harmonies of #D94F72
Complementary color
Monochromatic Colors of #D94F72
Black with #D94F72
Text Example
Text Example
White with #D94F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F72; }
p { color: rgb(217,79,114); }
H1.HeaderClassName
{
color: #D94F72;
}
.AnyTagClassName
{
color: #D94F72;
}
</style>
background-color css
<style>
a { background-color: #D94F72; }
a { background-color: rgb(217,79,114); }
div.DivClassName
{
background-color: #D94F72;
}
.BgClassName
{
background-color: #D94F72;
}
</style>
border-color css
<style>
span { border-color: #D94F72; }
span { border-color: rgb(217,79,114); }
td.TdClassName
{
border-color: #D94F72;
}
.TagClassName
{
border-color: #D94F72;
}
</style>