Shades of Cranberry #D55183
Tints of Cranberry #D55183
RGB
CMYK
RGB Variations
Color information
#D55183 (or 0xD55183) is known color: Cranberry. HEX triplet: D5, 51 and 83. RGB value is (213,81,131). Sum of RGB (Red+Green+Blue) = 213+81+131=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55183 is #2AAE7C. Grayscale: #7E7E7E. Windows color (decimal): -2797181 or 8606165. OLE color: 8606165.
HSL color Cylindrical-coordinate representation of color #D55183: hue angle of 337.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 #D55183 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 131 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.16 |
| HSL | 337.27º | 0.61% | 0.58% | - |
| HSV(B) | 337.27º | 0.62% | 0.84% | - |
| XYZ | 34.48 | 21.67 | 23.84 | - |
| YUV | 126.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 131 | 0 | 0.62 | 0.38 | 0.16 | 337.27 | 0.61 | 0.58 |
| Hex | D5 | 51 | 83 | 0 | 3E | 26 | 10 | 151 | 3D | 3A |
| Octal | 325 | 121 | 203 | 0 | 76 | 46 | 20 | 521 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10000011 | 0 | 111110 | 100110 | 10000 | 101010001 | 111101 | 111010 |
Color Harmonies of #D55183
Complementary color
Monochromatic Colors of #D55183
Black with #D55183
Text Example
Text Example
White with #D55183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55183; }
p { color: rgb(213,81,131); }
H1.HeaderClassName
{
color: #D55183;
}
.AnyTagClassName
{
color: #D55183;
}
</style>
background-color css
<style>
a { background-color: #D55183; }
a { background-color: rgb(213,81,131); }
div.DivClassName
{
background-color: #D55183;
}
.BgClassName
{
background-color: #D55183;
}
</style>
border-color css
<style>
span { border-color: #D55183; }
span { border-color: rgb(213,81,131); }
td.TdClassName
{
border-color: #D55183;
}
.TagClassName
{
border-color: #D55183;
}
</style>