Shades of Cranberry #D15579
Tints of Cranberry #D15579
RGB
CMYK
RGB Variations
Color information
#D15579 (or 0xD15579) is known color: Cranberry. HEX triplet: D1, 55 and 79. RGB value is (209,85,121). Sum of RGB (Red+Green+Blue) = 209+85+121=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D15579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15579 is #2EAA86. Grayscale: #7E7E7E. Windows color (decimal): -3058311 or 7951825. OLE color: 7951825.
HSL color Cylindrical-coordinate representation of color #D15579: hue angle of 342.58º 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 #D15579 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 121 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.18 |
| HSL | 342.58º | 0.57% | 0.58% | - |
| HSV(B) | 342.58º | 0.59% | 0.82% | - |
| XYZ | 32.99 | 21.43 | 20.49 | - |
| YUV | 126.18 | 125.08 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 121 | 0 | 0.59 | 0.42 | 0.18 | 342.58 | 0.57 | 0.58 |
| Hex | D1 | 55 | 79 | 0 | 3B | 2A | 12 | 157 | 39 | 3A |
| Octal | 321 | 125 | 171 | 0 | 73 | 52 | 22 | 527 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1111001 | 0 | 111011 | 101010 | 10010 | 101010111 | 111001 | 111010 |
Color Harmonies of #D15579
Complementary color
Monochromatic Colors of #D15579
Black with #D15579
Text Example
Text Example
White with #D15579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15579; }
p { color: rgb(209,85,121); }
H1.HeaderClassName
{
color: #D15579;
}
.AnyTagClassName
{
color: #D15579;
}
</style>
background-color css
<style>
a { background-color: #D15579; }
a { background-color: rgb(209,85,121); }
div.DivClassName
{
background-color: #D15579;
}
.BgClassName
{
background-color: #D15579;
}
</style>
border-color css
<style>
span { border-color: #D15579; }
span { border-color: rgb(209,85,121); }
td.TdClassName
{
border-color: #D15579;
}
.TagClassName
{
border-color: #D15579;
}
</style>