Shades of Charm #D67482
Tints of Charm #D67482
RGB
CMYK
RGB Variations
Color information
#D67482 (or 0xD67482) is known color: Charm. HEX triplet: D6, 74 and 82. RGB value is (214,116,130). Sum of RGB (Red+Green+Blue) = 214+116+130=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D67482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67482 is #298B7D. Grayscale: #929292. Windows color (decimal): -2722686 or 8549590. OLE color: 8549590.
HSL color Cylindrical-coordinate representation of color #D67482: hue angle of 351.43º degrees, saturation: 0.54, 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 #D67482 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 130 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 351.43º | 0.54% | 0.65% | - |
| HSV(B) | 351.43º | 0.46% | 0.84% | - |
| XYZ | 38.01 | 28.4 | 24.6 | - |
| YUV | 146.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 130 | 0 | 0.46 | 0.39 | 0.16 | 351.43 | 0.54 | 0.65 |
| Hex | D6 | 74 | 82 | 0 | 2E | 27 | 10 | 15F | 36 | 41 |
| Octal | 326 | 164 | 202 | 0 | 56 | 47 | 20 | 537 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10000010 | 0 | 101110 | 100111 | 10000 | 101011111 | 110110 | 1000001 |
Color Harmonies of #D67482
Complementary color
Monochromatic Colors of #D67482
Black with #D67482
Text Example
Text Example
White with #D67482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67482; }
p { color: rgb(214,116,130); }
H1.HeaderClassName
{
color: #D67482;
}
.AnyTagClassName
{
color: #D67482;
}
</style>
background-color css
<style>
a { background-color: #D67482; }
a { background-color: rgb(214,116,130); }
div.DivClassName
{
background-color: #D67482;
}
.BgClassName
{
background-color: #D67482;
}
</style>
border-color css
<style>
span { border-color: #D67482; }
span { border-color: rgb(214,116,130); }
td.TdClassName
{
border-color: #D67482;
}
.TagClassName
{
border-color: #D67482;
}
</style>