Shades of Charm #D6818D
Tints of Charm #D6818D
RGB
CMYK
RGB Variations
Color information
#D6818D (or 0xD6818D) is known color: Charm. HEX triplet: D6, 81 and 8D. RGB value is (214,129,141). Sum of RGB (Red+Green+Blue) = 214+129+141=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6818D is #297E72. Grayscale: #9B9B9B. Windows color (decimal): -2719347 or 9273814. OLE color: 9273814.
HSL color Cylindrical-coordinate representation of color #D6818D: hue angle of 351.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6818D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 141 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.16 |
| HSL | 351.53º | 0.51% | 0.67% | - |
| HSV(B) | 351.53º | 0.4% | 0.84% | - |
| XYZ | 40.39 | 31.92 | 29.23 | - |
| YUV | 155.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 141 | 0 | 0.40 | 0.34 | 0.16 | 351.53 | 0.51 | 0.67 |
| Hex | D6 | 81 | 8D | 0 | 28 | 22 | 10 | 160 | 33 | 43 |
| Octal | 326 | 201 | 215 | 0 | 50 | 42 | 20 | 540 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10001101 | 0 | 101000 | 100010 | 10000 | 101100000 | 110011 | 1000011 |
Color Harmonies of #D6818D
Complementary color
Monochromatic Colors of #D6818D
Black with #D6818D
Text Example
Text Example
White with #D6818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6818D; }
p { color: rgb(214,129,141); }
H1.HeaderClassName
{
color: #D6818D;
}
.AnyTagClassName
{
color: #D6818D;
}
</style>
background-color css
<style>
a { background-color: #D6818D; }
a { background-color: rgb(214,129,141); }
div.DivClassName
{
background-color: #D6818D;
}
.BgClassName
{
background-color: #D6818D;
}
</style>
border-color css
<style>
span { border-color: #D6818D; }
span { border-color: rgb(214,129,141); }
td.TdClassName
{
border-color: #D6818D;
}
.TagClassName
{
border-color: #D6818D;
}
</style>