Shades of Charm #D6727E
Tints of Charm #D6727E
RGB
CMYK
RGB Variations
Color information
#D6727E (or 0xD6727E) is known color: Charm. HEX triplet: D6, 72 and 7E. RGB value is (214,114,126). Sum of RGB (Red+Green+Blue) = 214+114+126=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727E is #298D81. Grayscale: #919191. Windows color (decimal): -2723202 or 8286934. OLE color: 8286934.
HSL color Cylindrical-coordinate representation of color #D6727E: hue angle of 352.8º 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 #D6727E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 126 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.16 |
| HSL | 352.8º | 0.55% | 0.64% | - |
| HSV(B) | 352.8º | 0.47% | 0.84% | - |
| XYZ | 37.51 | 27.84 | 23.13 | - |
| YUV | 145.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 126 | 0 | 0.47 | 0.41 | 0.16 | 352.8 | 0.55 | 0.64 |
| Hex | D6 | 72 | 7E | 0 | 2F | 29 | 10 | 161 | 37 | 40 |
| Octal | 326 | 162 | 176 | 0 | 57 | 51 | 20 | 541 | 67 | 100 |
| Binary | 11010110 | 1110010 | 1111110 | 0 | 101111 | 101001 | 10000 | 101100001 | 110111 | 1000000 |
Color Harmonies of #D6727E
Complementary color
Monochromatic Colors of #D6727E
Black with #D6727E
Text Example
Text Example
White with #D6727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6727E; }
p { color: rgb(214,114,126); }
H1.HeaderClassName
{
color: #D6727E;
}
.AnyTagClassName
{
color: #D6727E;
}
</style>
background-color css
<style>
a { background-color: #D6727E; }
a { background-color: rgb(214,114,126); }
div.DivClassName
{
background-color: #D6727E;
}
.BgClassName
{
background-color: #D6727E;
}
</style>
border-color css
<style>
span { border-color: #D6727E; }
span { border-color: rgb(214,114,126); }
td.TdClassName
{
border-color: #D6727E;
}
.TagClassName
{
border-color: #D6727E;
}
</style>