Shades of Charm #D4707E
Tints of Charm #D4707E
RGB
CMYK
RGB Variations
Color information
#D4707E (or 0xD4707E) is known color: Charm. HEX triplet: D4, 70 and 7E. RGB value is (212,112,126). Sum of RGB (Red+Green+Blue) = 212+112+126=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4707E is #2B8F81. Grayscale: #8F8F8F. Windows color (decimal): -2854786 or 8286420. OLE color: 8286420.
HSL color Cylindrical-coordinate representation of color #D4707E: hue angle of 351.6º 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 #D4707E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 126 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.17 |
| HSL | 351.6º | 0.54% | 0.64% | - |
| HSV(B) | 351.6º | 0.47% | 0.83% | - |
| XYZ | 36.71 | 27.09 | 23.03 | - |
| YUV | 143.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 126 | 0 | 0.47 | 0.41 | 0.17 | 351.6 | 0.54 | 0.64 |
| Hex | D4 | 70 | 7E | 0 | 2F | 29 | 11 | 160 | 36 | 40 |
| Octal | 324 | 160 | 176 | 0 | 57 | 51 | 21 | 540 | 66 | 100 |
| Binary | 11010100 | 1110000 | 1111110 | 0 | 101111 | 101001 | 10001 | 101100000 | 110110 | 1000000 |
Color Harmonies of #D4707E
Complementary color
Monochromatic Colors of #D4707E
Black with #D4707E
Text Example
Text Example
White with #D4707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4707E; }
p { color: rgb(212,112,126); }
H1.HeaderClassName
{
color: #D4707E;
}
.AnyTagClassName
{
color: #D4707E;
}
</style>
background-color css
<style>
a { background-color: #D4707E; }
a { background-color: rgb(212,112,126); }
div.DivClassName
{
background-color: #D4707E;
}
.BgClassName
{
background-color: #D4707E;
}
</style>
border-color css
<style>
span { border-color: #D4707E; }
span { border-color: rgb(212,112,126); }
td.TdClassName
{
border-color: #D4707E;
}
.TagClassName
{
border-color: #D4707E;
}
</style>