Shades of Cranberry #D74674
Tints of Cranberry #D74674
RGB
CMYK
RGB Variations
Color information
#D74674 (or 0xD74674) is known color: Cranberry. HEX triplet: D7, 46 and 74. RGB value is (215,70,116). Sum of RGB (Red+Green+Blue) = 215+70+116=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74674 is #28B98B. Grayscale: #767676. Windows color (decimal): -2668940 or 7620311. OLE color: 7620311.
HSL color Cylindrical-coordinate representation of color #D74674: hue angle of 340.97º 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 #D74674 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 116 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.16 |
| HSL | 340.97º | 0.64% | 0.56% | - |
| HSV(B) | 340.97º | 0.67% | 0.84% | - |
| XYZ | 33.37 | 20.09 | 18.64 | - |
| YUV | 118.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 116 | 0 | 0.67 | 0.46 | 0.16 | 340.97 | 0.64 | 0.56 |
| Hex | D7 | 46 | 74 | 0 | 43 | 2E | 10 | 155 | 40 | 38 |
| Octal | 327 | 106 | 164 | 0 | 103 | 56 | 20 | 525 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1110100 | 0 | 1000011 | 101110 | 10000 | 101010101 | 1000000 | 111000 |
Color Harmonies of #D74674
Complementary color
Monochromatic Colors of #D74674
Black with #D74674
Text Example
Text Example
White with #D74674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74674; }
p { color: rgb(215,70,116); }
H1.HeaderClassName
{
color: #D74674;
}
.AnyTagClassName
{
color: #D74674;
}
</style>
background-color css
<style>
a { background-color: #D74674; }
a { background-color: rgb(215,70,116); }
div.DivClassName
{
background-color: #D74674;
}
.BgClassName
{
background-color: #D74674;
}
</style>
border-color css
<style>
span { border-color: #D74674; }
span { border-color: rgb(215,70,116); }
td.TdClassName
{
border-color: #D74674;
}
.TagClassName
{
border-color: #D74674;
}
</style>