Shades of Cranberry #D74778
Tints of Cranberry #D74778
RGB
CMYK
RGB Variations
Color information
#D74778 (or 0xD74778) is known color: Cranberry. HEX triplet: D7, 47 and 78. RGB value is (215,71,120). Sum of RGB (Red+Green+Blue) = 215+71+120=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D74778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74778 is #28B887. Grayscale: #777777. Windows color (decimal): -2668680 or 7882711. OLE color: 7882711.
HSL color Cylindrical-coordinate representation of color #D74778: hue angle of 339.58º 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 #D74778 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 120 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.16 |
| HSL | 339.58º | 0.64% | 0.56% | - |
| HSV(B) | 339.58º | 0.67% | 0.84% | - |
| XYZ | 33.67 | 20.31 | 19.91 | - |
| YUV | 119.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 120 | 0 | 0.67 | 0.44 | 0.16 | 339.58 | 0.64 | 0.56 |
| Hex | D7 | 47 | 78 | 0 | 43 | 2C | 10 | 154 | 40 | 38 |
| Octal | 327 | 107 | 170 | 0 | 103 | 54 | 20 | 524 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1111000 | 0 | 1000011 | 101100 | 10000 | 101010100 | 1000000 | 111000 |
Color Harmonies of #D74778
Complementary color
Monochromatic Colors of #D74778
Black with #D74778
Text Example
Text Example
White with #D74778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74778; }
p { color: rgb(215,71,120); }
H1.HeaderClassName
{
color: #D74778;
}
.AnyTagClassName
{
color: #D74778;
}
</style>
background-color css
<style>
a { background-color: #D74778; }
a { background-color: rgb(215,71,120); }
div.DivClassName
{
background-color: #D74778;
}
.BgClassName
{
background-color: #D74778;
}
</style>
border-color css
<style>
span { border-color: #D74778; }
span { border-color: rgb(215,71,120); }
td.TdClassName
{
border-color: #D74778;
}
.TagClassName
{
border-color: #D74778;
}
</style>