Shades of Charm #D4717F
Tints of Charm #D4717F
RGB
CMYK
RGB Variations
Color information
#D4717F (or 0xD4717F) is known color: Charm. HEX triplet: D4, 71 and 7F. RGB value is (212,113,127). Sum of RGB (Red+Green+Blue) = 212+113+127=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4717F is #2B8E80. Grayscale: #909090. Windows color (decimal): -2854529 or 8352212. OLE color: 8352212.
HSL color Cylindrical-coordinate representation of color #D4717F: hue angle of 351.52º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4717F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 127 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.17 |
| HSL | 351.52º | 0.54% | 0.64% | - |
| HSV(B) | 351.52º | 0.47% | 0.83% | - |
| XYZ | 36.89 | 27.34 | 23.41 | - |
| YUV | 144.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 127 | 0 | 0.47 | 0.40 | 0.17 | 351.52 | 0.54 | 0.64 |
| Hex | D4 | 71 | 7F | 0 | 2F | 28 | 11 | 160 | 36 | 40 |
| Octal | 324 | 161 | 177 | 0 | 57 | 50 | 21 | 540 | 66 | 100 |
| Binary | 11010100 | 1110001 | 1111111 | 0 | 101111 | 101000 | 10001 | 101100000 | 110110 | 1000000 |
Color Harmonies of #D4717F
Complementary color
Monochromatic Colors of #D4717F
Black with #D4717F
Text Example
Text Example
White with #D4717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4717F; }
p { color: rgb(212,113,127); }
H1.HeaderClassName
{
color: #D4717F;
}
.AnyTagClassName
{
color: #D4717F;
}
</style>
background-color css
<style>
a { background-color: #D4717F; }
a { background-color: rgb(212,113,127); }
div.DivClassName
{
background-color: #D4717F;
}
.BgClassName
{
background-color: #D4717F;
}
</style>
border-color css
<style>
span { border-color: #D4717F; }
span { border-color: rgb(212,113,127); }
td.TdClassName
{
border-color: #D4717F;
}
.TagClassName
{
border-color: #D4717F;
}
</style>