Shades of Cranberry #D55176
Tints of Cranberry #D55176
RGB
CMYK
RGB Variations
Color information
#D55176 (or 0xD55176) is known color: Cranberry. HEX triplet: D5, 51 and 76. RGB value is (213,81,118). Sum of RGB (Red+Green+Blue) = 213+81+118=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D55176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55176 is #2AAE89. Grayscale: #7C7C7C. Windows color (decimal): -2797194 or 7754197. OLE color: 7754197.
HSL color Cylindrical-coordinate representation of color #D55176: hue angle of 343.18º 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 #D55176 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 118 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.16 |
| HSL | 343.18º | 0.61% | 0.58% | - |
| HSV(B) | 343.18º | 0.62% | 0.84% | - |
| XYZ | 33.65 | 21.34 | 19.48 | - |
| YUV | 124.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 118 | 0 | 0.62 | 0.45 | 0.16 | 343.18 | 0.61 | 0.58 |
| Hex | D5 | 51 | 76 | 0 | 3E | 2D | 10 | 157 | 3D | 3A |
| Octal | 325 | 121 | 166 | 0 | 76 | 55 | 20 | 527 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1110110 | 0 | 111110 | 101101 | 10000 | 101010111 | 111101 | 111010 |
Color Harmonies of #D55176
Complementary color
Monochromatic Colors of #D55176
Black with #D55176
Text Example
Text Example
White with #D55176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55176; }
p { color: rgb(213,81,118); }
H1.HeaderClassName
{
color: #D55176;
}
.AnyTagClassName
{
color: #D55176;
}
</style>
background-color css
<style>
a { background-color: #D55176; }
a { background-color: rgb(213,81,118); }
div.DivClassName
{
background-color: #D55176;
}
.BgClassName
{
background-color: #D55176;
}
</style>
border-color css
<style>
span { border-color: #D55176; }
span { border-color: rgb(213,81,118); }
td.TdClassName
{
border-color: #D55176;
}
.TagClassName
{
border-color: #D55176;
}
</style>