Shades of Cranberry #D1567F
Tints of Cranberry #D1567F
RGB
CMYK
RGB Variations
Color information
#D1567F (or 0xD1567F) is known color: Cranberry. HEX triplet: D1, 56 and 7F. RGB value is (209,86,127). Sum of RGB (Red+Green+Blue) = 209+86+127=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1567F is #2EA980. Grayscale: #7F7F7F. Windows color (decimal): -3058049 or 8345297. OLE color: 8345297.
HSL color Cylindrical-coordinate representation of color #D1567F: hue angle of 340º 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 #D1567F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 127 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.18 |
| HSL | 340º | 0.57% | 0.58% | - |
| HSV(B) | 340º | 0.59% | 0.82% | - |
| XYZ | 33.45 | 21.74 | 22.51 | - |
| YUV | 127.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 127 | 0 | 0.59 | 0.39 | 0.18 | 340 | 0.57 | 0.58 |
| Hex | D1 | 56 | 7F | 0 | 3B | 27 | 12 | 154 | 39 | 3A |
| Octal | 321 | 126 | 177 | 0 | 73 | 47 | 22 | 524 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1111111 | 0 | 111011 | 100111 | 10010 | 101010100 | 111001 | 111010 |
Color Harmonies of #D1567F
Complementary color
Monochromatic Colors of #D1567F
Black with #D1567F
Text Example
Text Example
White with #D1567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1567F; }
p { color: rgb(209,86,127); }
H1.HeaderClassName
{
color: #D1567F;
}
.AnyTagClassName
{
color: #D1567F;
}
</style>
background-color css
<style>
a { background-color: #D1567F; }
a { background-color: rgb(209,86,127); }
div.DivClassName
{
background-color: #D1567F;
}
.BgClassName
{
background-color: #D1567F;
}
</style>
border-color css
<style>
span { border-color: #D1567F; }
span { border-color: rgb(209,86,127); }
td.TdClassName
{
border-color: #D1567F;
}
.TagClassName
{
border-color: #D1567F;
}
</style>