Shades of Charm #D67382
Tints of Charm #D67382
RGB
CMYK
RGB Variations
Color information
#D67382 (or 0xD67382) is known color: Charm. HEX triplet: D6, 73 and 82. RGB value is (214,115,130). Sum of RGB (Red+Green+Blue) = 214+115+130=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67382 is #298C7D. Grayscale: #929292. Windows color (decimal): -2722942 or 8549334. OLE color: 8549334.
HSL color Cylindrical-coordinate representation of color #D67382: hue angle of 350.91º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67382 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 130 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 350.91º | 0.55% | 0.65% | - |
| HSV(B) | 350.91º | 0.46% | 0.84% | - |
| XYZ | 37.89 | 28.17 | 24.56 | - |
| YUV | 146.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 130 | 0 | 0.46 | 0.39 | 0.16 | 350.91 | 0.55 | 0.65 |
| Hex | D6 | 73 | 82 | 0 | 2E | 27 | 10 | 15F | 37 | 41 |
| Octal | 326 | 163 | 202 | 0 | 56 | 47 | 20 | 537 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10000010 | 0 | 101110 | 100111 | 10000 | 101011111 | 110111 | 1000001 |
Color Harmonies of #D67382
Complementary color
Monochromatic Colors of #D67382
Black with #D67382
Text Example
Text Example
White with #D67382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67382; }
p { color: rgb(214,115,130); }
H1.HeaderClassName
{
color: #D67382;
}
.AnyTagClassName
{
color: #D67382;
}
</style>
background-color css
<style>
a { background-color: #D67382; }
a { background-color: rgb(214,115,130); }
div.DivClassName
{
background-color: #D67382;
}
.BgClassName
{
background-color: #D67382;
}
</style>
border-color css
<style>
span { border-color: #D67382; }
span { border-color: rgb(214,115,130); }
td.TdClassName
{
border-color: #D67382;
}
.TagClassName
{
border-color: #D67382;
}
</style>