Shades of Cranberry #D74A7C
Tints of Cranberry #D74A7C
RGB
CMYK
RGB Variations
Color information
#D74A7C (or 0xD74A7C) is known color: Cranberry. HEX triplet: D7, 4A and 7C. RGB value is (215,74,124). Sum of RGB (Red+Green+Blue) = 215+74+124=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A7C is #28B583. Grayscale: #797979. Windows color (decimal): -2667908 or 8145623. OLE color: 8145623.
HSL color Cylindrical-coordinate representation of color #D74A7C: hue angle of 338.72º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A7C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 124 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.16 |
| HSL | 338.72º | 0.64% | 0.57% | - |
| HSV(B) | 338.72º | 0.66% | 0.84% | - |
| XYZ | 34.11 | 20.8 | 21.29 | - |
| YUV | 121.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 124 | 0 | 0.66 | 0.42 | 0.16 | 338.72 | 0.64 | 0.57 |
| Hex | D7 | 4A | 7C | 0 | 42 | 2A | 10 | 153 | 40 | 39 |
| Octal | 327 | 112 | 174 | 0 | 102 | 52 | 20 | 523 | 100 | 71 |
| Binary | 11010111 | 1001010 | 1111100 | 0 | 1000010 | 101010 | 10000 | 101010011 | 1000000 | 111001 |
Color Harmonies of #D74A7C
Complementary color
Monochromatic Colors of #D74A7C
Black with #D74A7C
Text Example
Text Example
White with #D74A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A7C; }
p { color: rgb(215,74,124); }
H1.HeaderClassName
{
color: #D74A7C;
}
.AnyTagClassName
{
color: #D74A7C;
}
</style>
background-color css
<style>
a { background-color: #D74A7C; }
a { background-color: rgb(215,74,124); }
div.DivClassName
{
background-color: #D74A7C;
}
.BgClassName
{
background-color: #D74A7C;
}
</style>
border-color css
<style>
span { border-color: #D74A7C; }
span { border-color: rgb(215,74,124); }
td.TdClassName
{
border-color: #D74A7C;
}
.TagClassName
{
border-color: #D74A7C;
}
</style>