Shades of Charm #D5718C
Tints of Charm #D5718C
RGB
CMYK
RGB Variations
Color information
#D5718C (or 0xD5718C) is known color: Charm. HEX triplet: D5, 71 and 8C. RGB value is (213,113,140). Sum of RGB (Red+Green+Blue) = 213+113+140=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5718C is #2A8E73. Grayscale: #919191. Windows color (decimal): -2788980 or 9204181. OLE color: 9204181.
HSL color Cylindrical-coordinate representation of color #D5718C: hue angle of 343.8º degrees, saturation: 0.54, 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 #D5718C is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 140 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.16 |
| HSL | 343.8º | 0.54% | 0.64% | - |
| HSV(B) | 343.8º | 0.47% | 0.84% | - |
| XYZ | 38.08 | 27.85 | 28.18 | - |
| YUV | 145.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 140 | 0 | 0.47 | 0.34 | 0.16 | 343.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | 8C | 0 | 2F | 22 | 10 | 158 | 36 | 40 |
| Octal | 325 | 161 | 214 | 0 | 57 | 42 | 20 | 530 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10001100 | 0 | 101111 | 100010 | 10000 | 101011000 | 110110 | 1000000 |
Color Harmonies of #D5718C
Complementary color
Monochromatic Colors of #D5718C
Black with #D5718C
Text Example
Text Example
White with #D5718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5718C; }
p { color: rgb(213,113,140); }
H1.HeaderClassName
{
color: #D5718C;
}
.AnyTagClassName
{
color: #D5718C;
}
</style>
background-color css
<style>
a { background-color: #D5718C; }
a { background-color: rgb(213,113,140); }
div.DivClassName
{
background-color: #D5718C;
}
.BgClassName
{
background-color: #D5718C;
}
</style>
border-color css
<style>
span { border-color: #D5718C; }
span { border-color: rgb(213,113,140); }
td.TdClassName
{
border-color: #D5718C;
}
.TagClassName
{
border-color: #D5718C;
}
</style>