Shades of Cranberry #D84E7A
Tints of Cranberry #D84E7A
RGB
CMYK
RGB Variations
Color information
#D84E7A (or 0xD84E7A) is known color: Cranberry. HEX triplet: D8, 4E and 7A. RGB value is (216,78,122). Sum of RGB (Red+Green+Blue) = 216+78+122=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84E7A is #27B185. Grayscale: #7C7C7C. Windows color (decimal): -2601350 or 8015576. OLE color: 8015576.
HSL color Cylindrical-coordinate representation of color #D84E7A: hue angle of 340.87º 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 #D84E7A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 122 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.15 |
| HSL | 340.87º | 0.64% | 0.58% | - |
| HSV(B) | 340.87º | 0.64% | 0.85% | - |
| XYZ | 34.56 | 21.45 | 20.73 | - |
| YUV | 124.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 122 | 0 | 0.64 | 0.44 | 0.15 | 340.87 | 0.64 | 0.58 |
| Hex | D8 | 4E | 7A | 0 | 40 | 2C | F | 155 | 40 | 3A |
| Octal | 330 | 116 | 172 | 0 | 100 | 54 | 17 | 525 | 100 | 72 |
| Binary | 11011000 | 1001110 | 1111010 | 0 | 1000000 | 101100 | 1111 | 101010101 | 1000000 | 111010 |
Color Harmonies of #D84E7A
Complementary color
Monochromatic Colors of #D84E7A
Black with #D84E7A
Text Example
Text Example
White with #D84E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E7A; }
p { color: rgb(216,78,122); }
H1.HeaderClassName
{
color: #D84E7A;
}
.AnyTagClassName
{
color: #D84E7A;
}
</style>
background-color css
<style>
a { background-color: #D84E7A; }
a { background-color: rgb(216,78,122); }
div.DivClassName
{
background-color: #D84E7A;
}
.BgClassName
{
background-color: #D84E7A;
}
</style>
border-color css
<style>
span { border-color: #D84E7A; }
span { border-color: rgb(216,78,122); }
td.TdClassName
{
border-color: #D84E7A;
}
.TagClassName
{
border-color: #D84E7A;
}
</style>