Shades of Charm #D5708D
Tints of Charm #D5708D
RGB
CMYK
RGB Variations
Color information
#D5708D (or 0xD5708D) is known color: Charm. HEX triplet: D5, 70 and 8D. RGB value is (213,112,141). Sum of RGB (Red+Green+Blue) = 213+112+141=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708D is #2A8F72. Grayscale: #919191. Windows color (decimal): -2789235 or 9269461. OLE color: 9269461.
HSL color Cylindrical-coordinate representation of color #D5708D: hue angle of 342.77º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5708D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 141 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.16 |
| HSL | 342.77º | 0.55% | 0.64% | - |
| HSV(B) | 342.77º | 0.47% | 0.84% | - |
| XYZ | 38.04 | 27.66 | 28.53 | - |
| YUV | 145.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 141 | 0 | 0.47 | 0.34 | 0.16 | 342.77 | 0.55 | 0.64 |
| Hex | D5 | 70 | 8D | 0 | 2F | 22 | 10 | 157 | 37 | 40 |
| Octal | 325 | 160 | 215 | 0 | 57 | 42 | 20 | 527 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10001101 | 0 | 101111 | 100010 | 10000 | 101010111 | 110111 | 1000000 |
Color Harmonies of #D5708D
Complementary color
Monochromatic Colors of #D5708D
Black with #D5708D
Text Example
Text Example
White with #D5708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5708D; }
p { color: rgb(213,112,141); }
H1.HeaderClassName
{
color: #D5708D;
}
.AnyTagClassName
{
color: #D5708D;
}
</style>
background-color css
<style>
a { background-color: #D5708D; }
a { background-color: rgb(213,112,141); }
div.DivClassName
{
background-color: #D5708D;
}
.BgClassName
{
background-color: #D5708D;
}
</style>
border-color css
<style>
span { border-color: #D5708D; }
span { border-color: rgb(213,112,141); }
td.TdClassName
{
border-color: #D5708D;
}
.TagClassName
{
border-color: #D5708D;
}
</style>