Shades of Cranberry #D55273
Tints of Cranberry #D55273
RGB
CMYK
RGB Variations
Color information
#D55273 (or 0xD55273) is known color: Cranberry. HEX triplet: D5, 52 and 73. RGB value is (213,82,115). Sum of RGB (Red+Green+Blue) = 213+82+115=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55273 is #2AAD8C. Grayscale: #7C7C7C. Windows color (decimal): -2796941 or 7557845. OLE color: 7557845.
HSL color Cylindrical-coordinate representation of color #D55273: hue angle of 344.89º 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 #D55273 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 115 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.16 |
| HSL | 344.89º | 0.61% | 0.58% | - |
| HSV(B) | 344.89º | 0.62% | 0.84% | - |
| XYZ | 33.55 | 21.42 | 18.59 | - |
| YUV | 124.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 115 | 0 | 0.62 | 0.46 | 0.16 | 344.89 | 0.61 | 0.58 |
| Hex | D5 | 52 | 73 | 0 | 3E | 2E | 10 | 159 | 3D | 3A |
| Octal | 325 | 122 | 163 | 0 | 76 | 56 | 20 | 531 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1110011 | 0 | 111110 | 101110 | 10000 | 101011001 | 111101 | 111010 |
Color Harmonies of #D55273
Complementary color
Monochromatic Colors of #D55273
Black with #D55273
Text Example
Text Example
White with #D55273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55273; }
p { color: rgb(213,82,115); }
H1.HeaderClassName
{
color: #D55273;
}
.AnyTagClassName
{
color: #D55273;
}
</style>
background-color css
<style>
a { background-color: #D55273; }
a { background-color: rgb(213,82,115); }
div.DivClassName
{
background-color: #D55273;
}
.BgClassName
{
background-color: #D55273;
}
</style>
border-color css
<style>
span { border-color: #D55273; }
span { border-color: rgb(213,82,115); }
td.TdClassName
{
border-color: #D55273;
}
.TagClassName
{
border-color: #D55273;
}
</style>