Shades of Cranberry #D1557A
Tints of Cranberry #D1557A
RGB
CMYK
RGB Variations
Color information
#D1557A (or 0xD1557A) is known color: Cranberry. HEX triplet: D1, 55 and 7A. RGB value is (209,85,122). Sum of RGB (Red+Green+Blue) = 209+85+122=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1557A is #2EAA85. Grayscale: #7E7E7E. Windows color (decimal): -3058310 or 8017361. OLE color: 8017361.
HSL color Cylindrical-coordinate representation of color #D1557A: hue angle of 342.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1557A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 122 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.18 |
| HSL | 342.1º | 0.57% | 0.58% | - |
| HSV(B) | 342.1º | 0.59% | 0.82% | - |
| XYZ | 33.06 | 21.46 | 20.81 | - |
| YUV | 126.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 122 | 0 | 0.59 | 0.42 | 0.18 | 342.1 | 0.57 | 0.58 |
| Hex | D1 | 55 | 7A | 0 | 3B | 2A | 12 | 156 | 39 | 3A |
| Octal | 321 | 125 | 172 | 0 | 73 | 52 | 22 | 526 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1111010 | 0 | 111011 | 101010 | 10010 | 101010110 | 111001 | 111010 |
Color Harmonies of #D1557A
Complementary color
Monochromatic Colors of #D1557A
Black with #D1557A
Text Example
Text Example
White with #D1557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1557A; }
p { color: rgb(209,85,122); }
H1.HeaderClassName
{
color: #D1557A;
}
.AnyTagClassName
{
color: #D1557A;
}
</style>
background-color css
<style>
a { background-color: #D1557A; }
a { background-color: rgb(209,85,122); }
div.DivClassName
{
background-color: #D1557A;
}
.BgClassName
{
background-color: #D1557A;
}
</style>
border-color css
<style>
span { border-color: #D1557A; }
span { border-color: rgb(209,85,122); }
td.TdClassName
{
border-color: #D1557A;
}
.TagClassName
{
border-color: #D1557A;
}
</style>