Shades of Charm #D5708E
Tints of Charm #D5708E
RGB
CMYK
RGB Variations
Color information
#D5708E (or 0xD5708E) is known color: Charm. HEX triplet: D5, 70 and 8E. RGB value is (213,112,142). Sum of RGB (Red+Green+Blue) = 213+112+142=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708E is #2A8F71. Grayscale: #919191. Windows color (decimal): -2789234 or 9334997. OLE color: 9334997.
HSL color Cylindrical-coordinate representation of color #D5708E: hue angle of 342.18º 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 #D5708E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 142 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.16 |
| HSL | 342.18º | 0.55% | 0.64% | - |
| HSV(B) | 342.18º | 0.47% | 0.84% | - |
| XYZ | 38.12 | 27.69 | 28.93 | - |
| YUV | 145.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 142 | 0 | 0.47 | 0.33 | 0.16 | 342.18 | 0.55 | 0.64 |
| Hex | D5 | 70 | 8E | 0 | 2F | 21 | 10 | 156 | 37 | 40 |
| Octal | 325 | 160 | 216 | 0 | 57 | 41 | 20 | 526 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10001110 | 0 | 101111 | 100001 | 10000 | 101010110 | 110111 | 1000000 |
Color Harmonies of #D5708E
Complementary color
Monochromatic Colors of #D5708E
Black with #D5708E
Text Example
Text Example
White with #D5708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5708E; }
p { color: rgb(213,112,142); }
H1.HeaderClassName
{
color: #D5708E;
}
.AnyTagClassName
{
color: #D5708E;
}
</style>
background-color css
<style>
a { background-color: #D5708E; }
a { background-color: rgb(213,112,142); }
div.DivClassName
{
background-color: #D5708E;
}
.BgClassName
{
background-color: #D5708E;
}
</style>
border-color css
<style>
span { border-color: #D5708E; }
span { border-color: rgb(213,112,142); }
td.TdClassName
{
border-color: #D5708E;
}
.TagClassName
{
border-color: #D5708E;
}
</style>