Shades of Cranberry #D55A75
Tints of Cranberry #D55A75
RGB
CMYK
RGB Variations
Color information
#D55A75 (or 0xD55A75) is known color: Cranberry. HEX triplet: D5, 5A and 75. RGB value is (213,90,117). Sum of RGB (Red+Green+Blue) = 213+90+117=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A75 is #2AA58A. Grayscale: #818181. Windows color (decimal): -2794891 or 7690965. OLE color: 7690965.
HSL color Cylindrical-coordinate representation of color #D55A75: hue angle of 346.83º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A75 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 117 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.16 |
| HSL | 346.83º | 0.59% | 0.59% | - |
| HSV(B) | 346.83º | 0.58% | 0.84% | - |
| XYZ | 34.31 | 22.74 | 19.41 | - |
| YUV | 129.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 117 | 0 | 0.58 | 0.45 | 0.16 | 346.83 | 0.59 | 0.59 |
| Hex | D5 | 5A | 75 | 0 | 3A | 2D | 10 | 15B | 3B | 3B |
| Octal | 325 | 132 | 165 | 0 | 72 | 55 | 20 | 533 | 73 | 73 |
| Binary | 11010101 | 1011010 | 1110101 | 0 | 111010 | 101101 | 10000 | 101011011 | 111011 | 111011 |
Color Harmonies of #D55A75
Complementary color
Monochromatic Colors of #D55A75
Black with #D55A75
Text Example
Text Example
White with #D55A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A75; }
p { color: rgb(213,90,117); }
H1.HeaderClassName
{
color: #D55A75;
}
.AnyTagClassName
{
color: #D55A75;
}
</style>
background-color css
<style>
a { background-color: #D55A75; }
a { background-color: rgb(213,90,117); }
div.DivClassName
{
background-color: #D55A75;
}
.BgClassName
{
background-color: #D55A75;
}
</style>
border-color css
<style>
span { border-color: #D55A75; }
span { border-color: rgb(213,90,117); }
td.TdClassName
{
border-color: #D55A75;
}
.TagClassName
{
border-color: #D55A75;
}
</style>