Shades of Cranberry #D74F77
Tints of Cranberry #D74F77
RGB
CMYK
RGB Variations
Color information
#D74F77 (or 0xD74F77) is known color: Cranberry. HEX triplet: D7, 4F and 77. RGB value is (215,79,119). Sum of RGB (Red+Green+Blue) = 215+79+119=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F77 is #28B088. Grayscale: #7C7C7C. Windows color (decimal): -2666633 or 7819223. OLE color: 7819223.
HSL color Cylindrical-coordinate representation of color #D74F77: hue angle of 342.35º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F77 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 119 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 342.35º | 0.63% | 0.58% | - |
| HSV(B) | 342.35º | 0.63% | 0.84% | - |
| XYZ | 34.15 | 21.37 | 19.78 | - |
| YUV | 124.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 119 | 0 | 0.63 | 0.45 | 0.16 | 342.35 | 0.63 | 0.58 |
| Hex | D7 | 4F | 77 | 0 | 3F | 2D | 10 | 156 | 3F | 3A |
| Octal | 327 | 117 | 167 | 0 | 77 | 55 | 20 | 526 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1110111 | 0 | 111111 | 101101 | 10000 | 101010110 | 111111 | 111010 |
Color Harmonies of #D74F77
Complementary color
Monochromatic Colors of #D74F77
Black with #D74F77
Text Example
Text Example
White with #D74F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F77; }
p { color: rgb(215,79,119); }
H1.HeaderClassName
{
color: #D74F77;
}
.AnyTagClassName
{
color: #D74F77;
}
</style>
background-color css
<style>
a { background-color: #D74F77; }
a { background-color: rgb(215,79,119); }
div.DivClassName
{
background-color: #D74F77;
}
.BgClassName
{
background-color: #D74F77;
}
</style>
border-color css
<style>
span { border-color: #D74F77; }
span { border-color: rgb(215,79,119); }
td.TdClassName
{
border-color: #D74F77;
}
.TagClassName
{
border-color: #D74F77;
}
</style>