Shades of Cranberry #D15277
Tints of Cranberry #D15277
RGB
CMYK
RGB Variations
Color information
#D15277 (or 0xD15277) is known color: Cranberry. HEX triplet: D1, 52 and 77. RGB value is (209,82,119). Sum of RGB (Red+Green+Blue) = 209+82+119=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D15277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15277 is #2EAD88. Grayscale: #7C7C7C. Windows color (decimal): -3059081 or 7819985. OLE color: 7819985.
HSL color Cylindrical-coordinate representation of color #D15277: hue angle of 342.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15277 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 119 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.18 |
| HSL | 342.52º | 0.58% | 0.57% | - |
| HSV(B) | 342.52º | 0.61% | 0.82% | - |
| XYZ | 32.64 | 20.92 | 19.77 | - |
| YUV | 124.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 119 | 0 | 0.61 | 0.43 | 0.18 | 342.52 | 0.58 | 0.57 |
| Hex | D1 | 52 | 77 | 0 | 3D | 2B | 12 | 157 | 3A | 39 |
| Octal | 321 | 122 | 167 | 0 | 75 | 53 | 22 | 527 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1110111 | 0 | 111101 | 101011 | 10010 | 101010111 | 111010 | 111001 |
Color Harmonies of #D15277
Complementary color
Monochromatic Colors of #D15277
Black with #D15277
Text Example
Text Example
White with #D15277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15277; }
p { color: rgb(209,82,119); }
H1.HeaderClassName
{
color: #D15277;
}
.AnyTagClassName
{
color: #D15277;
}
</style>
background-color css
<style>
a { background-color: #D15277; }
a { background-color: rgb(209,82,119); }
div.DivClassName
{
background-color: #D15277;
}
.BgClassName
{
background-color: #D15277;
}
</style>
border-color css
<style>
span { border-color: #D15277; }
span { border-color: rgb(209,82,119); }
td.TdClassName
{
border-color: #D15277;
}
.TagClassName
{
border-color: #D15277;
}
</style>