Shades of Charm #D66B7F
Tints of Charm #D66B7F
RGB
CMYK
RGB Variations
Color information
#D66B7F (or 0xD66B7F) is known color: Charm. HEX triplet: D6, 6B and 7F. RGB value is (214,107,127). Sum of RGB (Red+Green+Blue) = 214+107+127=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B7F is #299480. Grayscale: #8D8D8D. Windows color (decimal): -2724993 or 8350678. OLE color: 8350678.
HSL color Cylindrical-coordinate representation of color #D66B7F: hue angle of 348.79º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66B7F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 127 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.16 |
| HSL | 348.79º | 0.57% | 0.63% | - |
| HSV(B) | 348.79º | 0.5% | 0.84% | - |
| XYZ | 36.82 | 26.34 | 23.22 | - |
| YUV | 141.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 127 | 0 | 0.50 | 0.41 | 0.16 | 348.79 | 0.57 | 0.63 |
| Hex | D6 | 6B | 7F | 0 | 32 | 29 | 10 | 15D | 39 | 3F |
| Octal | 326 | 153 | 177 | 0 | 62 | 51 | 20 | 535 | 71 | 77 |
| Binary | 11010110 | 1101011 | 1111111 | 0 | 110010 | 101001 | 10000 | 101011101 | 111001 | 111111 |
Color Harmonies of #D66B7F
Complementary color
Monochromatic Colors of #D66B7F
Black with #D66B7F
Text Example
Text Example
White with #D66B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66B7F; }
p { color: rgb(214,107,127); }
H1.HeaderClassName
{
color: #D66B7F;
}
.AnyTagClassName
{
color: #D66B7F;
}
</style>
background-color css
<style>
a { background-color: #D66B7F; }
a { background-color: rgb(214,107,127); }
div.DivClassName
{
background-color: #D66B7F;
}
.BgClassName
{
background-color: #D66B7F;
}
</style>
border-color css
<style>
span { border-color: #D66B7F; }
span { border-color: rgb(214,107,127); }
td.TdClassName
{
border-color: #D66B7F;
}
.TagClassName
{
border-color: #D66B7F;
}
</style>