Shades of Cranberry #D8547D
Tints of Cranberry #D8547D
RGB
CMYK
RGB Variations
Color information
#D8547D (or 0xD8547D) is known color: Cranberry. HEX triplet: D8, 54 and 7D. RGB value is (216,84,125). Sum of RGB (Red+Green+Blue) = 216+84+125=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8547D is #27AB82. Grayscale: #808080. Windows color (decimal): -2599811 or 8213720. OLE color: 8213720.
HSL color Cylindrical-coordinate representation of color #D8547D: hue angle of 341.36º 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 #D8547D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 125 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.15 |
| HSL | 341.36º | 0.63% | 0.59% | - |
| HSV(B) | 341.36º | 0.61% | 0.85% | - |
| XYZ | 35.19 | 22.42 | 21.87 | - |
| YUV | 128.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 125 | 0 | 0.61 | 0.42 | 0.15 | 341.36 | 0.63 | 0.59 |
| Hex | D8 | 54 | 7D | 0 | 3D | 2A | F | 155 | 3F | 3B |
| Octal | 330 | 124 | 175 | 0 | 75 | 52 | 17 | 525 | 77 | 73 |
| Binary | 11011000 | 1010100 | 1111101 | 0 | 111101 | 101010 | 1111 | 101010101 | 111111 | 111011 |
Color Harmonies of #D8547D
Complementary color
Monochromatic Colors of #D8547D
Black with #D8547D
Text Example
Text Example
White with #D8547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8547D; }
p { color: rgb(216,84,125); }
H1.HeaderClassName
{
color: #D8547D;
}
.AnyTagClassName
{
color: #D8547D;
}
</style>
background-color css
<style>
a { background-color: #D8547D; }
a { background-color: rgb(216,84,125); }
div.DivClassName
{
background-color: #D8547D;
}
.BgClassName
{
background-color: #D8547D;
}
</style>
border-color css
<style>
span { border-color: #D8547D; }
span { border-color: rgb(216,84,125); }
td.TdClassName
{
border-color: #D8547D;
}
.TagClassName
{
border-color: #D8547D;
}
</style>