Shades of Cranberry #D73C75
Tints of Cranberry #D73C75
RGB
CMYK
RGB Variations
Color information
#D73C75 (or 0xD73C75) is known color: Cranberry. HEX triplet: D7, 3C and 75. RGB value is (215,60,117). Sum of RGB (Red+Green+Blue) = 215+60+117=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C75 is #28C38A. Grayscale: #707070. Windows color (decimal): -2671499 or 7683287. OLE color: 7683287.
HSL color Cylindrical-coordinate representation of color #D73C75: hue angle of 337.94º 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 #D73C75 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 117 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.16 |
| HSL | 337.94º | 0.66% | 0.54% | - |
| HSV(B) | 337.94º | 0.72% | 0.84% | - |
| XYZ | 32.85 | 18.96 | 18.76 | - |
| YUV | 112.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 117 | 0 | 0.72 | 0.46 | 0.16 | 337.94 | 0.66 | 0.54 |
| Hex | D7 | 3C | 75 | 0 | 48 | 2E | 10 | 152 | 42 | 36 |
| Octal | 327 | 74 | 165 | 0 | 110 | 56 | 20 | 522 | 102 | 66 |
| Binary | 11010111 | 111100 | 1110101 | 0 | 1001000 | 101110 | 10000 | 101010010 | 1000010 | 110110 |
Color Harmonies of #D73C75
Complementary color
Monochromatic Colors of #D73C75
Black with #D73C75
Text Example
Text Example
White with #D73C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C75; }
p { color: rgb(215,60,117); }
H1.HeaderClassName
{
color: #D73C75;
}
.AnyTagClassName
{
color: #D73C75;
}
</style>
background-color css
<style>
a { background-color: #D73C75; }
a { background-color: rgb(215,60,117); }
div.DivClassName
{
background-color: #D73C75;
}
.BgClassName
{
background-color: #D73C75;
}
</style>
border-color css
<style>
span { border-color: #D73C75; }
span { border-color: rgb(215,60,117); }
td.TdClassName
{
border-color: #D73C75;
}
.TagClassName
{
border-color: #D73C75;
}
</style>