Shades of Cranberry #D55175
Tints of Cranberry #D55175
RGB
CMYK
RGB Variations
Color information
#D55175 (or 0xD55175) is known color: Cranberry. HEX triplet: D5, 51 and 75. RGB value is (213,81,117). Sum of RGB (Red+Green+Blue) = 213+81+117=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D55175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55175 is #2AAE8A. Grayscale: #7C7C7C. Windows color (decimal): -2797195 or 7688661. OLE color: 7688661.
HSL color Cylindrical-coordinate representation of color #D55175: hue angle of 343.64º 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 #D55175 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 117 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.16 |
| HSL | 343.64º | 0.61% | 0.58% | - |
| HSV(B) | 343.64º | 0.62% | 0.84% | - |
| XYZ | 33.59 | 21.32 | 19.17 | - |
| YUV | 124.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 117 | 0 | 0.62 | 0.45 | 0.16 | 343.64 | 0.61 | 0.58 |
| Hex | D5 | 51 | 75 | 0 | 3E | 2D | 10 | 158 | 3D | 3A |
| Octal | 325 | 121 | 165 | 0 | 76 | 55 | 20 | 530 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1110101 | 0 | 111110 | 101101 | 10000 | 101011000 | 111101 | 111010 |
Color Harmonies of #D55175
Complementary color
Monochromatic Colors of #D55175
Black with #D55175
Text Example
Text Example
White with #D55175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55175; }
p { color: rgb(213,81,117); }
H1.HeaderClassName
{
color: #D55175;
}
.AnyTagClassName
{
color: #D55175;
}
</style>
background-color css
<style>
a { background-color: #D55175; }
a { background-color: rgb(213,81,117); }
div.DivClassName
{
background-color: #D55175;
}
.BgClassName
{
background-color: #D55175;
}
</style>
border-color css
<style>
span { border-color: #D55175; }
span { border-color: rgb(213,81,117); }
td.TdClassName
{
border-color: #D55175;
}
.TagClassName
{
border-color: #D55175;
}
</style>