Shades of Cranberry #D84D75
Tints of Cranberry #D84D75
RGB
CMYK
RGB Variations
Color information
#D84D75 (or 0xD84D75) is known color: Cranberry. HEX triplet: D8, 4D and 75. RGB value is (216,77,117). Sum of RGB (Red+Green+Blue) = 216+77+117=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D75 is #27B28A. Grayscale: #7B7B7B. Windows color (decimal): -2601611 or 7687640. OLE color: 7687640.
HSL color Cylindrical-coordinate representation of color #D84D75: hue angle of 342.73º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84D75 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 117 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.15 |
| HSL | 342.73º | 0.64% | 0.57% | - |
| HSV(B) | 342.73º | 0.64% | 0.85% | - |
| XYZ | 34.18 | 21.19 | 19.12 | - |
| YUV | 123.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 117 | 0 | 0.64 | 0.46 | 0.15 | 342.73 | 0.64 | 0.57 |
| Hex | D8 | 4D | 75 | 0 | 40 | 2E | F | 157 | 40 | 39 |
| Octal | 330 | 115 | 165 | 0 | 100 | 56 | 17 | 527 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1110101 | 0 | 1000000 | 101110 | 1111 | 101010111 | 1000000 | 111001 |
Color Harmonies of #D84D75
Complementary color
Monochromatic Colors of #D84D75
Black with #D84D75
Text Example
Text Example
White with #D84D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D75; }
p { color: rgb(216,77,117); }
H1.HeaderClassName
{
color: #D84D75;
}
.AnyTagClassName
{
color: #D84D75;
}
</style>
background-color css
<style>
a { background-color: #D84D75; }
a { background-color: rgb(216,77,117); }
div.DivClassName
{
background-color: #D84D75;
}
.BgClassName
{
background-color: #D84D75;
}
</style>
border-color css
<style>
span { border-color: #D84D75; }
span { border-color: rgb(216,77,117); }
td.TdClassName
{
border-color: #D84D75;
}
.TagClassName
{
border-color: #D84D75;
}
</style>