Shades of Cranberry #D74877
Tints of Cranberry #D74877
RGB
CMYK
RGB Variations
Color information
#D74877 (or 0xD74877) is known color: Cranberry. HEX triplet: D7, 48 and 77. RGB value is (215,72,119). Sum of RGB (Red+Green+Blue) = 215+72+119=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D74877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74877 is #28B788. Grayscale: #787878. Windows color (decimal): -2668425 or 7817431. OLE color: 7817431.
HSL color Cylindrical-coordinate representation of color #D74877: hue angle of 340.28º 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 #D74877 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 119 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.16 |
| HSL | 340.28º | 0.64% | 0.56% | - |
| HSV(B) | 340.28º | 0.67% | 0.84% | - |
| XYZ | 33.67 | 20.41 | 19.62 | - |
| YUV | 120.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 119 | 0 | 0.67 | 0.45 | 0.16 | 340.28 | 0.64 | 0.56 |
| Hex | D7 | 48 | 77 | 0 | 43 | 2D | 10 | 154 | 40 | 38 |
| Octal | 327 | 110 | 167 | 0 | 103 | 55 | 20 | 524 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1110111 | 0 | 1000011 | 101101 | 10000 | 101010100 | 1000000 | 111000 |
Color Harmonies of #D74877
Complementary color
Monochromatic Colors of #D74877
Black with #D74877
Text Example
Text Example
White with #D74877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74877; }
p { color: rgb(215,72,119); }
H1.HeaderClassName
{
color: #D74877;
}
.AnyTagClassName
{
color: #D74877;
}
</style>
background-color css
<style>
a { background-color: #D74877; }
a { background-color: rgb(215,72,119); }
div.DivClassName
{
background-color: #D74877;
}
.BgClassName
{
background-color: #D74877;
}
</style>
border-color css
<style>
span { border-color: #D74877; }
span { border-color: rgb(215,72,119); }
td.TdClassName
{
border-color: #D74877;
}
.TagClassName
{
border-color: #D74877;
}
</style>