Shades of Cranberry #D55C83
Tints of Cranberry #D55C83
RGB
CMYK
RGB Variations
Color information
#D55C83 (or 0xD55C83) is known color: Cranberry. HEX triplet: D5, 5C and 83. RGB value is (213,92,131). Sum of RGB (Red+Green+Blue) = 213+92+131=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C83 is #2AA37C. Grayscale: #848484. Windows color (decimal): -2794365 or 8608981. OLE color: 8608981.
HSL color Cylindrical-coordinate representation of color #D55C83: hue angle of 340.66º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55C83 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 131 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.16 |
| HSL | 340.66º | 0.59% | 0.6% | - |
| HSV(B) | 340.66º | 0.57% | 0.84% | - |
| XYZ | 35.36 | 23.44 | 24.13 | - |
| YUV | 132.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 131 | 0 | 0.57 | 0.38 | 0.16 | 340.66 | 0.59 | 0.6 |
| Hex | D5 | 5C | 83 | 0 | 39 | 26 | 10 | 155 | 3B | 3C |
| Octal | 325 | 134 | 203 | 0 | 71 | 46 | 20 | 525 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10000011 | 0 | 111001 | 100110 | 10000 | 101010101 | 111011 | 111100 |
Color Harmonies of #D55C83
Complementary color
Monochromatic Colors of #D55C83
Black with #D55C83
Text Example
Text Example
White with #D55C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C83; }
p { color: rgb(213,92,131); }
H1.HeaderClassName
{
color: #D55C83;
}
.AnyTagClassName
{
color: #D55C83;
}
</style>
background-color css
<style>
a { background-color: #D55C83; }
a { background-color: rgb(213,92,131); }
div.DivClassName
{
background-color: #D55C83;
}
.BgClassName
{
background-color: #D55C83;
}
</style>
border-color css
<style>
span { border-color: #D55C83; }
span { border-color: rgb(213,92,131); }
td.TdClassName
{
border-color: #D55C83;
}
.TagClassName
{
border-color: #D55C83;
}
</style>