Shades of Charm #D46687
Tints of Charm #D46687
RGB
CMYK
RGB Variations
Color information
#D46687 (or 0xD46687) is known color: Charm. HEX triplet: D4, 66 and 87. RGB value is (212,102,135). Sum of RGB (Red+Green+Blue) = 212+102+135=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D46687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46687 is #2B9978. Grayscale: #8A8A8A. Windows color (decimal): -2857337 or 8873684. OLE color: 8873684.
HSL color Cylindrical-coordinate representation of color #D46687: hue angle of 342º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46687 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 135 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.17 |
| HSL | 342º | 0.56% | 0.62% | - |
| HSV(B) | 342º | 0.52% | 0.83% | - |
| XYZ | 36.28 | 25.25 | 25.88 | - |
| YUV | 138.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 135 | 0 | 0.52 | 0.36 | 0.17 | 342 | 0.56 | 0.62 |
| Hex | D4 | 66 | 87 | 0 | 34 | 24 | 11 | 156 | 38 | 3E |
| Octal | 324 | 146 | 207 | 0 | 64 | 44 | 21 | 526 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10000111 | 0 | 110100 | 100100 | 10001 | 101010110 | 111000 | 111110 |
Color Harmonies of #D46687
Complementary color
Monochromatic Colors of #D46687
Black with #D46687
Text Example
Text Example
White with #D46687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46687; }
p { color: rgb(212,102,135); }
H1.HeaderClassName
{
color: #D46687;
}
.AnyTagClassName
{
color: #D46687;
}
</style>
background-color css
<style>
a { background-color: #D46687; }
a { background-color: rgb(212,102,135); }
div.DivClassName
{
background-color: #D46687;
}
.BgClassName
{
background-color: #D46687;
}
</style>
border-color css
<style>
span { border-color: #D46687; }
span { border-color: rgb(212,102,135); }
td.TdClassName
{
border-color: #D46687;
}
.TagClassName
{
border-color: #D46687;
}
</style>