Shades of Cranberry #D53F78
Tints of Cranberry #D53F78
RGB
CMYK
RGB Variations
Color information
#D53F78 (or 0xD53F78) is known color: Cranberry. HEX triplet: D5, 3F and 78. RGB value is (213,63,120). Sum of RGB (Red+Green+Blue) = 213+63+120=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53F78 is #2AC087. Grayscale: #727272. Windows color (decimal): -2801800 or 7880661. OLE color: 7880661.
HSL color Cylindrical-coordinate representation of color #D53F78: hue angle of 337.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 #D53F78 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 120 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.16 |
| HSL | 337.2º | 0.64% | 0.54% | - |
| HSV(B) | 337.2º | 0.7% | 0.84% | - |
| XYZ | 32.61 | 19.06 | 19.73 | - |
| YUV | 114.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 120 | 0 | 0.70 | 0.44 | 0.16 | 337.2 | 0.64 | 0.54 |
| Hex | D5 | 3F | 78 | 0 | 46 | 2C | 10 | 151 | 40 | 36 |
| Octal | 325 | 77 | 170 | 0 | 106 | 54 | 20 | 521 | 100 | 66 |
| Binary | 11010101 | 111111 | 1111000 | 0 | 1000110 | 101100 | 10000 | 101010001 | 1000000 | 110110 |
Color Harmonies of #D53F78
Complementary color
Monochromatic Colors of #D53F78
Black with #D53F78
Text Example
Text Example
White with #D53F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F78; }
p { color: rgb(213,63,120); }
H1.HeaderClassName
{
color: #D53F78;
}
.AnyTagClassName
{
color: #D53F78;
}
</style>
background-color css
<style>
a { background-color: #D53F78; }
a { background-color: rgb(213,63,120); }
div.DivClassName
{
background-color: #D53F78;
}
.BgClassName
{
background-color: #D53F78;
}
</style>
border-color css
<style>
span { border-color: #D53F78; }
span { border-color: rgb(213,63,120); }
td.TdClassName
{
border-color: #D53F78;
}
.TagClassName
{
border-color: #D53F78;
}
</style>