Shades of Cranberry #D74074
Tints of Cranberry #D74074
RGB
CMYK
RGB Variations
Color information
#D74074 (or 0xD74074) is known color: Cranberry. HEX triplet: D7, 40 and 74. RGB value is (215,64,116). Sum of RGB (Red+Green+Blue) = 215+64+116=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D74074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74074 is #28BF8B. Grayscale: #737373. Windows color (decimal): -2670476 or 7618775. OLE color: 7618775.
HSL color Cylindrical-coordinate representation of color #D74074: hue angle of 339.34º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74074 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 116 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.16 |
| HSL | 339.34º | 0.65% | 0.55% | - |
| HSV(B) | 339.34º | 0.7% | 0.84% | - |
| XYZ | 33.01 | 19.37 | 18.52 | - |
| YUV | 115.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 116 | 0 | 0.70 | 0.46 | 0.16 | 339.34 | 0.65 | 0.55 |
| Hex | D7 | 40 | 74 | 0 | 46 | 2E | 10 | 153 | 41 | 37 |
| Octal | 327 | 100 | 164 | 0 | 106 | 56 | 20 | 523 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1110100 | 0 | 1000110 | 101110 | 10000 | 101010011 | 1000001 | 110111 |
Color Harmonies of #D74074
Complementary color
Monochromatic Colors of #D74074
Black with #D74074
Text Example
Text Example
White with #D74074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74074; }
p { color: rgb(215,64,116); }
H1.HeaderClassName
{
color: #D74074;
}
.AnyTagClassName
{
color: #D74074;
}
</style>
background-color css
<style>
a { background-color: #D74074; }
a { background-color: rgb(215,64,116); }
div.DivClassName
{
background-color: #D74074;
}
.BgClassName
{
background-color: #D74074;
}
</style>
border-color css
<style>
span { border-color: #D74074; }
span { border-color: rgb(215,64,116); }
td.TdClassName
{
border-color: #D74074;
}
.TagClassName
{
border-color: #D74074;
}
</style>