Shades of Charm #D67889
Tints of Charm #D67889
RGB
CMYK
RGB Variations
Color information
#D67889 (or 0xD67889) is known color: Charm. HEX triplet: D6, 78 and 89. RGB value is (214,120,137). Sum of RGB (Red+Green+Blue) = 214+120+137=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D67889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67889 is #298776. Grayscale: #969696. Windows color (decimal): -2721655 or 9009366. OLE color: 9009366.
HSL color Cylindrical-coordinate representation of color #D67889: hue angle of 349.15º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67889 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 137 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.16 |
| HSL | 349.15º | 0.53% | 0.65% | - |
| HSV(B) | 349.15º | 0.44% | 0.84% | - |
| XYZ | 38.96 | 29.54 | 27.31 | - |
| YUV | 150.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 137 | 0 | 0.44 | 0.36 | 0.16 | 349.15 | 0.53 | 0.65 |
| Hex | D6 | 78 | 89 | 0 | 2C | 24 | 10 | 15D | 35 | 41 |
| Octal | 326 | 170 | 211 | 0 | 54 | 44 | 20 | 535 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10001001 | 0 | 101100 | 100100 | 10000 | 101011101 | 110101 | 1000001 |
Color Harmonies of #D67889
Complementary color
Monochromatic Colors of #D67889
Black with #D67889
Text Example
Text Example
White with #D67889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67889; }
p { color: rgb(214,120,137); }
H1.HeaderClassName
{
color: #D67889;
}
.AnyTagClassName
{
color: #D67889;
}
</style>
background-color css
<style>
a { background-color: #D67889; }
a { background-color: rgb(214,120,137); }
div.DivClassName
{
background-color: #D67889;
}
.BgClassName
{
background-color: #D67889;
}
</style>
border-color css
<style>
span { border-color: #D67889; }
span { border-color: rgb(214,120,137); }
td.TdClassName
{
border-color: #D67889;
}
.TagClassName
{
border-color: #D67889;
}
</style>