Shades of Charm #D6758D
Tints of Charm #D6758D
RGB
CMYK
RGB Variations
Color information
#D6758D (or 0xD6758D) is known color: Charm. HEX triplet: D6, 75 and 8D. RGB value is (214,117,141). Sum of RGB (Red+Green+Blue) = 214+117+141=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6758D is #298A72. Grayscale: #949494. Windows color (decimal): -2722419 or 9270742. OLE color: 9270742.
HSL color Cylindrical-coordinate representation of color #D6758D: hue angle of 345.15º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6758D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 141 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.16 |
| HSL | 345.15º | 0.54% | 0.65% | - |
| HSV(B) | 345.15º | 0.45% | 0.84% | - |
| XYZ | 38.9 | 28.94 | 28.74 | - |
| YUV | 148.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 141 | 0 | 0.45 | 0.34 | 0.16 | 345.15 | 0.54 | 0.65 |
| Hex | D6 | 75 | 8D | 0 | 2D | 22 | 10 | 159 | 36 | 41 |
| Octal | 326 | 165 | 215 | 0 | 55 | 42 | 20 | 531 | 66 | 101 |
| Binary | 11010110 | 1110101 | 10001101 | 0 | 101101 | 100010 | 10000 | 101011001 | 110110 | 1000001 |
Color Harmonies of #D6758D
Complementary color
Monochromatic Colors of #D6758D
Black with #D6758D
Text Example
Text Example
White with #D6758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6758D; }
p { color: rgb(214,117,141); }
H1.HeaderClassName
{
color: #D6758D;
}
.AnyTagClassName
{
color: #D6758D;
}
</style>
background-color css
<style>
a { background-color: #D6758D; }
a { background-color: rgb(214,117,141); }
div.DivClassName
{
background-color: #D6758D;
}
.BgClassName
{
background-color: #D6758D;
}
</style>
border-color css
<style>
span { border-color: #D6758D; }
span { border-color: rgb(214,117,141); }
td.TdClassName
{
border-color: #D6758D;
}
.TagClassName
{
border-color: #D6758D;
}
</style>