Shades of Charm #D5687F
Tints of Charm #D5687F
RGB
CMYK
RGB Variations
Color information
#D5687F (or 0xD5687F) is known color: Charm. HEX triplet: D5, 68 and 7F. RGB value is (213,104,127). Sum of RGB (Red+Green+Blue) = 213+104+127=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5687F is #2A9780. Grayscale: #8B8B8B. Windows color (decimal): -2791297 or 8349909. OLE color: 8349909.
HSL color Cylindrical-coordinate representation of color #D5687F: hue angle of 347.34º 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 #D5687F is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 127 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.16 |
| HSL | 347.34º | 0.56% | 0.62% | - |
| HSV(B) | 347.34º | 0.51% | 0.84% | - |
| XYZ | 36.22 | 25.58 | 23.11 | - |
| YUV | 139.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 127 | 0 | 0.51 | 0.40 | 0.16 | 347.34 | 0.56 | 0.62 |
| Hex | D5 | 68 | 7F | 0 | 33 | 28 | 10 | 15B | 38 | 3E |
| Octal | 325 | 150 | 177 | 0 | 63 | 50 | 20 | 533 | 70 | 76 |
| Binary | 11010101 | 1101000 | 1111111 | 0 | 110011 | 101000 | 10000 | 101011011 | 111000 | 111110 |
Color Harmonies of #D5687F
Complementary color
Monochromatic Colors of #D5687F
Black with #D5687F
Text Example
Text Example
White with #D5687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5687F; }
p { color: rgb(213,104,127); }
H1.HeaderClassName
{
color: #D5687F;
}
.AnyTagClassName
{
color: #D5687F;
}
</style>
background-color css
<style>
a { background-color: #D5687F; }
a { background-color: rgb(213,104,127); }
div.DivClassName
{
background-color: #D5687F;
}
.BgClassName
{
background-color: #D5687F;
}
</style>
border-color css
<style>
span { border-color: #D5687F; }
span { border-color: rgb(213,104,127); }
td.TdClassName
{
border-color: #D5687F;
}
.TagClassName
{
border-color: #D5687F;
}
</style>