Shades of Cranberry #D83C76
Tints of Cranberry #D83C76
RGB
CMYK
RGB Variations
Color information
#D83C76 (or 0xD83C76) is known color: Cranberry. HEX triplet: D8, 3C and 76. RGB value is (216,60,118). Sum of RGB (Red+Green+Blue) = 216+60+118=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C76 is #27C389. Grayscale: #717171. Windows color (decimal): -2605962 or 7748824. OLE color: 7748824.
HSL color Cylindrical-coordinate representation of color #D83C76: hue angle of 337.69º 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 #D83C76 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 118 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.15 |
| HSL | 337.69º | 0.67% | 0.54% | - |
| HSV(B) | 337.69º | 0.72% | 0.85% | - |
| XYZ | 33.2 | 19.14 | 19.08 | - |
| YUV | 113.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 118 | 0 | 0.72 | 0.45 | 0.15 | 337.69 | 0.67 | 0.54 |
| Hex | D8 | 3C | 76 | 0 | 48 | 2D | F | 152 | 43 | 36 |
| Octal | 330 | 74 | 166 | 0 | 110 | 55 | 17 | 522 | 103 | 66 |
| Binary | 11011000 | 111100 | 1110110 | 0 | 1001000 | 101101 | 1111 | 101010010 | 1000011 | 110110 |
Color Harmonies of #D83C76
Complementary color
Monochromatic Colors of #D83C76
Black with #D83C76
Text Example
Text Example
White with #D83C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C76; }
p { color: rgb(216,60,118); }
H1.HeaderClassName
{
color: #D83C76;
}
.AnyTagClassName
{
color: #D83C76;
}
</style>
background-color css
<style>
a { background-color: #D83C76; }
a { background-color: rgb(216,60,118); }
div.DivClassName
{
background-color: #D83C76;
}
.BgClassName
{
background-color: #D83C76;
}
</style>
border-color css
<style>
span { border-color: #D83C76; }
span { border-color: rgb(216,60,118); }
td.TdClassName
{
border-color: #D83C76;
}
.TagClassName
{
border-color: #D83C76;
}
</style>