Shades of Cranberry #D15079
Tints of Cranberry #D15079
RGB
CMYK
RGB Variations
Color information
#D15079 (or 0xD15079) is known color: Cranberry. HEX triplet: D1, 50 and 79. RGB value is (209,80,121). Sum of RGB (Red+Green+Blue) = 209+80+121=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15079 is #2EAF86. Grayscale: #7B7B7B. Windows color (decimal): -3059591 or 7950545. OLE color: 7950545.
HSL color Cylindrical-coordinate representation of color #D15079: hue angle of 340.93º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15079 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 121 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.18 |
| HSL | 340.93º | 0.58% | 0.57% | - |
| HSV(B) | 340.93º | 0.62% | 0.82% | - |
| XYZ | 32.61 | 20.67 | 20.36 | - |
| YUV | 123.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 121 | 0 | 0.62 | 0.42 | 0.18 | 340.93 | 0.58 | 0.57 |
| Hex | D1 | 50 | 79 | 0 | 3E | 2A | 12 | 155 | 3A | 39 |
| Octal | 321 | 120 | 171 | 0 | 76 | 52 | 22 | 525 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1111001 | 0 | 111110 | 101010 | 10010 | 101010101 | 111010 | 111001 |
Color Harmonies of #D15079
Complementary color
Monochromatic Colors of #D15079
Black with #D15079
Text Example
Text Example
White with #D15079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15079; }
p { color: rgb(209,80,121); }
H1.HeaderClassName
{
color: #D15079;
}
.AnyTagClassName
{
color: #D15079;
}
</style>
background-color css
<style>
a { background-color: #D15079; }
a { background-color: rgb(209,80,121); }
div.DivClassName
{
background-color: #D15079;
}
.BgClassName
{
background-color: #D15079;
}
</style>
border-color css
<style>
span { border-color: #D15079; }
span { border-color: rgb(209,80,121); }
td.TdClassName
{
border-color: #D15079;
}
.TagClassName
{
border-color: #D15079;
}
</style>