Shades of Charm #D46C8A
Tints of Charm #D46C8A
RGB
CMYK
RGB Variations
Color information
#D46C8A (or 0xD46C8A) is known color: Charm. HEX triplet: D4, 6C and 8A. RGB value is (212,108,138). Sum of RGB (Red+Green+Blue) = 212+108+138=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C8A is #2B9375. Grayscale: #8E8E8E. Windows color (decimal): -2855798 or 9071828. OLE color: 9071828.
HSL color Cylindrical-coordinate representation of color #D46C8A: hue angle of 342.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46C8A is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 138 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.17 |
| HSL | 342.69º | 0.55% | 0.63% | - |
| HSV(B) | 342.69º | 0.49% | 0.83% | - |
| XYZ | 37.1 | 26.56 | 27.22 | - |
| YUV | 142.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 138 | 0 | 0.49 | 0.35 | 0.17 | 342.69 | 0.55 | 0.63 |
| Hex | D4 | 6C | 8A | 0 | 31 | 23 | 11 | 157 | 37 | 3F |
| Octal | 324 | 154 | 212 | 0 | 61 | 43 | 21 | 527 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10001010 | 0 | 110001 | 100011 | 10001 | 101010111 | 110111 | 111111 |
Color Harmonies of #D46C8A
Complementary color
Monochromatic Colors of #D46C8A
Black with #D46C8A
Text Example
Text Example
White with #D46C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C8A; }
p { color: rgb(212,108,138); }
H1.HeaderClassName
{
color: #D46C8A;
}
.AnyTagClassName
{
color: #D46C8A;
}
</style>
background-color css
<style>
a { background-color: #D46C8A; }
a { background-color: rgb(212,108,138); }
div.DivClassName
{
background-color: #D46C8A;
}
.BgClassName
{
background-color: #D46C8A;
}
</style>
border-color css
<style>
span { border-color: #D46C8A; }
span { border-color: rgb(212,108,138); }
td.TdClassName
{
border-color: #D46C8A;
}
.TagClassName
{
border-color: #D46C8A;
}
</style>