#D46E86

Color #D46E86 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D46E86

Tints of Charm #D46E86

Color information

#D46E86 (or 0xD46E86) is unknown color: approx Charm. HEX triplet: D4, 6E and 86. RGB value is (212,110,134). Sum of RGB (Red+Green+Blue) = 212+110+134=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46E86 is #2B9179. Grayscale: #8F8F8F. Windows color (decimal): -2855290 or 8810196. OLE color: 8810196.

HSL color Cylindrical-coordinate representation of color #D46E86: hue angle of 345.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46E86 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212110134-
CMYK00.480.370.17
HSL345.88º54.26%63.14%-
HSV(B)345.88º48.11%83.14%-
XYZ37.0326.8725.79-
YUV143.23122.79177.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 46.49%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=46.49%
G=24.12%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211013400.480.370.17345.8854.2663.14
HexD46E86030251115a363f
Octal32415620606045215326677
Binary11010100110111010000110011000010010110001101011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46E86; }

 p { color: rgb(212,110,134); }

 H1.HeaderClassName
 {
   color: #D46E86;
 }
 .AnyTagClassName
 {
   color: #D46E86;
 }
</style>
background-color css

<style>
 a { background-color: #D46E86; }

 a { background-color: rgb(212,110,134); }

 div.DivClassName
 {
   background-color: #D46E86;
 }
 .BgClassName
 {
   background-color: #D46E86;
 }
</style>
border-color css

<style>
 span { border-color: #D46E86; }

 span { border-color: rgb(212,110,134); }

 td.TdClassName
 {
   border-color: #D46E86;
 }
 .TagClassName
 {
   border-color: #D46E86;
 }
</style>