Shades of Cranberry #D84F72
Tints of Cranberry #D84F72
RGB
CMYK
RGB Variations
Color information
#D84F72 (or 0xD84F72) is known color: Cranberry. HEX triplet: D8, 4F and 72. RGB value is (216,79,114). Sum of RGB (Red+Green+Blue) = 216+79+114=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F72 is #27B08D. Grayscale: #7B7B7B. Windows color (decimal): -2601102 or 7491544. OLE color: 7491544.
HSL color Cylindrical-coordinate representation of color #D84F72: hue angle of 344.67º 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 #D84F72 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 114 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.15 |
| HSL | 344.67º | 0.64% | 0.58% | - |
| HSV(B) | 344.67º | 0.63% | 0.85% | - |
| XYZ | 34.15 | 21.41 | 18.25 | - |
| YUV | 123.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 114 | 0 | 0.63 | 0.47 | 0.15 | 344.67 | 0.64 | 0.58 |
| Hex | D8 | 4F | 72 | 0 | 3F | 2F | F | 159 | 40 | 3A |
| Octal | 330 | 117 | 162 | 0 | 77 | 57 | 17 | 531 | 100 | 72 |
| Binary | 11011000 | 1001111 | 1110010 | 0 | 111111 | 101111 | 1111 | 101011001 | 1000000 | 111010 |
Color Harmonies of #D84F72
Complementary color
Monochromatic Colors of #D84F72
Black with #D84F72
Text Example
Text Example
White with #D84F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F72; }
p { color: rgb(216,79,114); }
H1.HeaderClassName
{
color: #D84F72;
}
.AnyTagClassName
{
color: #D84F72;
}
</style>
background-color css
<style>
a { background-color: #D84F72; }
a { background-color: rgb(216,79,114); }
div.DivClassName
{
background-color: #D84F72;
}
.BgClassName
{
background-color: #D84F72;
}
</style>
border-color css
<style>
span { border-color: #D84F72; }
span { border-color: rgb(216,79,114); }
td.TdClassName
{
border-color: #D84F72;
}
.TagClassName
{
border-color: #D84F72;
}
</style>