Shades of Cranberry #D55985
Tints of Cranberry #D55985
RGB
CMYK
RGB Variations
Color information
#D55985 (or 0xD55985) is known color: Cranberry. HEX triplet: D5, 59 and 85. RGB value is (213,89,133). Sum of RGB (Red+Green+Blue) = 213+89+133=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55985 is #2AA67A. Grayscale: #838383. Windows color (decimal): -2795131 or 8739285. OLE color: 8739285.
HSL color Cylindrical-coordinate representation of color #D55985: hue angle of 338.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55985 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 133 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.16 |
| HSL | 338.71º | 0.6% | 0.59% | - |
| HSV(B) | 338.71º | 0.58% | 0.84% | - |
| XYZ | 35.25 | 22.98 | 24.77 | - |
| YUV | 131.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 133 | 0 | 0.58 | 0.38 | 0.16 | 338.71 | 0.6 | 0.59 |
| Hex | D5 | 59 | 85 | 0 | 3A | 26 | 10 | 153 | 3C | 3B |
| Octal | 325 | 131 | 205 | 0 | 72 | 46 | 20 | 523 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10000101 | 0 | 111010 | 100110 | 10000 | 101010011 | 111100 | 111011 |
Color Harmonies of #D55985
Complementary color
Monochromatic Colors of #D55985
Black with #D55985
Text Example
Text Example
White with #D55985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55985; }
p { color: rgb(213,89,133); }
H1.HeaderClassName
{
color: #D55985;
}
.AnyTagClassName
{
color: #D55985;
}
</style>
background-color css
<style>
a { background-color: #D55985; }
a { background-color: rgb(213,89,133); }
div.DivClassName
{
background-color: #D55985;
}
.BgClassName
{
background-color: #D55985;
}
</style>
border-color css
<style>
span { border-color: #D55985; }
span { border-color: rgb(213,89,133); }
td.TdClassName
{
border-color: #D55985;
}
.TagClassName
{
border-color: #D55985;
}
</style>