Shades of Cranberry #D84D74
Tints of Cranberry #D84D74
RGB
CMYK
RGB Variations
Color information
#D84D74 (or 0xD84D74) is known color: Cranberry. HEX triplet: D8, 4D and 74. RGB value is (216,77,116). Sum of RGB (Red+Green+Blue) = 216+77+116=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D74 is #27B28B. Grayscale: #7A7A7A. Windows color (decimal): -2601612 or 7622104. OLE color: 7622104.
HSL color Cylindrical-coordinate representation of color #D84D74: hue angle of 343.17º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D74 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 116 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.15 |
| HSL | 343.17º | 0.64% | 0.57% | - |
| HSV(B) | 343.17º | 0.64% | 0.85% | - |
| XYZ | 34.13 | 21.17 | 18.81 | - |
| YUV | 123.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 116 | 0 | 0.64 | 0.46 | 0.15 | 343.17 | 0.64 | 0.57 |
| Hex | D8 | 4D | 74 | 0 | 40 | 2E | F | 157 | 40 | 39 |
| Octal | 330 | 115 | 164 | 0 | 100 | 56 | 17 | 527 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1110100 | 0 | 1000000 | 101110 | 1111 | 101010111 | 1000000 | 111001 |
Color Harmonies of #D84D74
Complementary color
Monochromatic Colors of #D84D74
Black with #D84D74
Text Example
Text Example
White with #D84D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D74; }
p { color: rgb(216,77,116); }
H1.HeaderClassName
{
color: #D84D74;
}
.AnyTagClassName
{
color: #D84D74;
}
</style>
background-color css
<style>
a { background-color: #D84D74; }
a { background-color: rgb(216,77,116); }
div.DivClassName
{
background-color: #D84D74;
}
.BgClassName
{
background-color: #D84D74;
}
</style>
border-color css
<style>
span { border-color: #D84D74; }
span { border-color: rgb(216,77,116); }
td.TdClassName
{
border-color: #D84D74;
}
.TagClassName
{
border-color: #D84D74;
}
</style>