Shades of Cranberry #D93C77
Tints of Cranberry #D93C77
RGB
CMYK
RGB Variations
Color information
#D93C77 (or 0xD93C77) is known color: Cranberry. HEX triplet: D9, 3C and 77. RGB value is (217,60,119). Sum of RGB (Red+Green+Blue) = 217+60+119=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C77 is #26C388. Grayscale: #717171. Windows color (decimal): -2540425 or 7814361. OLE color: 7814361.
HSL color Cylindrical-coordinate representation of color #D93C77: hue angle of 337.45º 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 #D93C77 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 119 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.15 |
| HSL | 337.45º | 0.67% | 0.54% | - |
| HSV(B) | 337.45º | 0.72% | 0.85% | - |
| XYZ | 33.56 | 19.32 | 19.41 | - |
| YUV | 113.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 119 | 0 | 0.72 | 0.45 | 0.15 | 337.45 | 0.67 | 0.54 |
| Hex | D9 | 3C | 77 | 0 | 48 | 2D | F | 151 | 43 | 36 |
| Octal | 331 | 74 | 167 | 0 | 110 | 55 | 17 | 521 | 103 | 66 |
| Binary | 11011001 | 111100 | 1110111 | 0 | 1001000 | 101101 | 1111 | 101010001 | 1000011 | 110110 |
Color Harmonies of #D93C77
Complementary color
Monochromatic Colors of #D93C77
Black with #D93C77
Text Example
Text Example
White with #D93C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C77; }
p { color: rgb(217,60,119); }
H1.HeaderClassName
{
color: #D93C77;
}
.AnyTagClassName
{
color: #D93C77;
}
</style>
background-color css
<style>
a { background-color: #D93C77; }
a { background-color: rgb(217,60,119); }
div.DivClassName
{
background-color: #D93C77;
}
.BgClassName
{
background-color: #D93C77;
}
</style>
border-color css
<style>
span { border-color: #D93C77; }
span { border-color: rgb(217,60,119); }
td.TdClassName
{
border-color: #D93C77;
}
.TagClassName
{
border-color: #D93C77;
}
</style>