Shades of Cranberry #D55483
Tints of Cranberry #D55483
RGB
CMYK
RGB Variations
Color information
#D55483 (or 0xD55483) is known color: Cranberry. HEX triplet: D5, 54 and 83. RGB value is (213,84,131). Sum of RGB (Red+Green+Blue) = 213+84+131=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55483 is #2AAB7C. Grayscale: #7F7F7F. Windows color (decimal): -2796413 or 8606933. OLE color: 8606933.
HSL color Cylindrical-coordinate representation of color #D55483: hue angle of 338.14º 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 #D55483 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 131 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.16 |
| HSL | 338.14º | 0.61% | 0.58% | - |
| HSV(B) | 338.14º | 0.61% | 0.84% | - |
| XYZ | 34.71 | 22.13 | 23.91 | - |
| YUV | 127.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 131 | 0 | 0.61 | 0.38 | 0.16 | 338.14 | 0.61 | 0.58 |
| Hex | D5 | 54 | 83 | 0 | 3D | 26 | 10 | 152 | 3D | 3A |
| Octal | 325 | 124 | 203 | 0 | 75 | 46 | 20 | 522 | 75 | 72 |
| Binary | 11010101 | 1010100 | 10000011 | 0 | 111101 | 100110 | 10000 | 101010010 | 111101 | 111010 |
Color Harmonies of #D55483
Complementary color
Monochromatic Colors of #D55483
Black with #D55483
Text Example
Text Example
White with #D55483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55483; }
p { color: rgb(213,84,131); }
H1.HeaderClassName
{
color: #D55483;
}
.AnyTagClassName
{
color: #D55483;
}
</style>
background-color css
<style>
a { background-color: #D55483; }
a { background-color: rgb(213,84,131); }
div.DivClassName
{
background-color: #D55483;
}
.BgClassName
{
background-color: #D55483;
}
</style>
border-color css
<style>
span { border-color: #D55483; }
span { border-color: rgb(213,84,131); }
td.TdClassName
{
border-color: #D55483;
}
.TagClassName
{
border-color: #D55483;
}
</style>