Shades of Cranberry #D55376
Tints of Cranberry #D55376
RGB
CMYK
RGB Variations
Color information
#D55376 (or 0xD55376) is known color: Cranberry. HEX triplet: D5, 53 and 76. RGB value is (213,83,118). Sum of RGB (Red+Green+Blue) = 213+83+118=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D55376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55376 is #2AAC89. Grayscale: #7D7D7D. Windows color (decimal): -2796682 or 7754709. OLE color: 7754709.
HSL color Cylindrical-coordinate representation of color #D55376: hue angle of 343.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55376 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 118 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.16 |
| HSL | 343.85º | 0.61% | 0.58% | - |
| HSV(B) | 343.85º | 0.61% | 0.84% | - |
| XYZ | 33.8 | 21.64 | 19.53 | - |
| YUV | 125.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 118 | 0 | 0.61 | 0.45 | 0.16 | 343.85 | 0.61 | 0.58 |
| Hex | D5 | 53 | 76 | 0 | 3D | 2D | 10 | 158 | 3D | 3A |
| Octal | 325 | 123 | 166 | 0 | 75 | 55 | 20 | 530 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1110110 | 0 | 111101 | 101101 | 10000 | 101011000 | 111101 | 111010 |
Color Harmonies of #D55376
Complementary color
Monochromatic Colors of #D55376
Black with #D55376
Text Example
Text Example
White with #D55376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55376; }
p { color: rgb(213,83,118); }
H1.HeaderClassName
{
color: #D55376;
}
.AnyTagClassName
{
color: #D55376;
}
</style>
background-color css
<style>
a { background-color: #D55376; }
a { background-color: rgb(213,83,118); }
div.DivClassName
{
background-color: #D55376;
}
.BgClassName
{
background-color: #D55376;
}
</style>
border-color css
<style>
span { border-color: #D55376; }
span { border-color: rgb(213,83,118); }
td.TdClassName
{
border-color: #D55376;
}
.TagClassName
{
border-color: #D55376;
}
</style>