Shades of Cranberry #D84F7D
Tints of Cranberry #D84F7D
RGB
CMYK
RGB Variations
Color information
#D84F7D (or 0xD84F7D) is known color: Cranberry. HEX triplet: D8, 4F and 7D. RGB value is (216,79,125). Sum of RGB (Red+Green+Blue) = 216+79+125=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F7D is #27B082. Grayscale: #7D7D7D. Windows color (decimal): -2601091 or 8212440. OLE color: 8212440.
HSL color Cylindrical-coordinate representation of color #D84F7D: hue angle of 339.85º 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 #D84F7D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 125 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.15 |
| HSL | 339.85º | 0.64% | 0.58% | - |
| HSV(B) | 339.85º | 0.63% | 0.85% | - |
| XYZ | 34.82 | 21.67 | 21.75 | - |
| YUV | 125.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 125 | 0 | 0.63 | 0.42 | 0.15 | 339.85 | 0.64 | 0.58 |
| Hex | D8 | 4F | 7D | 0 | 3F | 2A | F | 154 | 40 | 3A |
| Octal | 330 | 117 | 175 | 0 | 77 | 52 | 17 | 524 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1111101 | 0 | 111111 | 101010 | 1111 | 101010100 | 1000000 | 111010 |
Color Harmonies of #D84F7D
Complementary color
Monochromatic Colors of #D84F7D
Black with #D84F7D
Text Example
Text Example
White with #D84F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F7D; }
p { color: rgb(216,79,125); }
H1.HeaderClassName
{
color: #D84F7D;
}
.AnyTagClassName
{
color: #D84F7D;
}
</style>
background-color css
<style>
a { background-color: #D84F7D; }
a { background-color: rgb(216,79,125); }
div.DivClassName
{
background-color: #D84F7D;
}
.BgClassName
{
background-color: #D84F7D;
}
</style>
border-color css
<style>
span { border-color: #D84F7D; }
span { border-color: rgb(216,79,125); }
td.TdClassName
{
border-color: #D84F7D;
}
.TagClassName
{
border-color: #D84F7D;
}
</style>