Shades of Cranberry #D13F76
Tints of Cranberry #D13F76
RGB
CMYK
RGB Variations
Color information
#D13F76 (or 0xD13F76) is known color: Cranberry. HEX triplet: D1, 3F and 76. RGB value is (209,63,118). Sum of RGB (Red+Green+Blue) = 209+63+118=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F76 is #2EC089. Grayscale: #707070. Windows color (decimal): -3063946 or 7749585. OLE color: 7749585.
HSL color Cylindrical-coordinate representation of color #D13F76: hue angle of 337.4º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F76 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 118 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.18 |
| HSL | 337.4º | 0.61% | 0.53% | - |
| HSV(B) | 337.4º | 0.7% | 0.82% | - |
| XYZ | 31.34 | 18.42 | 19.04 | - |
| YUV | 112.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 118 | 0 | 0.70 | 0.44 | 0.18 | 337.4 | 0.61 | 0.53 |
| Hex | D1 | 3F | 76 | 0 | 46 | 2C | 12 | 151 | 3D | 35 |
| Octal | 321 | 77 | 166 | 0 | 106 | 54 | 22 | 521 | 75 | 65 |
| Binary | 11010001 | 111111 | 1110110 | 0 | 1000110 | 101100 | 10010 | 101010001 | 111101 | 110101 |
Color Harmonies of #D13F76
Complementary color
Monochromatic Colors of #D13F76
Black with #D13F76
Text Example
Text Example
White with #D13F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F76; }
p { color: rgb(209,63,118); }
H1.HeaderClassName
{
color: #D13F76;
}
.AnyTagClassName
{
color: #D13F76;
}
</style>
background-color css
<style>
a { background-color: #D13F76; }
a { background-color: rgb(209,63,118); }
div.DivClassName
{
background-color: #D13F76;
}
.BgClassName
{
background-color: #D13F76;
}
</style>
border-color css
<style>
span { border-color: #D13F76; }
span { border-color: rgb(209,63,118); }
td.TdClassName
{
border-color: #D13F76;
}
.TagClassName
{
border-color: #D13F76;
}
</style>