Shades of Cranberry #D55084
Tints of Cranberry #D55084
RGB
CMYK
RGB Variations
Color information
#D55084 (or 0xD55084) is known color: Cranberry. HEX triplet: D5, 50 and 84. RGB value is (213,80,132). Sum of RGB (Red+Green+Blue) = 213+80+132=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55084 is #2AAF7B. Grayscale: #7D7D7D. Windows color (decimal): -2797436 or 8671445. OLE color: 8671445.
HSL color Cylindrical-coordinate representation of color #D55084: hue angle of 336.54º 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 #D55084 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 132 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.16 |
| HSL | 336.54º | 0.61% | 0.57% | - |
| HSV(B) | 336.54º | 0.62% | 0.84% | - |
| XYZ | 34.47 | 21.55 | 24.17 | - |
| YUV | 125.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 132 | 0 | 0.62 | 0.38 | 0.16 | 336.54 | 0.61 | 0.57 |
| Hex | D5 | 50 | 84 | 0 | 3E | 26 | 10 | 151 | 3D | 39 |
| Octal | 325 | 120 | 204 | 0 | 76 | 46 | 20 | 521 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10000100 | 0 | 111110 | 100110 | 10000 | 101010001 | 111101 | 111001 |
Color Harmonies of #D55084
Complementary color
Monochromatic Colors of #D55084
Black with #D55084
Text Example
Text Example
White with #D55084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55084; }
p { color: rgb(213,80,132); }
H1.HeaderClassName
{
color: #D55084;
}
.AnyTagClassName
{
color: #D55084;
}
</style>
background-color css
<style>
a { background-color: #D55084; }
a { background-color: rgb(213,80,132); }
div.DivClassName
{
background-color: #D55084;
}
.BgClassName
{
background-color: #D55084;
}
</style>
border-color css
<style>
span { border-color: #D55084; }
span { border-color: rgb(213,80,132); }
td.TdClassName
{
border-color: #D55084;
}
.TagClassName
{
border-color: #D55084;
}
</style>