Shades of Cranberry #D55F83
Tints of Cranberry #D55F83
RGB
CMYK
RGB Variations
Color information
#D55F83 (or 0xD55F83) is known color: Cranberry. HEX triplet: D5, 5F and 83. RGB value is (213,95,131). Sum of RGB (Red+Green+Blue) = 213+95+131=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F83 is #2AA07C. Grayscale: #868686. Windows color (decimal): -2793597 or 8609749. OLE color: 8609749.
HSL color Cylindrical-coordinate representation of color #D55F83: hue angle of 341.69º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F83 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 131 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.16 |
| HSL | 341.69º | 0.58% | 0.6% | - |
| HSV(B) | 341.69º | 0.55% | 0.84% | - |
| XYZ | 35.63 | 23.97 | 24.22 | - |
| YUV | 134.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 131 | 0 | 0.55 | 0.38 | 0.16 | 341.69 | 0.58 | 0.6 |
| Hex | D5 | 5F | 83 | 0 | 37 | 26 | 10 | 156 | 3A | 3C |
| Octal | 325 | 137 | 203 | 0 | 67 | 46 | 20 | 526 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10000011 | 0 | 110111 | 100110 | 10000 | 101010110 | 111010 | 111100 |
Color Harmonies of #D55F83
Complementary color
Monochromatic Colors of #D55F83
Black with #D55F83
Text Example
Text Example
White with #D55F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F83; }
p { color: rgb(213,95,131); }
H1.HeaderClassName
{
color: #D55F83;
}
.AnyTagClassName
{
color: #D55F83;
}
</style>
background-color css
<style>
a { background-color: #D55F83; }
a { background-color: rgb(213,95,131); }
div.DivClassName
{
background-color: #D55F83;
}
.BgClassName
{
background-color: #D55F83;
}
</style>
border-color css
<style>
span { border-color: #D55F83; }
span { border-color: rgb(213,95,131); }
td.TdClassName
{
border-color: #D55F83;
}
.TagClassName
{
border-color: #D55F83;
}
</style>