#D46D7C

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

Shades of Charm #D46D7C

Tints of Charm #D46D7C

Color information

#D46D7C (or 0xD46D7C) is unknown color: approx Charm. HEX triplet: D4, 6D and 7C. RGB value is (212,109,124). Sum of RGB (Red+Green+Blue) = 212+109+124=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D7C is #2B9283. Grayscale: #8D8D8D. Windows color (decimal): -2855556 or 8154580. OLE color: 8154580.

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

Color convert

RGB212109124-
CMYK00.490.420.17
HSL351.26º54.5%62.94%-
HSV(B)351.26º48.58%83.14%-
XYZ36.2626.3922.25-
YUV141.51118.12178.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 124 (48.83% from 255) = 27.87%
R=47.64%
G=24.49%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210912400.490.420.17351.2654.562.94
HexD46D7C0312A1115f363f
Octal32415517406152215376677
Binary1101010011011011111100011000110101010001101011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D7C; }

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

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

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

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

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

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

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

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