#D46D8C

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

Shades of Charm #D46D8C

Tints of Charm #D46D8C

Color information

#D46D8C (or 0xD46D8C) is unknown color: approx Charm. HEX triplet: D4, 6D and 8C. RGB value is (212,109,140). Sum of RGB (Red+Green+Blue) = 212+109+140=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D8C is #2B9273. Grayscale: #8F8F8F. Windows color (decimal): -2855540 or 9203156. OLE color: 9203156.

HSL color Cylindrical-coordinate representation of color #D46D8C: hue angle of 341.94º 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 #D46D8C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212109140-
CMYK00.490.340.17
HSL341.94º54.5%62.94%-
HSV(B)341.94º48.58%83.14%-
XYZ37.3526.8328.02-
YUV143.33126.12176.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=45.99%
G=23.64%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210914000.490.340.17341.9454.562.94
HexD46D8C0312211156363f
Octal32415521406142215266677
Binary11010100110110110001100011000110001010001101010110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D8C; }

 p { color: rgb(212,109,140); }

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

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

 a { background-color: rgb(212,109,140); }

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

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

 span { border-color: rgb(212,109,140); }

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