Shades of Cranberry #D84D7D
Tints of Cranberry #D84D7D
RGB
CMYK
RGB Variations
Color information
#D84D7D (or 0xD84D7D) is known color: Cranberry. HEX triplet: D8, 4D and 7D. RGB value is (216,77,125). Sum of RGB (Red+Green+Blue) = 216+77+125=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D7D is #27B282. Grayscale: #7B7B7B. Windows color (decimal): -2601603 or 8211928. OLE color: 8211928.
HSL color Cylindrical-coordinate representation of color #D84D7D: hue angle of 339.28º 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 #D84D7D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 125 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.15 |
| HSL | 339.28º | 0.64% | 0.57% | - |
| HSV(B) | 339.28º | 0.64% | 0.85% | - |
| XYZ | 34.67 | 21.39 | 21.7 | - |
| YUV | 124.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 125 | 0 | 0.64 | 0.42 | 0.15 | 339.28 | 0.64 | 0.57 |
| Hex | D8 | 4D | 7D | 0 | 40 | 2A | F | 153 | 40 | 39 |
| Octal | 330 | 115 | 175 | 0 | 100 | 52 | 17 | 523 | 100 | 71 |
| Binary | 11011000 | 1001101 | 1111101 | 0 | 1000000 | 101010 | 1111 | 101010011 | 1000000 | 111001 |
Color Harmonies of #D84D7D
Complementary color
Monochromatic Colors of #D84D7D
Black with #D84D7D
Text Example
Text Example
White with #D84D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D7D; }
p { color: rgb(216,77,125); }
H1.HeaderClassName
{
color: #D84D7D;
}
.AnyTagClassName
{
color: #D84D7D;
}
</style>
background-color css
<style>
a { background-color: #D84D7D; }
a { background-color: rgb(216,77,125); }
div.DivClassName
{
background-color: #D84D7D;
}
.BgClassName
{
background-color: #D84D7D;
}
</style>
border-color css
<style>
span { border-color: #D84D7D; }
span { border-color: rgb(216,77,125); }
td.TdClassName
{
border-color: #D84D7D;
}
.TagClassName
{
border-color: #D84D7D;
}
</style>