Shades of Cranberry #D1547F
Tints of Cranberry #D1547F
RGB
CMYK
RGB Variations
Color information
#D1547F (or 0xD1547F) is known color: Cranberry. HEX triplet: D1, 54 and 7F. RGB value is (209,84,127). Sum of RGB (Red+Green+Blue) = 209+84+127=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1547F is #2EAB80. Grayscale: #7E7E7E. Windows color (decimal): -3058561 or 8344785. OLE color: 8344785.
HSL color Cylindrical-coordinate representation of color #D1547F: hue angle of 339.36º 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 #D1547F is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 127 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.18 |
| HSL | 339.36º | 0.58% | 0.57% | - |
| HSV(B) | 339.36º | 0.6% | 0.82% | - |
| XYZ | 33.3 | 21.43 | 22.46 | - |
| YUV | 126.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 127 | 0 | 0.60 | 0.39 | 0.18 | 339.36 | 0.58 | 0.57 |
| Hex | D1 | 54 | 7F | 0 | 3C | 27 | 12 | 153 | 3A | 39 |
| Octal | 321 | 124 | 177 | 0 | 74 | 47 | 22 | 523 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1111111 | 0 | 111100 | 100111 | 10010 | 101010011 | 111010 | 111001 |
Color Harmonies of #D1547F
Complementary color
Monochromatic Colors of #D1547F
Black with #D1547F
Text Example
Text Example
White with #D1547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1547F; }
p { color: rgb(209,84,127); }
H1.HeaderClassName
{
color: #D1547F;
}
.AnyTagClassName
{
color: #D1547F;
}
</style>
background-color css
<style>
a { background-color: #D1547F; }
a { background-color: rgb(209,84,127); }
div.DivClassName
{
background-color: #D1547F;
}
.BgClassName
{
background-color: #D1547F;
}
</style>
border-color css
<style>
span { border-color: #D1547F; }
span { border-color: rgb(209,84,127); }
td.TdClassName
{
border-color: #D1547F;
}
.TagClassName
{
border-color: #D1547F;
}
</style>