Shades of Cranberry #D8537F
Tints of Cranberry #D8537F
RGB
CMYK
RGB Variations
Color information
#D8537F (or 0xD8537F) is known color: Cranberry. HEX triplet: D8, 53 and 7F. RGB value is (216,83,127). Sum of RGB (Red+Green+Blue) = 216+83+127=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8537F is #27AC80. Grayscale: #7F7F7F. Windows color (decimal): -2600065 or 8344536. OLE color: 8344536.
HSL color Cylindrical-coordinate representation of color #D8537F: hue angle of 340.15º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8537F is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 127 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.15 |
| HSL | 340.15º | 0.63% | 0.59% | - |
| HSV(B) | 340.15º | 0.62% | 0.85% | - |
| XYZ | 35.24 | 22.32 | 22.53 | - |
| YUV | 127.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 127 | 0 | 0.62 | 0.41 | 0.15 | 340.15 | 0.63 | 0.59 |
| Hex | D8 | 53 | 7F | 0 | 3E | 29 | F | 154 | 3F | 3B |
| Octal | 330 | 123 | 177 | 0 | 76 | 51 | 17 | 524 | 77 | 73 |
| Binary | 11011000 | 1010011 | 1111111 | 0 | 111110 | 101001 | 1111 | 101010100 | 111111 | 111011 |
Color Harmonies of #D8537F
Complementary color
Monochromatic Colors of #D8537F
Black with #D8537F
Text Example
Text Example
White with #D8537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8537F; }
p { color: rgb(216,83,127); }
H1.HeaderClassName
{
color: #D8537F;
}
.AnyTagClassName
{
color: #D8537F;
}
</style>
background-color css
<style>
a { background-color: #D8537F; }
a { background-color: rgb(216,83,127); }
div.DivClassName
{
background-color: #D8537F;
}
.BgClassName
{
background-color: #D8537F;
}
</style>
border-color css
<style>
span { border-color: #D8537F; }
span { border-color: rgb(216,83,127); }
td.TdClassName
{
border-color: #D8537F;
}
.TagClassName
{
border-color: #D8537F;
}
</style>