Shades of Cranberry #D15276
Tints of Cranberry #D15276
RGB
CMYK
RGB Variations
Color information
#D15276 (or 0xD15276) is known color: Cranberry. HEX triplet: D1, 52 and 76. RGB value is (209,82,118). Sum of RGB (Red+Green+Blue) = 209+82+118=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15276 is #2EAD89. Grayscale: #7C7C7C. Windows color (decimal): -3059082 or 7754449. OLE color: 7754449.
HSL color Cylindrical-coordinate representation of color #D15276: hue angle of 342.99º 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 #D15276 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 118 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.18 |
| HSL | 342.99º | 0.58% | 0.57% | - |
| HSV(B) | 342.99º | 0.61% | 0.82% | - |
| XYZ | 32.58 | 20.9 | 19.46 | - |
| YUV | 124.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 118 | 0 | 0.61 | 0.44 | 0.18 | 342.99 | 0.58 | 0.57 |
| Hex | D1 | 52 | 76 | 0 | 3D | 2C | 12 | 157 | 3A | 39 |
| Octal | 321 | 122 | 166 | 0 | 75 | 54 | 22 | 527 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1110110 | 0 | 111101 | 101100 | 10010 | 101010111 | 111010 | 111001 |
Color Harmonies of #D15276
Complementary color
Monochromatic Colors of #D15276
Black with #D15276
Text Example
Text Example
White with #D15276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15276; }
p { color: rgb(209,82,118); }
H1.HeaderClassName
{
color: #D15276;
}
.AnyTagClassName
{
color: #D15276;
}
</style>
background-color css
<style>
a { background-color: #D15276; }
a { background-color: rgb(209,82,118); }
div.DivClassName
{
background-color: #D15276;
}
.BgClassName
{
background-color: #D15276;
}
</style>
border-color css
<style>
span { border-color: #D15276; }
span { border-color: rgb(209,82,118); }
td.TdClassName
{
border-color: #D15276;
}
.TagClassName
{
border-color: #D15276;
}
</style>