Shades of Charm #D46587
Tints of Charm #D46587
RGB
CMYK
RGB Variations
Color information
#D46587 (or 0xD46587) is known color: Charm. HEX triplet: D4, 65 and 87. RGB value is (212,101,135). Sum of RGB (Red+Green+Blue) = 212+101+135=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D46587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46587 is #2B9A78. Grayscale: #8A8A8A. Windows color (decimal): -2857593 or 8873428. OLE color: 8873428.
HSL color Cylindrical-coordinate representation of color #D46587: hue angle of 341.62º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46587 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 135 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.17 |
| HSL | 341.62º | 0.56% | 0.61% | - |
| HSV(B) | 341.62º | 0.52% | 0.83% | - |
| XYZ | 36.18 | 25.05 | 25.85 | - |
| YUV | 138.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 135 | 0 | 0.52 | 0.36 | 0.17 | 341.62 | 0.56 | 0.61 |
| Hex | D4 | 65 | 87 | 0 | 34 | 24 | 11 | 156 | 38 | 3D |
| Octal | 324 | 145 | 207 | 0 | 64 | 44 | 21 | 526 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10000111 | 0 | 110100 | 100100 | 10001 | 101010110 | 111000 | 111101 |
Color Harmonies of #D46587
Complementary color
Monochromatic Colors of #D46587
Black with #D46587
Text Example
Text Example
White with #D46587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46587; }
p { color: rgb(212,101,135); }
H1.HeaderClassName
{
color: #D46587;
}
.AnyTagClassName
{
color: #D46587;
}
</style>
background-color css
<style>
a { background-color: #D46587; }
a { background-color: rgb(212,101,135); }
div.DivClassName
{
background-color: #D46587;
}
.BgClassName
{
background-color: #D46587;
}
</style>
border-color css
<style>
span { border-color: #D46587; }
span { border-color: rgb(212,101,135); }
td.TdClassName
{
border-color: #D46587;
}
.TagClassName
{
border-color: #D46587;
}
</style>