Shades of Cranberry #D84F84
Tints of Cranberry #D84F84
RGB
CMYK
RGB Variations
Color information
#D84F84 (or 0xD84F84) is known color: Cranberry. HEX triplet: D8, 4F and 84. RGB value is (216,79,132). Sum of RGB (Red+Green+Blue) = 216+79+132=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84F84 is #27B07B. Grayscale: #7D7D7D. Windows color (decimal): -2601084 or 8671192. OLE color: 8671192.
HSL color Cylindrical-coordinate representation of color #D84F84: hue angle of 336.79º 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 #D84F84 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 132 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.15 |
| HSL | 336.79º | 0.64% | 0.58% | - |
| HSV(B) | 336.79º | 0.63% | 0.85% | - |
| XYZ | 35.28 | 21.86 | 24.19 | - |
| YUV | 126.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 132 | 0 | 0.63 | 0.39 | 0.15 | 336.79 | 0.64 | 0.58 |
| Hex | D8 | 4F | 84 | 0 | 3F | 27 | F | 151 | 40 | 3A |
| Octal | 330 | 117 | 204 | 0 | 77 | 47 | 17 | 521 | 100 | 72 |
| Binary | 11011000 | 1001111 | 10000100 | 0 | 111111 | 100111 | 1111 | 101010001 | 1000000 | 111010 |
Color Harmonies of #D84F84
Complementary color
Monochromatic Colors of #D84F84
Black with #D84F84
Text Example
Text Example
White with #D84F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F84; }
p { color: rgb(216,79,132); }
H1.HeaderClassName
{
color: #D84F84;
}
.AnyTagClassName
{
color: #D84F84;
}
</style>
background-color css
<style>
a { background-color: #D84F84; }
a { background-color: rgb(216,79,132); }
div.DivClassName
{
background-color: #D84F84;
}
.BgClassName
{
background-color: #D84F84;
}
</style>
border-color css
<style>
span { border-color: #D84F84; }
span { border-color: rgb(216,79,132); }
td.TdClassName
{
border-color: #D84F84;
}
.TagClassName
{
border-color: #D84F84;
}
</style>