Shades of Charm #D46684
Tints of Charm #D46684
RGB
CMYK
RGB Variations
Color information
#D46684 (or 0xD46684) is known color: Charm. HEX triplet: D4, 66 and 84. RGB value is (212,102,132). Sum of RGB (Red+Green+Blue) = 212+102+132=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D46684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46684 is #2B997B. Grayscale: #8A8A8A. Windows color (decimal): -2857340 or 8677076. OLE color: 8677076.
HSL color Cylindrical-coordinate representation of color #D46684: hue angle of 343.64º 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 #D46684 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 132 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.17 |
| HSL | 343.64º | 0.56% | 0.62% | - |
| HSV(B) | 343.64º | 0.52% | 0.83% | - |
| XYZ | 36.07 | 25.17 | 24.79 | - |
| YUV | 138.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 132 | 0 | 0.52 | 0.38 | 0.17 | 343.64 | 0.56 | 0.62 |
| Hex | D4 | 66 | 84 | 0 | 34 | 26 | 11 | 158 | 38 | 3E |
| Octal | 324 | 146 | 204 | 0 | 64 | 46 | 21 | 530 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10000100 | 0 | 110100 | 100110 | 10001 | 101011000 | 111000 | 111110 |
Color Harmonies of #D46684
Complementary color
Monochromatic Colors of #D46684
Black with #D46684
Text Example
Text Example
White with #D46684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46684; }
p { color: rgb(212,102,132); }
H1.HeaderClassName
{
color: #D46684;
}
.AnyTagClassName
{
color: #D46684;
}
</style>
background-color css
<style>
a { background-color: #D46684; }
a { background-color: rgb(212,102,132); }
div.DivClassName
{
background-color: #D46684;
}
.BgClassName
{
background-color: #D46684;
}
</style>
border-color css
<style>
span { border-color: #D46684; }
span { border-color: rgb(212,102,132); }
td.TdClassName
{
border-color: #D46684;
}
.TagClassName
{
border-color: #D46684;
}
</style>