Shades of Cranberry #D93C76
Tints of Cranberry #D93C76
RGB
CMYK
RGB Variations
Color information
#D93C76 (or 0xD93C76) is known color: Cranberry. HEX triplet: D9, 3C and 76. RGB value is (217,60,118). Sum of RGB (Red+Green+Blue) = 217+60+118=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C76 is #26C389. Grayscale: #717171. Windows color (decimal): -2540426 or 7748825. OLE color: 7748825.
HSL color Cylindrical-coordinate representation of color #D93C76: hue angle of 337.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C76 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 118 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.15 |
| HSL | 337.83º | 0.67% | 0.54% | - |
| HSV(B) | 337.83º | 0.72% | 0.85% | - |
| XYZ | 33.5 | 19.29 | 19.1 | - |
| YUV | 113.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 118 | 0 | 0.72 | 0.46 | 0.15 | 337.83 | 0.67 | 0.54 |
| Hex | D9 | 3C | 76 | 0 | 48 | 2E | F | 152 | 43 | 36 |
| Octal | 331 | 74 | 166 | 0 | 110 | 56 | 17 | 522 | 103 | 66 |
| Binary | 11011001 | 111100 | 1110110 | 0 | 1001000 | 101110 | 1111 | 101010010 | 1000011 | 110110 |
Color Harmonies of #D93C76
Complementary color
Monochromatic Colors of #D93C76
Black with #D93C76
Text Example
Text Example
White with #D93C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C76; }
p { color: rgb(217,60,118); }
H1.HeaderClassName
{
color: #D93C76;
}
.AnyTagClassName
{
color: #D93C76;
}
</style>
background-color css
<style>
a { background-color: #D93C76; }
a { background-color: rgb(217,60,118); }
div.DivClassName
{
background-color: #D93C76;
}
.BgClassName
{
background-color: #D93C76;
}
</style>
border-color css
<style>
span { border-color: #D93C76; }
span { border-color: rgb(217,60,118); }
td.TdClassName
{
border-color: #D93C76;
}
.TagClassName
{
border-color: #D93C76;
}
</style>