Shades of Cranberry #D94A7A
Tints of Cranberry #D94A7A
RGB
CMYK
RGB Variations
Color information
#D94A7A (or 0xD94A7A) is known color: Cranberry. HEX triplet: D9, 4A and 7A. RGB value is (217,74,122). Sum of RGB (Red+Green+Blue) = 217+74+122=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A7A is #26B585. Grayscale: #7A7A7A. Windows color (decimal): -2536838 or 8014553. OLE color: 8014553.
HSL color Cylindrical-coordinate representation of color #D94A7A: hue angle of 339.86º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A7A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 122 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.15 |
| HSL | 339.86º | 0.65% | 0.57% | - |
| HSV(B) | 339.86º | 0.66% | 0.85% | - |
| XYZ | 34.58 | 21.05 | 20.65 | - |
| YUV | 122.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 122 | 0 | 0.66 | 0.44 | 0.15 | 339.86 | 0.65 | 0.57 |
| Hex | D9 | 4A | 7A | 0 | 42 | 2C | F | 154 | 41 | 39 |
| Octal | 331 | 112 | 172 | 0 | 102 | 54 | 17 | 524 | 101 | 71 |
| Binary | 11011001 | 1001010 | 1111010 | 0 | 1000010 | 101100 | 1111 | 101010100 | 1000001 | 111001 |
Color Harmonies of #D94A7A
Complementary color
Monochromatic Colors of #D94A7A
Black with #D94A7A
Text Example
Text Example
White with #D94A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A7A; }
p { color: rgb(217,74,122); }
H1.HeaderClassName
{
color: #D94A7A;
}
.AnyTagClassName
{
color: #D94A7A;
}
</style>
background-color css
<style>
a { background-color: #D94A7A; }
a { background-color: rgb(217,74,122); }
div.DivClassName
{
background-color: #D94A7A;
}
.BgClassName
{
background-color: #D94A7A;
}
</style>
border-color css
<style>
span { border-color: #D94A7A; }
span { border-color: rgb(217,74,122); }
td.TdClassName
{
border-color: #D94A7A;
}
.TagClassName
{
border-color: #D94A7A;
}
</style>