Shades of Cranberry #D74C86
Tints of Cranberry #D74C86
RGB
CMYK
RGB Variations
Color information
#D74C86 (or 0xD74C86) is known color: Cranberry. HEX triplet: D7, 4C and 86. RGB value is (215,76,134). Sum of RGB (Red+Green+Blue) = 215+76+134=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C86 is #28B379. Grayscale: #7C7C7C. Windows color (decimal): -2667386 or 8801495. OLE color: 8801495.
HSL color Cylindrical-coordinate representation of color #D74C86: hue angle of 334.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C86 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 134 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.16 |
| HSL | 334.96º | 0.63% | 0.57% | - |
| HSV(B) | 334.96º | 0.65% | 0.84% | - |
| XYZ | 34.91 | 21.34 | 24.83 | - |
| YUV | 124.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 134 | 0 | 0.65 | 0.38 | 0.16 | 334.96 | 0.63 | 0.57 |
| Hex | D7 | 4C | 86 | 0 | 41 | 26 | 10 | 14F | 3F | 39 |
| Octal | 327 | 114 | 206 | 0 | 101 | 46 | 20 | 517 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10000110 | 0 | 1000001 | 100110 | 10000 | 101001111 | 111111 | 111001 |
Color Harmonies of #D74C86
Complementary color
Monochromatic Colors of #D74C86
Black with #D74C86
Text Example
Text Example
White with #D74C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C86; }
p { color: rgb(215,76,134); }
H1.HeaderClassName
{
color: #D74C86;
}
.AnyTagClassName
{
color: #D74C86;
}
</style>
background-color css
<style>
a { background-color: #D74C86; }
a { background-color: rgb(215,76,134); }
div.DivClassName
{
background-color: #D74C86;
}
.BgClassName
{
background-color: #D74C86;
}
</style>
border-color css
<style>
span { border-color: #D74C86; }
span { border-color: rgb(215,76,134); }
td.TdClassName
{
border-color: #D74C86;
}
.TagClassName
{
border-color: #D74C86;
}
</style>