Shades of Charm #D46D88
Tints of Charm #D46D88
RGB
CMYK
RGB Variations
Color information
#D46D88 (or 0xD46D88) is known color: Charm. HEX triplet: D4, 6D and 88. RGB value is (212,109,136). Sum of RGB (Red+Green+Blue) = 212+109+136=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D88 is #2B9277. Grayscale: #8E8E8E. Windows color (decimal): -2855544 or 8941012. OLE color: 8941012.
HSL color Cylindrical-coordinate representation of color #D46D88: hue angle of 344.27º degrees, saturation: 0.54, 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 #D46D88 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 109 | 136 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.17 |
| HSL | 344.27º | 0.54% | 0.63% | - |
| HSV(B) | 344.27º | 0.49% | 0.83% | - |
| XYZ | 37.06 | 26.71 | 26.49 | - |
| YUV | 142.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 109 | 136 | 0 | 0.49 | 0.36 | 0.17 | 344.27 | 0.54 | 0.63 |
| Hex | D4 | 6D | 88 | 0 | 31 | 24 | 11 | 158 | 36 | 3F |
| Octal | 324 | 155 | 210 | 0 | 61 | 44 | 21 | 530 | 66 | 77 |
| Binary | 11010100 | 1101101 | 10001000 | 0 | 110001 | 100100 | 10001 | 101011000 | 110110 | 111111 |
Color Harmonies of #D46D88
Complementary color
Monochromatic Colors of #D46D88
Black with #D46D88
Text Example
Text Example
White with #D46D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46D88; }
p { color: rgb(212,109,136); }
H1.HeaderClassName
{
color: #D46D88;
}
.AnyTagClassName
{
color: #D46D88;
}
</style>
background-color css
<style>
a { background-color: #D46D88; }
a { background-color: rgb(212,109,136); }
div.DivClassName
{
background-color: #D46D88;
}
.BgClassName
{
background-color: #D46D88;
}
</style>
border-color css
<style>
span { border-color: #D46D88; }
span { border-color: rgb(212,109,136); }
td.TdClassName
{
border-color: #D46D88;
}
.TagClassName
{
border-color: #D46D88;
}
</style>