Shades of Cranberry #D84F7E
Tints of Cranberry #D84F7E
RGB
CMYK
RGB Variations
Color information
#D84F7E (or 0xD84F7E) is known color: Cranberry. HEX triplet: D8, 4F and 7E. RGB value is (216,79,126). Sum of RGB (Red+Green+Blue) = 216+79+126=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F7E is #27B081. Grayscale: #7D7D7D. Windows color (decimal): -2601090 or 8277976. OLE color: 8277976.
HSL color Cylindrical-coordinate representation of color #D84F7E: hue angle of 339.42º 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 #D84F7E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 126 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.15 |
| HSL | 339.42º | 0.64% | 0.58% | - |
| HSV(B) | 339.42º | 0.63% | 0.85% | - |
| XYZ | 34.88 | 21.7 | 22.09 | - |
| YUV | 125.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 126 | 0 | 0.63 | 0.42 | 0.15 | 339.42 | 0.64 | 0.58 |
| Hex | D8 | 4F | 7E | 0 | 3F | 2A | F | 153 | 40 | 3A |
| Octal | 330 | 117 | 176 | 0 | 77 | 52 | 17 | 523 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1111110 | 0 | 111111 | 101010 | 1111 | 101010011 | 1000000 | 111010 |
Color Harmonies of #D84F7E
Complementary color
Monochromatic Colors of #D84F7E
Black with #D84F7E
Text Example
Text Example
White with #D84F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F7E; }
p { color: rgb(216,79,126); }
H1.HeaderClassName
{
color: #D84F7E;
}
.AnyTagClassName
{
color: #D84F7E;
}
</style>
background-color css
<style>
a { background-color: #D84F7E; }
a { background-color: rgb(216,79,126); }
div.DivClassName
{
background-color: #D84F7E;
}
.BgClassName
{
background-color: #D84F7E;
}
</style>
border-color css
<style>
span { border-color: #D84F7E; }
span { border-color: rgb(216,79,126); }
td.TdClassName
{
border-color: #D84F7E;
}
.TagClassName
{
border-color: #D84F7E;
}
</style>