Shades of Cranberry #D74686
Tints of Cranberry #D74686
RGB
CMYK
RGB Variations
Color information
#D74686 (or 0xD74686) is known color: Cranberry. HEX triplet: D7, 46 and 86. RGB value is (215,70,134). Sum of RGB (Red+Green+Blue) = 215+70+134=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D74686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74686 is #28B979. Grayscale: #787878. Windows color (decimal): -2668922 or 8799959. OLE color: 8799959.
HSL color Cylindrical-coordinate representation of color #D74686: hue angle of 333.52º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74686 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 134 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.16 |
| HSL | 333.52º | 0.64% | 0.56% | - |
| HSV(B) | 333.52º | 0.67% | 0.84% | - |
| XYZ | 34.52 | 20.55 | 24.7 | - |
| YUV | 120.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 134 | 0 | 0.67 | 0.38 | 0.16 | 333.52 | 0.64 | 0.56 |
| Hex | D7 | 46 | 86 | 0 | 43 | 26 | 10 | 14E | 40 | 38 |
| Octal | 327 | 106 | 206 | 0 | 103 | 46 | 20 | 516 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10000110 | 0 | 1000011 | 100110 | 10000 | 101001110 | 1000000 | 111000 |
Color Harmonies of #D74686
Complementary color
Monochromatic Colors of #D74686
Black with #D74686
Text Example
Text Example
White with #D74686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74686; }
p { color: rgb(215,70,134); }
H1.HeaderClassName
{
color: #D74686;
}
.AnyTagClassName
{
color: #D74686;
}
</style>
background-color css
<style>
a { background-color: #D74686; }
a { background-color: rgb(215,70,134); }
div.DivClassName
{
background-color: #D74686;
}
.BgClassName
{
background-color: #D74686;
}
</style>
border-color css
<style>
span { border-color: #D74686; }
span { border-color: rgb(215,70,134); }
td.TdClassName
{
border-color: #D74686;
}
.TagClassName
{
border-color: #D74686;
}
</style>