Shades of Cranberry #D55085
Tints of Cranberry #D55085
RGB
CMYK
RGB Variations
Color information
#D55085 (or 0xD55085) is known color: Cranberry. HEX triplet: D5, 50 and 85. RGB value is (213,80,133). Sum of RGB (Red+Green+Blue) = 213+80+133=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55085 is #2AAF7A. Grayscale: #7D7D7D. Windows color (decimal): -2797435 or 8736981. OLE color: 8736981.
HSL color Cylindrical-coordinate representation of color #D55085: hue angle of 336.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55085 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 133 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.16 |
| HSL | 336.09º | 0.61% | 0.57% | - |
| HSV(B) | 336.09º | 0.62% | 0.84% | - |
| XYZ | 34.54 | 21.58 | 24.53 | - |
| YUV | 125.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 133 | 0 | 0.62 | 0.38 | 0.16 | 336.09 | 0.61 | 0.57 |
| Hex | D5 | 50 | 85 | 0 | 3E | 26 | 10 | 150 | 3D | 39 |
| Octal | 325 | 120 | 205 | 0 | 76 | 46 | 20 | 520 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10000101 | 0 | 111110 | 100110 | 10000 | 101010000 | 111101 | 111001 |
Color Harmonies of #D55085
Complementary color
Monochromatic Colors of #D55085
Black with #D55085
Text Example
Text Example
White with #D55085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55085; }
p { color: rgb(213,80,133); }
H1.HeaderClassName
{
color: #D55085;
}
.AnyTagClassName
{
color: #D55085;
}
</style>
background-color css
<style>
a { background-color: #D55085; }
a { background-color: rgb(213,80,133); }
div.DivClassName
{
background-color: #D55085;
}
.BgClassName
{
background-color: #D55085;
}
</style>
border-color css
<style>
span { border-color: #D55085; }
span { border-color: rgb(213,80,133); }
td.TdClassName
{
border-color: #D55085;
}
.TagClassName
{
border-color: #D55085;
}
</style>