Shades of Cranberry #D84B76
Tints of Cranberry #D84B76
RGB
CMYK
RGB Variations
Color information
#D84B76 (or 0xD84B76) is known color: Cranberry. HEX triplet: D8, 4B and 76. RGB value is (216,75,118). Sum of RGB (Red+Green+Blue) = 216+75+118=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B76 is #27B489. Grayscale: #7A7A7A. Windows color (decimal): -2602122 or 7752664. OLE color: 7752664.
HSL color Cylindrical-coordinate representation of color #D84B76: hue angle of 341.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84B76 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 118 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.15 |
| HSL | 341.7º | 0.64% | 0.57% | - |
| HSV(B) | 341.7º | 0.65% | 0.85% | - |
| XYZ | 34.11 | 20.94 | 19.38 | - |
| YUV | 122.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 118 | 0 | 0.65 | 0.45 | 0.15 | 341.7 | 0.64 | 0.57 |
| Hex | D8 | 4B | 76 | 0 | 41 | 2D | F | 156 | 40 | 39 |
| Octal | 330 | 113 | 166 | 0 | 101 | 55 | 17 | 526 | 100 | 71 |
| Binary | 11011000 | 1001011 | 1110110 | 0 | 1000001 | 101101 | 1111 | 101010110 | 1000000 | 111001 |
Color Harmonies of #D84B76
Complementary color
Monochromatic Colors of #D84B76
Black with #D84B76
Text Example
Text Example
White with #D84B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B76; }
p { color: rgb(216,75,118); }
H1.HeaderClassName
{
color: #D84B76;
}
.AnyTagClassName
{
color: #D84B76;
}
</style>
background-color css
<style>
a { background-color: #D84B76; }
a { background-color: rgb(216,75,118); }
div.DivClassName
{
background-color: #D84B76;
}
.BgClassName
{
background-color: #D84B76;
}
</style>
border-color css
<style>
span { border-color: #D84B76; }
span { border-color: rgb(216,75,118); }
td.TdClassName
{
border-color: #D84B76;
}
.TagClassName
{
border-color: #D84B76;
}
</style>