Shades of Cranberry #D53F76
Tints of Cranberry #D53F76
RGB
CMYK
RGB Variations
Color information
#D53F76 (or 0xD53F76) is known color: Cranberry. HEX triplet: D5, 3F and 76. RGB value is (213,63,118). Sum of RGB (Red+Green+Blue) = 213+63+118=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F76 is #2AC089. Grayscale: #727272. Windows color (decimal): -2801802 or 7749589. OLE color: 7749589.
HSL color Cylindrical-coordinate representation of color #D53F76: hue angle of 338º 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 #D53F76 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 118 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.16 |
| HSL | 338º | 0.64% | 0.54% | - |
| HSV(B) | 338º | 0.7% | 0.84% | - |
| XYZ | 32.49 | 19.01 | 19.1 | - |
| YUV | 114.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 118 | 0 | 0.70 | 0.45 | 0.16 | 338 | 0.64 | 0.54 |
| Hex | D5 | 3F | 76 | 0 | 46 | 2D | 10 | 152 | 40 | 36 |
| Octal | 325 | 77 | 166 | 0 | 106 | 55 | 20 | 522 | 100 | 66 |
| Binary | 11010101 | 111111 | 1110110 | 0 | 1000110 | 101101 | 10000 | 101010010 | 1000000 | 110110 |
Color Harmonies of #D53F76
Complementary color
Monochromatic Colors of #D53F76
Black with #D53F76
Text Example
Text Example
White with #D53F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F76; }
p { color: rgb(213,63,118); }
H1.HeaderClassName
{
color: #D53F76;
}
.AnyTagClassName
{
color: #D53F76;
}
</style>
background-color css
<style>
a { background-color: #D53F76; }
a { background-color: rgb(213,63,118); }
div.DivClassName
{
background-color: #D53F76;
}
.BgClassName
{
background-color: #D53F76;
}
</style>
border-color css
<style>
span { border-color: #D53F76; }
span { border-color: rgb(213,63,118); }
td.TdClassName
{
border-color: #D53F76;
}
.TagClassName
{
border-color: #D53F76;
}
</style>