Shades of Cranberry #D55474
Tints of Cranberry #D55474
RGB
CMYK
RGB Variations
Color information
#D55474 (or 0xD55474) is known color: Cranberry. HEX triplet: D5, 54 and 74. RGB value is (213,84,116). Sum of RGB (Red+Green+Blue) = 213+84+116=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55474 is #2AAB8B. Grayscale: #7E7E7E. Windows color (decimal): -2796428 or 7623893. OLE color: 7623893.
HSL color Cylindrical-coordinate representation of color #D55474: hue angle of 345.12º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55474 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 116 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.16 |
| HSL | 345.12º | 0.61% | 0.58% | - |
| HSV(B) | 345.12º | 0.61% | 0.84% | - |
| XYZ | 33.76 | 21.75 | 18.94 | - |
| YUV | 126.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 116 | 0 | 0.61 | 0.46 | 0.16 | 345.12 | 0.61 | 0.58 |
| Hex | D5 | 54 | 74 | 0 | 3D | 2E | 10 | 159 | 3D | 3A |
| Octal | 325 | 124 | 164 | 0 | 75 | 56 | 20 | 531 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1110100 | 0 | 111101 | 101110 | 10000 | 101011001 | 111101 | 111010 |
Color Harmonies of #D55474
Complementary color
Monochromatic Colors of #D55474
Black with #D55474
Text Example
Text Example
White with #D55474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55474; }
p { color: rgb(213,84,116); }
H1.HeaderClassName
{
color: #D55474;
}
.AnyTagClassName
{
color: #D55474;
}
</style>
background-color css
<style>
a { background-color: #D55474; }
a { background-color: rgb(213,84,116); }
div.DivClassName
{
background-color: #D55474;
}
.BgClassName
{
background-color: #D55474;
}
</style>
border-color css
<style>
span { border-color: #D55474; }
span { border-color: rgb(213,84,116); }
td.TdClassName
{
border-color: #D55474;
}
.TagClassName
{
border-color: #D55474;
}
</style>