Shades of Cranberry #D55379
Tints of Cranberry #D55379
RGB
CMYK
RGB Variations
Color information
#D55379 (or 0xD55379) is known color: Cranberry. HEX triplet: D5, 53 and 79. RGB value is (213,83,121). Sum of RGB (Red+Green+Blue) = 213+83+121=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55379 is #2AAC86. Grayscale: #7E7E7E. Windows color (decimal): -2796679 or 7951317. OLE color: 7951317.
HSL color Cylindrical-coordinate representation of color #D55379: hue angle of 342.46º 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 #D55379 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 121 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.16 |
| HSL | 342.46º | 0.61% | 0.58% | - |
| HSV(B) | 342.46º | 0.61% | 0.84% | - |
| XYZ | 33.99 | 21.71 | 20.49 | - |
| YUV | 126.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 121 | 0 | 0.61 | 0.43 | 0.16 | 342.46 | 0.61 | 0.58 |
| Hex | D5 | 53 | 79 | 0 | 3D | 2B | 10 | 156 | 3D | 3A |
| Octal | 325 | 123 | 171 | 0 | 75 | 53 | 20 | 526 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1111001 | 0 | 111101 | 101011 | 10000 | 101010110 | 111101 | 111010 |
Color Harmonies of #D55379
Complementary color
Monochromatic Colors of #D55379
Black with #D55379
Text Example
Text Example
White with #D55379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55379; }
p { color: rgb(213,83,121); }
H1.HeaderClassName
{
color: #D55379;
}
.AnyTagClassName
{
color: #D55379;
}
</style>
background-color css
<style>
a { background-color: #D55379; }
a { background-color: rgb(213,83,121); }
div.DivClassName
{
background-color: #D55379;
}
.BgClassName
{
background-color: #D55379;
}
</style>
border-color css
<style>
span { border-color: #D55379; }
span { border-color: rgb(213,83,121); }
td.TdClassName
{
border-color: #D55379;
}
.TagClassName
{
border-color: #D55379;
}
</style>