Shades of Cranberry #D84F7B
Tints of Cranberry #D84F7B
RGB
CMYK
RGB Variations
Color information
#D84F7B (or 0xD84F7B) is known color: Cranberry. HEX triplet: D8, 4F and 7B. RGB value is (216,79,123). Sum of RGB (Red+Green+Blue) = 216+79+123=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F7B is #27B084. Grayscale: #7C7C7C. Windows color (decimal): -2601093 or 8081368. OLE color: 8081368.
HSL color Cylindrical-coordinate representation of color #D84F7B: hue angle of 340.73º 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 #D84F7B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 123 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.15 |
| HSL | 340.73º | 0.64% | 0.58% | - |
| HSV(B) | 340.73º | 0.63% | 0.85% | - |
| XYZ | 34.69 | 21.62 | 21.08 | - |
| YUV | 124.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 123 | 0 | 0.63 | 0.43 | 0.15 | 340.73 | 0.64 | 0.58 |
| Hex | D8 | 4F | 7B | 0 | 3F | 2B | F | 155 | 40 | 3A |
| Octal | 330 | 117 | 173 | 0 | 77 | 53 | 17 | 525 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1111011 | 0 | 111111 | 101011 | 1111 | 101010101 | 1000000 | 111010 |
Color Harmonies of #D84F7B
Complementary color
Monochromatic Colors of #D84F7B
Black with #D84F7B
Text Example
Text Example
White with #D84F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F7B; }
p { color: rgb(216,79,123); }
H1.HeaderClassName
{
color: #D84F7B;
}
.AnyTagClassName
{
color: #D84F7B;
}
</style>
background-color css
<style>
a { background-color: #D84F7B; }
a { background-color: rgb(216,79,123); }
div.DivClassName
{
background-color: #D84F7B;
}
.BgClassName
{
background-color: #D84F7B;
}
</style>
border-color css
<style>
span { border-color: #D84F7B; }
span { border-color: rgb(216,79,123); }
td.TdClassName
{
border-color: #D84F7B;
}
.TagClassName
{
border-color: #D84F7B;
}
</style>