Shades of Cranberry #D84F82
Tints of Cranberry #D84F82
RGB
CMYK
RGB Variations
Color information
#D84F82 (or 0xD84F82) is known color: Cranberry. HEX triplet: D8, 4F and 82. RGB value is (216,79,130). Sum of RGB (Red+Green+Blue) = 216+79+130=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F82 is #27B07D. Grayscale: #7D7D7D. Windows color (decimal): -2601086 or 8540120. OLE color: 8540120.
HSL color Cylindrical-coordinate representation of color #D84F82: hue angle of 337.66º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D84F82 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 130 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.15 |
| HSL | 337.66º | 0.64% | 0.58% | - |
| HSV(B) | 337.66º | 0.63% | 0.85% | - |
| XYZ | 35.14 | 21.8 | 23.48 | - |
| YUV | 125.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 130 | 0 | 0.63 | 0.40 | 0.15 | 337.66 | 0.64 | 0.58 |
| Hex | D8 | 4F | 82 | 0 | 3F | 28 | F | 152 | 40 | 3A |
| Octal | 330 | 117 | 202 | 0 | 77 | 50 | 17 | 522 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10000010 | 0 | 111111 | 101000 | 1111 | 101010010 | 1000000 | 111010 |
Color Harmonies of #D84F82
Complementary color
Monochromatic Colors of #D84F82
Black with #D84F82
Text Example
Text Example
White with #D84F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F82; }
p { color: rgb(216,79,130); }
H1.HeaderClassName
{
color: #D84F82;
}
.AnyTagClassName
{
color: #D84F82;
}
</style>
background-color css
<style>
a { background-color: #D84F82; }
a { background-color: rgb(216,79,130); }
div.DivClassName
{
background-color: #D84F82;
}
.BgClassName
{
background-color: #D84F82;
}
</style>
border-color css
<style>
span { border-color: #D84F82; }
span { border-color: rgb(216,79,130); }
td.TdClassName
{
border-color: #D84F82;
}
.TagClassName
{
border-color: #D84F82;
}
</style>