Shades of Charm #D67286
Tints of Charm #D67286
RGB
CMYK
RGB Variations
Color information
#D67286 (or 0xD67286) is known color: Charm. HEX triplet: D6, 72 and 86. RGB value is (214,114,134). Sum of RGB (Red+Green+Blue) = 214+114+134=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67286 is #298D79. Grayscale: #929292. Windows color (decimal): -2723194 or 8811222. OLE color: 8811222.
HSL color Cylindrical-coordinate representation of color #D67286: hue angle of 348º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67286 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 134 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.16 |
| HSL | 348º | 0.55% | 0.64% | - |
| HSV(B) | 348º | 0.47% | 0.84% | - |
| XYZ | 38.05 | 28.05 | 25.96 | - |
| YUV | 146.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 134 | 0 | 0.47 | 0.37 | 0.16 | 348 | 0.55 | 0.64 |
| Hex | D6 | 72 | 86 | 0 | 2F | 25 | 10 | 15C | 37 | 40 |
| Octal | 326 | 162 | 206 | 0 | 57 | 45 | 20 | 534 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10000110 | 0 | 101111 | 100101 | 10000 | 101011100 | 110111 | 1000000 |
Color Harmonies of #D67286
Complementary color
Monochromatic Colors of #D67286
Black with #D67286
Text Example
Text Example
White with #D67286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67286; }
p { color: rgb(214,114,134); }
H1.HeaderClassName
{
color: #D67286;
}
.AnyTagClassName
{
color: #D67286;
}
</style>
background-color css
<style>
a { background-color: #D67286; }
a { background-color: rgb(214,114,134); }
div.DivClassName
{
background-color: #D67286;
}
.BgClassName
{
background-color: #D67286;
}
</style>
border-color css
<style>
span { border-color: #D67286; }
span { border-color: rgb(214,114,134); }
td.TdClassName
{
border-color: #D67286;
}
.TagClassName
{
border-color: #D67286;
}
</style>