Shades of Cranberry #D55C80
Tints of Cranberry #D55C80
RGB
CMYK
RGB Variations
Color information
#D55C80 (or 0xD55C80) is known color: Cranberry. HEX triplet: D5, 5C and 80. RGB value is (213,92,128). Sum of RGB (Red+Green+Blue) = 213+92+128=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C80 is #2AA37F. Grayscale: #848484. Windows color (decimal): -2794368 or 8412373. OLE color: 8412373.
HSL color Cylindrical-coordinate representation of color #D55C80: hue angle of 342.15º 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 #D55C80 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 128 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.16 |
| HSL | 342.15º | 0.59% | 0.6% | - |
| HSV(B) | 342.15º | 0.57% | 0.84% | - |
| XYZ | 35.16 | 23.36 | 23.08 | - |
| YUV | 132.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 128 | 0 | 0.57 | 0.40 | 0.16 | 342.15 | 0.59 | 0.6 |
| Hex | D5 | 5C | 80 | 0 | 39 | 28 | 10 | 156 | 3B | 3C |
| Octal | 325 | 134 | 200 | 0 | 71 | 50 | 20 | 526 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10000000 | 0 | 111001 | 101000 | 10000 | 101010110 | 111011 | 111100 |
Color Harmonies of #D55C80
Complementary color
Monochromatic Colors of #D55C80
Black with #D55C80
Text Example
Text Example
White with #D55C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C80; }
p { color: rgb(213,92,128); }
H1.HeaderClassName
{
color: #D55C80;
}
.AnyTagClassName
{
color: #D55C80;
}
</style>
background-color css
<style>
a { background-color: #D55C80; }
a { background-color: rgb(213,92,128); }
div.DivClassName
{
background-color: #D55C80;
}
.BgClassName
{
background-color: #D55C80;
}
</style>
border-color css
<style>
span { border-color: #D55C80; }
span { border-color: rgb(213,92,128); }
td.TdClassName
{
border-color: #D55C80;
}
.TagClassName
{
border-color: #D55C80;
}
</style>