Shades of Cranberry #D55484
Tints of Cranberry #D55484
RGB
CMYK
RGB Variations
Color information
#D55484 (or 0xD55484) is known color: Cranberry. HEX triplet: D5, 54 and 84. RGB value is (213,84,132). Sum of RGB (Red+Green+Blue) = 213+84+132=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D55484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55484 is #2AAB7B. Grayscale: #7F7F7F. Windows color (decimal): -2796412 or 8672469. OLE color: 8672469.
HSL color Cylindrical-coordinate representation of color #D55484: hue angle of 337.67º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55484 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 132 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.16 |
| HSL | 337.67º | 0.61% | 0.58% | - |
| HSV(B) | 337.67º | 0.61% | 0.84% | - |
| XYZ | 34.78 | 22.15 | 24.27 | - |
| YUV | 128.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 132 | 0 | 0.61 | 0.38 | 0.16 | 337.67 | 0.61 | 0.58 |
| Hex | D5 | 54 | 84 | 0 | 3D | 26 | 10 | 152 | 3D | 3A |
| Octal | 325 | 124 | 204 | 0 | 75 | 46 | 20 | 522 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10000100 | 0 | 111101 | 100110 | 10000 | 101010010 | 111101 | 111010 |
Color Harmonies of #D55484
Complementary color
Monochromatic Colors of #D55484
Black with #D55484
Text Example
Text Example
White with #D55484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55484; }
p { color: rgb(213,84,132); }
H1.HeaderClassName
{
color: #D55484;
}
.AnyTagClassName
{
color: #D55484;
}
</style>
background-color css
<style>
a { background-color: #D55484; }
a { background-color: rgb(213,84,132); }
div.DivClassName
{
background-color: #D55484;
}
.BgClassName
{
background-color: #D55484;
}
</style>
border-color css
<style>
span { border-color: #D55484; }
span { border-color: rgb(213,84,132); }
td.TdClassName
{
border-color: #D55484;
}
.TagClassName
{
border-color: #D55484;
}
</style>