Shades of Charm #D5708B
Tints of Charm #D5708B
RGB
CMYK
RGB Variations
Color information
#D5708B (or 0xD5708B) is known color: Charm. HEX triplet: D5, 70 and 8B. RGB value is (213,112,139). Sum of RGB (Red+Green+Blue) = 213+112+139=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5708B is #2A8F74. Grayscale: #919191. Windows color (decimal): -2789237 or 9138389. OLE color: 9138389.
HSL color Cylindrical-coordinate representation of color #D5708B: hue angle of 343.96º 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 #D5708B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 139 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.16 |
| HSL | 343.96º | 0.55% | 0.64% | - |
| HSV(B) | 343.96º | 0.47% | 0.84% | - |
| XYZ | 37.89 | 27.6 | 27.76 | - |
| YUV | 145.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 139 | 0 | 0.47 | 0.35 | 0.16 | 343.96 | 0.55 | 0.64 |
| Hex | D5 | 70 | 8B | 0 | 2F | 23 | 10 | 158 | 37 | 40 |
| Octal | 325 | 160 | 213 | 0 | 57 | 43 | 20 | 530 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10001011 | 0 | 101111 | 100011 | 10000 | 101011000 | 110111 | 1000000 |
Color Harmonies of #D5708B
Complementary color
Monochromatic Colors of #D5708B
Black with #D5708B
Text Example
Text Example
White with #D5708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5708B; }
p { color: rgb(213,112,139); }
H1.HeaderClassName
{
color: #D5708B;
}
.AnyTagClassName
{
color: #D5708B;
}
</style>
background-color css
<style>
a { background-color: #D5708B; }
a { background-color: rgb(213,112,139); }
div.DivClassName
{
background-color: #D5708B;
}
.BgClassName
{
background-color: #D5708B;
}
</style>
border-color css
<style>
span { border-color: #D5708B; }
span { border-color: rgb(213,112,139); }
td.TdClassName
{
border-color: #D5708B;
}
.TagClassName
{
border-color: #D5708B;
}
</style>