Shades of Cranberry #D55174
Tints of Cranberry #D55174
RGB
CMYK
RGB Variations
Color information
#D55174 (or 0xD55174) is known color: Cranberry. HEX triplet: D5, 51 and 74. RGB value is (213,81,116). Sum of RGB (Red+Green+Blue) = 213+81+116=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55174 is #2AAE8B. Grayscale: #7C7C7C. Windows color (decimal): -2797196 or 7623125. OLE color: 7623125.
HSL color Cylindrical-coordinate representation of color #D55174: hue angle of 344.09º 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 #D55174 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 116 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.16 |
| HSL | 344.09º | 0.61% | 0.58% | - |
| HSV(B) | 344.09º | 0.62% | 0.84% | - |
| XYZ | 33.54 | 21.29 | 18.87 | - |
| YUV | 124.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 116 | 0 | 0.62 | 0.46 | 0.16 | 344.09 | 0.61 | 0.58 |
| Hex | D5 | 51 | 74 | 0 | 3E | 2E | 10 | 158 | 3D | 3A |
| Octal | 325 | 121 | 164 | 0 | 76 | 56 | 20 | 530 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1110100 | 0 | 111110 | 101110 | 10000 | 101011000 | 111101 | 111010 |
Color Harmonies of #D55174
Complementary color
Monochromatic Colors of #D55174
Black with #D55174
Text Example
Text Example
White with #D55174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55174; }
p { color: rgb(213,81,116); }
H1.HeaderClassName
{
color: #D55174;
}
.AnyTagClassName
{
color: #D55174;
}
</style>
background-color css
<style>
a { background-color: #D55174; }
a { background-color: rgb(213,81,116); }
div.DivClassName
{
background-color: #D55174;
}
.BgClassName
{
background-color: #D55174;
}
</style>
border-color css
<style>
span { border-color: #D55174; }
span { border-color: rgb(213,81,116); }
td.TdClassName
{
border-color: #D55174;
}
.TagClassName
{
border-color: #D55174;
}
</style>