Shades of Cranberry #D55080
Tints of Cranberry #D55080
RGB
CMYK
RGB Variations
Color information
#D55080 (or 0xD55080) is known color: Cranberry. HEX triplet: D5, 50 and 80. RGB value is (213,80,128). Sum of RGB (Red+Green+Blue) = 213+80+128=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D55080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55080 is #2AAF7F. Grayscale: #7D7D7D. Windows color (decimal): -2797440 or 8409301. OLE color: 8409301.
HSL color Cylindrical-coordinate representation of color #D55080: hue angle of 338.35º 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 #D55080 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 128 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.16 |
| HSL | 338.35º | 0.61% | 0.57% | - |
| HSV(B) | 338.35º | 0.62% | 0.84% | - |
| XYZ | 34.21 | 21.44 | 22.76 | - |
| YUV | 125.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 128 | 0 | 0.62 | 0.40 | 0.16 | 338.35 | 0.61 | 0.57 |
| Hex | D5 | 50 | 80 | 0 | 3E | 28 | 10 | 152 | 3D | 39 |
| Octal | 325 | 120 | 200 | 0 | 76 | 50 | 20 | 522 | 75 | 71 |
| Binary | 11010101 | 1010000 | 10000000 | 0 | 111110 | 101000 | 10000 | 101010010 | 111101 | 111001 |
Color Harmonies of #D55080
Complementary color
Monochromatic Colors of #D55080
Black with #D55080
Text Example
Text Example
White with #D55080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55080; }
p { color: rgb(213,80,128); }
H1.HeaderClassName
{
color: #D55080;
}
.AnyTagClassName
{
color: #D55080;
}
</style>
background-color css
<style>
a { background-color: #D55080; }
a { background-color: rgb(213,80,128); }
div.DivClassName
{
background-color: #D55080;
}
.BgClassName
{
background-color: #D55080;
}
</style>
border-color css
<style>
span { border-color: #D55080; }
span { border-color: rgb(213,80,128); }
td.TdClassName
{
border-color: #D55080;
}
.TagClassName
{
border-color: #D55080;
}
</style>