Shades of Charm #D67D82
Tints of Charm #D67D82
RGB
CMYK
RGB Variations
Color information
#D67D82 (or 0xD67D82) is known color: Charm. HEX triplet: D6, 7D and 82. RGB value is (214,125,130). Sum of RGB (Red+Green+Blue) = 214+125+130=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D82 is #29827D. Grayscale: #989898. Windows color (decimal): -2720382 or 8551894. OLE color: 8551894.
HSL color Cylindrical-coordinate representation of color #D67D82: hue angle of 356.63º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67D82 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 130 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.16 |
| HSL | 356.63º | 0.52% | 0.66% | - |
| HSV(B) | 356.63º | 0.42% | 0.84% | - |
| XYZ | 39.09 | 30.58 | 24.96 | - |
| YUV | 152.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 130 | 0 | 0.42 | 0.39 | 0.16 | 356.63 | 0.52 | 0.66 |
| Hex | D6 | 7D | 82 | 0 | 2A | 27 | 10 | 165 | 34 | 42 |
| Octal | 326 | 175 | 202 | 0 | 52 | 47 | 20 | 545 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10000010 | 0 | 101010 | 100111 | 10000 | 101100101 | 110100 | 1000010 |
Color Harmonies of #D67D82
Complementary color
Monochromatic Colors of #D67D82
Black with #D67D82
Text Example
Text Example
White with #D67D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D82; }
p { color: rgb(214,125,130); }
H1.HeaderClassName
{
color: #D67D82;
}
.AnyTagClassName
{
color: #D67D82;
}
</style>
background-color css
<style>
a { background-color: #D67D82; }
a { background-color: rgb(214,125,130); }
div.DivClassName
{
background-color: #D67D82;
}
.BgClassName
{
background-color: #D67D82;
}
</style>
border-color css
<style>
span { border-color: #D67D82; }
span { border-color: rgb(214,125,130); }
td.TdClassName
{
border-color: #D67D82;
}
.TagClassName
{
border-color: #D67D82;
}
</style>