Shades of Cranberry #D55178
Tints of Cranberry #D55178
RGB
CMYK
RGB Variations
Color information
#D55178 (or 0xD55178) is known color: Cranberry. HEX triplet: D5, 51 and 78. RGB value is (213,81,120). Sum of RGB (Red+Green+Blue) = 213+81+120=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55178 is #2AAE87. Grayscale: #7C7C7C. Windows color (decimal): -2797192 or 7885269. OLE color: 7885269.
HSL color Cylindrical-coordinate representation of color #D55178: hue angle of 342.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55178 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 120 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.16 |
| HSL | 342.27º | 0.61% | 0.58% | - |
| HSV(B) | 342.27º | 0.62% | 0.84% | - |
| XYZ | 33.77 | 21.39 | 20.12 | - |
| YUV | 124.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 120 | 0 | 0.62 | 0.44 | 0.16 | 342.27 | 0.61 | 0.58 |
| Hex | D5 | 51 | 78 | 0 | 3E | 2C | 10 | 156 | 3D | 3A |
| Octal | 325 | 121 | 170 | 0 | 76 | 54 | 20 | 526 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1111000 | 0 | 111110 | 101100 | 10000 | 101010110 | 111101 | 111010 |
Color Harmonies of #D55178
Complementary color
Monochromatic Colors of #D55178
Black with #D55178
Text Example
Text Example
White with #D55178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55178; }
p { color: rgb(213,81,120); }
H1.HeaderClassName
{
color: #D55178;
}
.AnyTagClassName
{
color: #D55178;
}
</style>
background-color css
<style>
a { background-color: #D55178; }
a { background-color: rgb(213,81,120); }
div.DivClassName
{
background-color: #D55178;
}
.BgClassName
{
background-color: #D55178;
}
</style>
border-color css
<style>
span { border-color: #D55178; }
span { border-color: rgb(213,81,120); }
td.TdClassName
{
border-color: #D55178;
}
.TagClassName
{
border-color: #D55178;
}
</style>