Shades of Cranberry #D84874
Tints of Cranberry #D84874
RGB
CMYK
RGB Variations
Color information
#D84874 (or 0xD84874) is known color: Cranberry. HEX triplet: D8, 48 and 74. RGB value is (216,72,116). Sum of RGB (Red+Green+Blue) = 216+72+116=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D84874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84874 is #27B78B. Grayscale: #787878. Windows color (decimal): -2602892 or 7620824. OLE color: 7620824.
HSL color Cylindrical-coordinate representation of color #D84874: hue angle of 341.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84874 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 116 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.15 |
| HSL | 341.67º | 0.65% | 0.56% | - |
| HSV(B) | 341.67º | 0.67% | 0.85% | - |
| XYZ | 33.79 | 20.49 | 18.7 | - |
| YUV | 120.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 116 | 0 | 0.67 | 0.46 | 0.15 | 341.67 | 0.65 | 0.56 |
| Hex | D8 | 48 | 74 | 0 | 43 | 2E | F | 156 | 41 | 38 |
| Octal | 330 | 110 | 164 | 0 | 103 | 56 | 17 | 526 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1110100 | 0 | 1000011 | 101110 | 1111 | 101010110 | 1000001 | 111000 |
Color Harmonies of #D84874
Complementary color
Monochromatic Colors of #D84874
Black with #D84874
Text Example
Text Example
White with #D84874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84874; }
p { color: rgb(216,72,116); }
H1.HeaderClassName
{
color: #D84874;
}
.AnyTagClassName
{
color: #D84874;
}
</style>
background-color css
<style>
a { background-color: #D84874; }
a { background-color: rgb(216,72,116); }
div.DivClassName
{
background-color: #D84874;
}
.BgClassName
{
background-color: #D84874;
}
</style>
border-color css
<style>
span { border-color: #D84874; }
span { border-color: rgb(216,72,116); }
td.TdClassName
{
border-color: #D84874;
}
.TagClassName
{
border-color: #D84874;
}
</style>