Shades of Cranberry #D74476
Tints of Cranberry #D74476
RGB
CMYK
RGB Variations
Color information
#D74476 (or 0xD74476) is known color: Cranberry. HEX triplet: D7, 44 and 76. RGB value is (215,68,118). Sum of RGB (Red+Green+Blue) = 215+68+118=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74476 is #28BB89. Grayscale: #757575. Windows color (decimal): -2669450 or 7750871. OLE color: 7750871.
HSL color Cylindrical-coordinate representation of color #D74476: hue angle of 339.59º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74476 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 118 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.16 |
| HSL | 339.59º | 0.65% | 0.55% | - |
| HSV(B) | 339.59º | 0.68% | 0.84% | - |
| XYZ | 33.36 | 19.89 | 19.22 | - |
| YUV | 117.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 118 | 0 | 0.68 | 0.45 | 0.16 | 339.59 | 0.65 | 0.55 |
| Hex | D7 | 44 | 76 | 0 | 44 | 2D | 10 | 154 | 41 | 37 |
| Octal | 327 | 104 | 166 | 0 | 104 | 55 | 20 | 524 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1110110 | 0 | 1000100 | 101101 | 10000 | 101010100 | 1000001 | 110111 |
Color Harmonies of #D74476
Complementary color
Monochromatic Colors of #D74476
Black with #D74476
Text Example
Text Example
White with #D74476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74476; }
p { color: rgb(215,68,118); }
H1.HeaderClassName
{
color: #D74476;
}
.AnyTagClassName
{
color: #D74476;
}
</style>
background-color css
<style>
a { background-color: #D74476; }
a { background-color: rgb(215,68,118); }
div.DivClassName
{
background-color: #D74476;
}
.BgClassName
{
background-color: #D74476;
}
</style>
border-color css
<style>
span { border-color: #D74476; }
span { border-color: rgb(215,68,118); }
td.TdClassName
{
border-color: #D74476;
}
.TagClassName
{
border-color: #D74476;
}
</style>