#D46D8B

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

Shades of Charm #D46D8B

Tints of Charm #D46D8B

Color information

#D46D8B (or 0xD46D8B) is unknown color: approx Charm. HEX triplet: D4, 6D and 8B. RGB value is (212,109,139). Sum of RGB (Red+Green+Blue) = 212+109+139=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D8B is #2B9274. Grayscale: #8F8F8F. Windows color (decimal): -2855541 or 9137620. OLE color: 9137620.

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

Color convert

RGB212109139-
CMYK00.490.340.17
HSL342.52º54.5%62.94%-
HSV(B)342.52º48.58%83.14%-
XYZ37.2826.827.63-
YUV143.22125.62177.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=46.09%
G=23.70%
B=30.22%

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
Decimal21210913900.490.340.17342.5254.562.94
HexD46D8B0312211157363f
Octal32415521306142215276677
Binary11010100110110110001011011000110001010001101010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D8B; }

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

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

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

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

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

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

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

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