Shades of Cranberry #D7547F
Tints of Cranberry #D7547F
RGB
CMYK
RGB Variations
Color information
#D7547F (or 0xD7547F) is known color: Cranberry. HEX triplet: D7, 54 and 7F. RGB value is (215,84,127). Sum of RGB (Red+Green+Blue) = 215+84+127=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7547F is #28AB80. Grayscale: #808080. Windows color (decimal): -2665345 or 8344791. OLE color: 8344791.
HSL color Cylindrical-coordinate representation of color #D7547F: hue angle of 340.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7547F is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 127 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.16 |
| HSL | 340.31º | 0.62% | 0.59% | - |
| HSV(B) | 340.31º | 0.61% | 0.84% | - |
| XYZ | 35.03 | 22.32 | 22.54 | - |
| YUV | 128.07 | 127.4 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 127 | 0 | 0.61 | 0.41 | 0.16 | 340.31 | 0.62 | 0.59 |
| Hex | D7 | 54 | 7F | 0 | 3D | 29 | 10 | 154 | 3E | 3B |
| Octal | 327 | 124 | 177 | 0 | 75 | 51 | 20 | 524 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1111111 | 0 | 111101 | 101001 | 10000 | 101010100 | 111110 | 111011 |
Color Harmonies of #D7547F
Complementary color
Monochromatic Colors of #D7547F
Black with #D7547F
Text Example
Text Example
White with #D7547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7547F; }
p { color: rgb(215,84,127); }
H1.HeaderClassName
{
color: #D7547F;
}
.AnyTagClassName
{
color: #D7547F;
}
</style>
background-color css
<style>
a { background-color: #D7547F; }
a { background-color: rgb(215,84,127); }
div.DivClassName
{
background-color: #D7547F;
}
.BgClassName
{
background-color: #D7547F;
}
</style>
border-color css
<style>
span { border-color: #D7547F; }
span { border-color: rgb(215,84,127); }
td.TdClassName
{
border-color: #D7547F;
}
.TagClassName
{
border-color: #D7547F;
}
</style>