Shades of Cranberry #D55282
Tints of Cranberry #D55282
RGB
CMYK
RGB Variations
Color information
#D55282 (or 0xD55282) is known color: Cranberry. HEX triplet: D5, 52 and 82. RGB value is (213,82,130). Sum of RGB (Red+Green+Blue) = 213+82+130=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55282 is #2AAD7D. Grayscale: #7E7E7E. Windows color (decimal): -2796926 or 8540885. OLE color: 8540885.
HSL color Cylindrical-coordinate representation of color #D55282: hue angle of 338.02º 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 #D55282 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 130 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.16 |
| HSL | 338.02º | 0.61% | 0.58% | - |
| HSV(B) | 338.02º | 0.62% | 0.84% | - |
| XYZ | 34.49 | 21.79 | 23.51 | - |
| YUV | 126.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 130 | 0 | 0.62 | 0.39 | 0.16 | 338.02 | 0.61 | 0.58 |
| Hex | D5 | 52 | 82 | 0 | 3E | 27 | 10 | 152 | 3D | 3A |
| Octal | 325 | 122 | 202 | 0 | 76 | 47 | 20 | 522 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10000010 | 0 | 111110 | 100111 | 10000 | 101010010 | 111101 | 111010 |
Color Harmonies of #D55282
Complementary color
Monochromatic Colors of #D55282
Black with #D55282
Text Example
Text Example
White with #D55282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55282; }
p { color: rgb(213,82,130); }
H1.HeaderClassName
{
color: #D55282;
}
.AnyTagClassName
{
color: #D55282;
}
</style>
background-color css
<style>
a { background-color: #D55282; }
a { background-color: rgb(213,82,130); }
div.DivClassName
{
background-color: #D55282;
}
.BgClassName
{
background-color: #D55282;
}
</style>
border-color css
<style>
span { border-color: #D55282; }
span { border-color: rgb(213,82,130); }
td.TdClassName
{
border-color: #D55282;
}
.TagClassName
{
border-color: #D55282;
}
</style>