Shades of Cranberry #D73C74
Tints of Cranberry #D73C74
RGB
CMYK
RGB Variations
Color information
#D73C74 (or 0xD73C74) is known color: Cranberry. HEX triplet: D7, 3C and 74. RGB value is (215,60,116). Sum of RGB (Red+Green+Blue) = 215+60+116=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C74 is #28C38B. Grayscale: #707070. Windows color (decimal): -2671500 or 7617751. OLE color: 7617751.
HSL color Cylindrical-coordinate representation of color #D73C74: hue angle of 338.32º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C74 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 116 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.16 |
| HSL | 338.32º | 0.66% | 0.54% | - |
| HSV(B) | 338.32º | 0.72% | 0.84% | - |
| XYZ | 32.79 | 18.94 | 18.45 | - |
| YUV | 112.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 116 | 0 | 0.72 | 0.46 | 0.16 | 338.32 | 0.66 | 0.54 |
| Hex | D7 | 3C | 74 | 0 | 48 | 2E | 10 | 152 | 42 | 36 |
| Octal | 327 | 74 | 164 | 0 | 110 | 56 | 20 | 522 | 102 | 66 |
| Binary | 11010111 | 111100 | 1110100 | 0 | 1001000 | 101110 | 10000 | 101010010 | 1000010 | 110110 |
Color Harmonies of #D73C74
Complementary color
Monochromatic Colors of #D73C74
Black with #D73C74
Text Example
Text Example
White with #D73C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C74; }
p { color: rgb(215,60,116); }
H1.HeaderClassName
{
color: #D73C74;
}
.AnyTagClassName
{
color: #D73C74;
}
</style>
background-color css
<style>
a { background-color: #D73C74; }
a { background-color: rgb(215,60,116); }
div.DivClassName
{
background-color: #D73C74;
}
.BgClassName
{
background-color: #D73C74;
}
</style>
border-color css
<style>
span { border-color: #D73C74; }
span { border-color: rgb(215,60,116); }
td.TdClassName
{
border-color: #D73C74;
}
.TagClassName
{
border-color: #D73C74;
}
</style>