#D46A87

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

Shades of Charm #D46A87

Tints of Charm #D46A87

Color information

#D46A87 (or 0xD46A87) is unknown color: approx Charm. HEX triplet: D4, 6A and 87. RGB value is (212,106,135). Sum of RGB (Red+Green+Blue) = 212+106+135=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A87 is #2B9578. Grayscale: #8C8C8C. Windows color (decimal): -2856313 or 8874708. OLE color: 8874708.

HSL color Cylindrical-coordinate representation of color #D46A87: hue angle of 343.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A87 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212106135-
CMYK00.50.360.17
HSL343.58º55.21%62.35%-
HSV(B)343.58º50%83.14%-
XYZ36.6826.0526.02-
YUV141124.62178.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=46.80%
G=23.40%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210613500.50.360.17343.5855.2162.35
HexD46A870322411158373e
Octal32415220706244215306776
Binary11010100110101010000111011001010010010001101011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A87; }

 p { color: rgb(212,106,135); }

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

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

 a { background-color: rgb(212,106,135); }

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

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

 span { border-color: rgb(212,106,135); }

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