Shades of Cranberry #D55280
Tints of Cranberry #D55280
RGB
CMYK
RGB Variations
Color information
#D55280 (or 0xD55280) is known color: Cranberry. HEX triplet: D5, 52 and 80. RGB value is (213,82,128). Sum of RGB (Red+Green+Blue) = 213+82+128=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D55280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55280 is #2AAD7F. Grayscale: #7E7E7E. Windows color (decimal): -2796928 or 8409813. OLE color: 8409813.
HSL color Cylindrical-coordinate representation of color #D55280: hue angle of 338.93º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55280 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 128 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.16 |
| HSL | 338.93º | 0.61% | 0.58% | - |
| HSV(B) | 338.93º | 0.62% | 0.84% | - |
| XYZ | 34.35 | 21.74 | 22.81 | - |
| YUV | 126.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 128 | 0 | 0.62 | 0.40 | 0.16 | 338.93 | 0.61 | 0.58 |
| Hex | D5 | 52 | 80 | 0 | 3E | 28 | 10 | 153 | 3D | 3A |
| Octal | 325 | 122 | 200 | 0 | 76 | 50 | 20 | 523 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10000000 | 0 | 111110 | 101000 | 10000 | 101010011 | 111101 | 111010 |
Color Harmonies of #D55280
Complementary color
Monochromatic Colors of #D55280
Black with #D55280
Text Example
Text Example
White with #D55280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55280; }
p { color: rgb(213,82,128); }
H1.HeaderClassName
{
color: #D55280;
}
.AnyTagClassName
{
color: #D55280;
}
</style>
background-color css
<style>
a { background-color: #D55280; }
a { background-color: rgb(213,82,128); }
div.DivClassName
{
background-color: #D55280;
}
.BgClassName
{
background-color: #D55280;
}
</style>
border-color css
<style>
span { border-color: #D55280; }
span { border-color: rgb(213,82,128); }
td.TdClassName
{
border-color: #D55280;
}
.TagClassName
{
border-color: #D55280;
}
</style>