Shades of Charm #D67A87
Tints of Charm #D67A87
RGB
CMYK
RGB Variations
Color information
#D67A87 (or 0xD67A87) is known color: Charm. HEX triplet: D6, 7A and 87. RGB value is (214,122,135). Sum of RGB (Red+Green+Blue) = 214+122+135=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A87 is #298578. Grayscale: #979797. Windows color (decimal): -2721145 or 8878806. OLE color: 8878806.
HSL color Cylindrical-coordinate representation of color #D67A87: hue angle of 351.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67A87 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 135 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.16 |
| HSL | 351.52º | 0.53% | 0.66% | - |
| HSV(B) | 351.52º | 0.43% | 0.84% | - |
| XYZ | 39.06 | 29.96 | 26.65 | - |
| YUV | 150.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 135 | 0 | 0.43 | 0.37 | 0.16 | 351.52 | 0.53 | 0.66 |
| Hex | D6 | 7A | 87 | 0 | 2B | 25 | 10 | 160 | 35 | 42 |
| Octal | 326 | 172 | 207 | 0 | 53 | 45 | 20 | 540 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10000111 | 0 | 101011 | 100101 | 10000 | 101100000 | 110101 | 1000010 |
Color Harmonies of #D67A87
Complementary color
Monochromatic Colors of #D67A87
Black with #D67A87
Text Example
Text Example
White with #D67A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A87; }
p { color: rgb(214,122,135); }
H1.HeaderClassName
{
color: #D67A87;
}
.AnyTagClassName
{
color: #D67A87;
}
</style>
background-color css
<style>
a { background-color: #D67A87; }
a { background-color: rgb(214,122,135); }
div.DivClassName
{
background-color: #D67A87;
}
.BgClassName
{
background-color: #D67A87;
}
</style>
border-color css
<style>
span { border-color: #D67A87; }
span { border-color: rgb(214,122,135); }
td.TdClassName
{
border-color: #D67A87;
}
.TagClassName
{
border-color: #D67A87;
}
</style>