Shades of Cranberry #D8547E
Tints of Cranberry #D8547E
RGB
CMYK
RGB Variations
Color information
#D8547E (or 0xD8547E) is known color: Cranberry. HEX triplet: D8, 54 and 7E. RGB value is (216,84,126). Sum of RGB (Red+Green+Blue) = 216+84+126=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8547E is #27AB81. Grayscale: #808080. Windows color (decimal): -2599810 or 8279256. OLE color: 8279256.
HSL color Cylindrical-coordinate representation of color #D8547E: hue angle of 340.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8547E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 126 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.15 |
| HSL | 340.91º | 0.63% | 0.59% | - |
| HSV(B) | 340.91º | 0.61% | 0.85% | - |
| XYZ | 35.26 | 22.45 | 22.21 | - |
| YUV | 128.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 126 | 0 | 0.61 | 0.42 | 0.15 | 340.91 | 0.63 | 0.59 |
| Hex | D8 | 54 | 7E | 0 | 3D | 2A | F | 155 | 3F | 3B |
| Octal | 330 | 124 | 176 | 0 | 75 | 52 | 17 | 525 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1111110 | 0 | 111101 | 101010 | 1111 | 101010101 | 111111 | 111011 |
Color Harmonies of #D8547E
Complementary color
Monochromatic Colors of #D8547E
Black with #D8547E
Text Example
Text Example
White with #D8547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8547E; }
p { color: rgb(216,84,126); }
H1.HeaderClassName
{
color: #D8547E;
}
.AnyTagClassName
{
color: #D8547E;
}
</style>
background-color css
<style>
a { background-color: #D8547E; }
a { background-color: rgb(216,84,126); }
div.DivClassName
{
background-color: #D8547E;
}
.BgClassName
{
background-color: #D8547E;
}
</style>
border-color css
<style>
span { border-color: #D8547E; }
span { border-color: rgb(216,84,126); }
td.TdClassName
{
border-color: #D8547E;
}
.TagClassName
{
border-color: #D8547E;
}
</style>