Shades of Cranberry #D53F73
Tints of Cranberry #D53F73
RGB
CMYK
RGB Variations
Color information
#D53F73 (or 0xD53F73) is known color: Cranberry. HEX triplet: D5, 3F and 73. RGB value is (213,63,115). Sum of RGB (Red+Green+Blue) = 213+63+115=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F73 is #2AC08C. Grayscale: #717171. Windows color (decimal): -2801805 or 7552981. OLE color: 7552981.
HSL color Cylindrical-coordinate representation of color #D53F73: hue angle of 339.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F73 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 115 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.16 |
| HSL | 339.2º | 0.64% | 0.54% | - |
| HSV(B) | 339.2º | 0.7% | 0.84% | - |
| XYZ | 32.31 | 18.94 | 18.17 | - |
| YUV | 113.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 115 | 0 | 0.70 | 0.46 | 0.16 | 339.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 73 | 0 | 46 | 2E | 10 | 153 | 40 | 36 |
| Octal | 325 | 77 | 163 | 0 | 106 | 56 | 20 | 523 | 100 | 66 |
| Binary | 11010101 | 111111 | 1110011 | 0 | 1000110 | 101110 | 10000 | 101010011 | 1000000 | 110110 |
Color Harmonies of #D53F73
Complementary color
Monochromatic Colors of #D53F73
Black with #D53F73
Text Example
Text Example
White with #D53F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F73; }
p { color: rgb(213,63,115); }
H1.HeaderClassName
{
color: #D53F73;
}
.AnyTagClassName
{
color: #D53F73;
}
</style>
background-color css
<style>
a { background-color: #D53F73; }
a { background-color: rgb(213,63,115); }
div.DivClassName
{
background-color: #D53F73;
}
.BgClassName
{
background-color: #D53F73;
}
</style>
border-color css
<style>
span { border-color: #D53F73; }
span { border-color: rgb(213,63,115); }
td.TdClassName
{
border-color: #D53F73;
}
.TagClassName
{
border-color: #D53F73;
}
</style>