Shades of Cranberry #D8547B
Tints of Cranberry #D8547B
RGB
CMYK
RGB Variations
Color information
#D8547B (or 0xD8547B) is known color: Cranberry. HEX triplet: D8, 54 and 7B. RGB value is (216,84,123). Sum of RGB (Red+Green+Blue) = 216+84+123=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8547B is #27AB84. Grayscale: #7F7F7F. Windows color (decimal): -2599813 or 8082648. OLE color: 8082648.
HSL color Cylindrical-coordinate representation of color #D8547B: hue angle of 342.27º 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 #D8547B is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 123 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.15 |
| HSL | 342.27º | 0.63% | 0.59% | - |
| HSV(B) | 342.27º | 0.61% | 0.85% | - |
| XYZ | 35.06 | 22.37 | 21.21 | - |
| YUV | 127.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 123 | 0 | 0.61 | 0.43 | 0.15 | 342.27 | 0.63 | 0.59 |
| Hex | D8 | 54 | 7B | 0 | 3D | 2B | F | 156 | 3F | 3B |
| Octal | 330 | 124 | 173 | 0 | 75 | 53 | 17 | 526 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1111011 | 0 | 111101 | 101011 | 1111 | 101010110 | 111111 | 111011 |
Color Harmonies of #D8547B
Complementary color
Monochromatic Colors of #D8547B
Black with #D8547B
Text Example
Text Example
White with #D8547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8547B; }
p { color: rgb(216,84,123); }
H1.HeaderClassName
{
color: #D8547B;
}
.AnyTagClassName
{
color: #D8547B;
}
</style>
background-color css
<style>
a { background-color: #D8547B; }
a { background-color: rgb(216,84,123); }
div.DivClassName
{
background-color: #D8547B;
}
.BgClassName
{
background-color: #D8547B;
}
</style>
border-color css
<style>
span { border-color: #D8547B; }
span { border-color: rgb(216,84,123); }
td.TdClassName
{
border-color: #D8547B;
}
.TagClassName
{
border-color: #D8547B;
}
</style>