Shades of Charm #D5687C
Tints of Charm #D5687C
RGB
CMYK
RGB Variations
Color information
#D5687C (or 0xD5687C) is known color: Charm. HEX triplet: D5, 68 and 7C. RGB value is (213,104,124). Sum of RGB (Red+Green+Blue) = 213+104+124=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5687C is #2A9783. Grayscale: #8A8A8A. Windows color (decimal): -2791300 or 8153301. OLE color: 8153301.
HSL color Cylindrical-coordinate representation of color #D5687C: hue angle of 348.99º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5687C is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 124 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.16 |
| HSL | 348.99º | 0.56% | 0.62% | - |
| HSV(B) | 348.99º | 0.51% | 0.84% | - |
| XYZ | 36.03 | 25.5 | 22.09 | - |
| YUV | 138.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 124 | 0 | 0.51 | 0.42 | 0.16 | 348.99 | 0.56 | 0.62 |
| Hex | D5 | 68 | 7C | 0 | 33 | 2A | 10 | 15D | 38 | 3E |
| Octal | 325 | 150 | 174 | 0 | 63 | 52 | 20 | 535 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1111100 | 0 | 110011 | 101010 | 10000 | 101011101 | 111000 | 111110 |
Color Harmonies of #D5687C
Complementary color
Monochromatic Colors of #D5687C
Black with #D5687C
Text Example
Text Example
White with #D5687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5687C; }
p { color: rgb(213,104,124); }
H1.HeaderClassName
{
color: #D5687C;
}
.AnyTagClassName
{
color: #D5687C;
}
</style>
background-color css
<style>
a { background-color: #D5687C; }
a { background-color: rgb(213,104,124); }
div.DivClassName
{
background-color: #D5687C;
}
.BgClassName
{
background-color: #D5687C;
}
</style>
border-color css
<style>
span { border-color: #D5687C; }
span { border-color: rgb(213,104,124); }
td.TdClassName
{
border-color: #D5687C;
}
.TagClassName
{
border-color: #D5687C;
}
</style>