Shades of Cranberry #D74C7F
Tints of Cranberry #D74C7F
RGB
CMYK
RGB Variations
Color information
#D74C7F (or 0xD74C7F) is known color: Cranberry. HEX triplet: D7, 4C and 7F. RGB value is (215,76,127). Sum of RGB (Red+Green+Blue) = 215+76+127=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C7F is #28B380. Grayscale: #7B7B7B. Windows color (decimal): -2667393 or 8342743. OLE color: 8342743.
HSL color Cylindrical-coordinate representation of color #D74C7F: hue angle of 337.99º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C7F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 127 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.16 |
| HSL | 337.99º | 0.63% | 0.57% | - |
| HSV(B) | 337.99º | 0.65% | 0.84% | - |
| XYZ | 34.44 | 21.15 | 22.35 | - |
| YUV | 123.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 127 | 0 | 0.65 | 0.41 | 0.16 | 337.99 | 0.63 | 0.57 |
| Hex | D7 | 4C | 7F | 0 | 41 | 29 | 10 | 152 | 3F | 39 |
| Octal | 327 | 114 | 177 | 0 | 101 | 51 | 20 | 522 | 77 | 71 |
| Binary | 11010111 | 1001100 | 1111111 | 0 | 1000001 | 101001 | 10000 | 101010010 | 111111 | 111001 |
Color Harmonies of #D74C7F
Complementary color
Monochromatic Colors of #D74C7F
Black with #D74C7F
Text Example
Text Example
White with #D74C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C7F; }
p { color: rgb(215,76,127); }
H1.HeaderClassName
{
color: #D74C7F;
}
.AnyTagClassName
{
color: #D74C7F;
}
</style>
background-color css
<style>
a { background-color: #D74C7F; }
a { background-color: rgb(215,76,127); }
div.DivClassName
{
background-color: #D74C7F;
}
.BgClassName
{
background-color: #D74C7F;
}
</style>
border-color css
<style>
span { border-color: #D74C7F; }
span { border-color: rgb(215,76,127); }
td.TdClassName
{
border-color: #D74C7F;
}
.TagClassName
{
border-color: #D74C7F;
}
</style>