Shades of Charm #D5717D
Tints of Charm #D5717D
RGB
CMYK
RGB Variations
Color information
#D5717D (or 0xD5717D) is known color: Charm. HEX triplet: D5, 71 and 7D. RGB value is (213,113,125). Sum of RGB (Red+Green+Blue) = 213+113+125=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5717D is #2A8E82. Grayscale: #909090. Windows color (decimal): -2788995 or 8221141. OLE color: 8221141.
HSL color Cylindrical-coordinate representation of color #D5717D: hue angle of 352.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 #D5717D is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 125 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.16 |
| HSL | 352.8º | 0.54% | 0.64% | - |
| HSV(B) | 352.8º | 0.47% | 0.84% | - |
| XYZ | 37.05 | 27.44 | 22.75 | - |
| YUV | 144.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 125 | 0 | 0.47 | 0.41 | 0.16 | 352.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | 7D | 0 | 2F | 29 | 10 | 161 | 36 | 40 |
| Octal | 325 | 161 | 175 | 0 | 57 | 51 | 20 | 541 | 66 | 100 |
| Binary | 11010101 | 1110001 | 1111101 | 0 | 101111 | 101001 | 10000 | 101100001 | 110110 | 1000000 |
Color Harmonies of #D5717D
Complementary color
Monochromatic Colors of #D5717D
Black with #D5717D
Text Example
Text Example
White with #D5717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5717D; }
p { color: rgb(213,113,125); }
H1.HeaderClassName
{
color: #D5717D;
}
.AnyTagClassName
{
color: #D5717D;
}
</style>
background-color css
<style>
a { background-color: #D5717D; }
a { background-color: rgb(213,113,125); }
div.DivClassName
{
background-color: #D5717D;
}
.BgClassName
{
background-color: #D5717D;
}
</style>
border-color css
<style>
span { border-color: #D5717D; }
span { border-color: rgb(213,113,125); }
td.TdClassName
{
border-color: #D5717D;
}
.TagClassName
{
border-color: #D5717D;
}
</style>