Shades of Cranberry #D94D84
Tints of Cranberry #D94D84
RGB
CMYK
RGB Variations
Color information
#D94D84 (or 0xD94D84) is known color: Cranberry. HEX triplet: D9, 4D and 84. RGB value is (217,77,132). Sum of RGB (Red+Green+Blue) = 217+77+132=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D84 is #26B27B. Grayscale: #7D7D7D. Windows color (decimal): -2536060 or 8670681. OLE color: 8670681.
HSL color Cylindrical-coordinate representation of color #D94D84: hue angle of 336.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D84 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 132 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.15 |
| HSL | 336.43º | 0.65% | 0.58% | - |
| HSV(B) | 336.43º | 0.65% | 0.85% | - |
| XYZ | 35.43 | 21.73 | 24.16 | - |
| YUV | 125.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 132 | 0 | 0.65 | 0.39 | 0.15 | 336.43 | 0.65 | 0.58 |
| Hex | D9 | 4D | 84 | 0 | 41 | 27 | F | 150 | 41 | 3A |
| Octal | 331 | 115 | 204 | 0 | 101 | 47 | 17 | 520 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10000100 | 0 | 1000001 | 100111 | 1111 | 101010000 | 1000001 | 111010 |
Color Harmonies of #D94D84
Complementary color
Monochromatic Colors of #D94D84
Black with #D94D84
Text Example
Text Example
White with #D94D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D84; }
p { color: rgb(217,77,132); }
H1.HeaderClassName
{
color: #D94D84;
}
.AnyTagClassName
{
color: #D94D84;
}
</style>
background-color css
<style>
a { background-color: #D94D84; }
a { background-color: rgb(217,77,132); }
div.DivClassName
{
background-color: #D94D84;
}
.BgClassName
{
background-color: #D94D84;
}
</style>
border-color css
<style>
span { border-color: #D94D84; }
span { border-color: rgb(217,77,132); }
td.TdClassName
{
border-color: #D94D84;
}
.TagClassName
{
border-color: #D94D84;
}
</style>