Shades of Cranberry #D84D84
Tints of Cranberry #D84D84
RGB
CMYK
RGB Variations
Color information
#D84D84 (or 0xD84D84) is known color: Cranberry. HEX triplet: D8, 4D and 84. RGB value is (216,77,132). Sum of RGB (Red+Green+Blue) = 216+77+132=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84D84 is #27B27B. Grayscale: #7C7C7C. Windows color (decimal): -2601596 or 8670680. OLE color: 8670680.
HSL color Cylindrical-coordinate representation of color #D84D84: hue angle of 336.26º 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 #D84D84 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 132 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.15 |
| HSL | 336.26º | 0.64% | 0.57% | - |
| HSV(B) | 336.26º | 0.64% | 0.85% | - |
| XYZ | 35.14 | 21.57 | 24.14 | - |
| YUV | 124.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 132 | 0 | 0.64 | 0.39 | 0.15 | 336.26 | 0.64 | 0.57 |
| Hex | D8 | 4D | 84 | 0 | 40 | 27 | F | 150 | 40 | 39 |
| Octal | 330 | 115 | 204 | 0 | 100 | 47 | 17 | 520 | 100 | 71 |
| Binary | 11011000 | 1001101 | 10000100 | 0 | 1000000 | 100111 | 1111 | 101010000 | 1000000 | 111001 |
Color Harmonies of #D84D84
Complementary color
Monochromatic Colors of #D84D84
Black with #D84D84
Text Example
Text Example
White with #D84D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D84; }
p { color: rgb(216,77,132); }
H1.HeaderClassName
{
color: #D84D84;
}
.AnyTagClassName
{
color: #D84D84;
}
</style>
background-color css
<style>
a { background-color: #D84D84; }
a { background-color: rgb(216,77,132); }
div.DivClassName
{
background-color: #D84D84;
}
.BgClassName
{
background-color: #D84D84;
}
</style>
border-color css
<style>
span { border-color: #D84D84; }
span { border-color: rgb(216,77,132); }
td.TdClassName
{
border-color: #D84D84;
}
.TagClassName
{
border-color: #D84D84;
}
</style>