Shades of Charm #D67A8D
Tints of Charm #D67A8D
RGB
CMYK
RGB Variations
Color information
#D67A8D (or 0xD67A8D) is known color: Charm. HEX triplet: D6, 7A and 8D. RGB value is (214,122,141). Sum of RGB (Red+Green+Blue) = 214+122+141=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A8D is #298572. Grayscale: #979797. Windows color (decimal): -2721139 or 9272022. OLE color: 9272022.
HSL color Cylindrical-coordinate representation of color #D67A8D: hue angle of 347.61º 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 #D67A8D is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 141 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.16 |
| HSL | 347.61º | 0.53% | 0.66% | - |
| HSV(B) | 347.61º | 0.43% | 0.84% | - |
| XYZ | 39.5 | 30.14 | 28.93 | - |
| YUV | 151.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 141 | 0 | 0.43 | 0.34 | 0.16 | 347.61 | 0.53 | 0.66 |
| Hex | D6 | 7A | 8D | 0 | 2B | 22 | 10 | 15C | 35 | 42 |
| Octal | 326 | 172 | 215 | 0 | 53 | 42 | 20 | 534 | 65 | 102 |
| Binary | 11010110 | 1111010 | 10001101 | 0 | 101011 | 100010 | 10000 | 101011100 | 110101 | 1000010 |
Color Harmonies of #D67A8D
Complementary color
Monochromatic Colors of #D67A8D
Black with #D67A8D
Text Example
Text Example
White with #D67A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A8D; }
p { color: rgb(214,122,141); }
H1.HeaderClassName
{
color: #D67A8D;
}
.AnyTagClassName
{
color: #D67A8D;
}
</style>
background-color css
<style>
a { background-color: #D67A8D; }
a { background-color: rgb(214,122,141); }
div.DivClassName
{
background-color: #D67A8D;
}
.BgClassName
{
background-color: #D67A8D;
}
</style>
border-color css
<style>
span { border-color: #D67A8D; }
span { border-color: rgb(214,122,141); }
td.TdClassName
{
border-color: #D67A8D;
}
.TagClassName
{
border-color: #D67A8D;
}
</style>