Shades of Cranberry #D1547D
Tints of Cranberry #D1547D
RGB
CMYK
RGB Variations
Color information
#D1547D (or 0xD1547D) is known color: Cranberry. HEX triplet: D1, 54 and 7D. RGB value is (209,84,125). Sum of RGB (Red+Green+Blue) = 209+84+125=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1547D is #2EAB82. Grayscale: #7E7E7E. Windows color (decimal): -3058563 or 8213713. OLE color: 8213713.
HSL color Cylindrical-coordinate representation of color #D1547D: hue angle of 340.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1547D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 125 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.18 |
| HSL | 340.32º | 0.58% | 0.57% | - |
| HSV(B) | 340.32º | 0.6% | 0.82% | - |
| XYZ | 33.17 | 21.38 | 21.78 | - |
| YUV | 126.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 125 | 0 | 0.60 | 0.40 | 0.18 | 340.32 | 0.58 | 0.57 |
| Hex | D1 | 54 | 7D | 0 | 3C | 28 | 12 | 154 | 3A | 39 |
| Octal | 321 | 124 | 175 | 0 | 74 | 50 | 22 | 524 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1111101 | 0 | 111100 | 101000 | 10010 | 101010100 | 111010 | 111001 |
Color Harmonies of #D1547D
Complementary color
Monochromatic Colors of #D1547D
Black with #D1547D
Text Example
Text Example
White with #D1547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1547D; }
p { color: rgb(209,84,125); }
H1.HeaderClassName
{
color: #D1547D;
}
.AnyTagClassName
{
color: #D1547D;
}
</style>
background-color css
<style>
a { background-color: #D1547D; }
a { background-color: rgb(209,84,125); }
div.DivClassName
{
background-color: #D1547D;
}
.BgClassName
{
background-color: #D1547D;
}
</style>
border-color css
<style>
span { border-color: #D1547D; }
span { border-color: rgb(209,84,125); }
td.TdClassName
{
border-color: #D1547D;
}
.TagClassName
{
border-color: #D1547D;
}
</style>