Shades of Cranberry #D1567D
Tints of Cranberry #D1567D
RGB
CMYK
RGB Variations
Color information
#D1567D (or 0xD1567D) is known color: Cranberry. HEX triplet: D1, 56 and 7D. RGB value is (209,86,125). Sum of RGB (Red+Green+Blue) = 209+86+125=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1567D is #2EA982. Grayscale: #7F7F7F. Windows color (decimal): -3058051 or 8214225. OLE color: 8214225.
HSL color Cylindrical-coordinate representation of color #D1567D: hue angle of 340.98º 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 #D1567D is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 125 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.18 |
| HSL | 340.98º | 0.57% | 0.58% | - |
| HSV(B) | 340.98º | 0.59% | 0.82% | - |
| XYZ | 33.32 | 21.69 | 21.83 | - |
| YUV | 127.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 125 | 0 | 0.59 | 0.40 | 0.18 | 340.98 | 0.57 | 0.58 |
| Hex | D1 | 56 | 7D | 0 | 3B | 28 | 12 | 155 | 39 | 3A |
| Octal | 321 | 126 | 175 | 0 | 73 | 50 | 22 | 525 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1111101 | 0 | 111011 | 101000 | 10010 | 101010101 | 111001 | 111010 |
Color Harmonies of #D1567D
Complementary color
Monochromatic Colors of #D1567D
Black with #D1567D
Text Example
Text Example
White with #D1567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1567D; }
p { color: rgb(209,86,125); }
H1.HeaderClassName
{
color: #D1567D;
}
.AnyTagClassName
{
color: #D1567D;
}
</style>
background-color css
<style>
a { background-color: #D1567D; }
a { background-color: rgb(209,86,125); }
div.DivClassName
{
background-color: #D1567D;
}
.BgClassName
{
background-color: #D1567D;
}
</style>
border-color css
<style>
span { border-color: #D1567D; }
span { border-color: rgb(209,86,125); }
td.TdClassName
{
border-color: #D1567D;
}
.TagClassName
{
border-color: #D1567D;
}
</style>