#D46F8B

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

Shades of Charm #D46F8B

Tints of Charm #D46F8B

Color information

#D46F8B (or 0xD46F8B) is unknown color: approx Charm. HEX triplet: D4, 6F and 8B. RGB value is (212,111,139). Sum of RGB (Red+Green+Blue) = 212+111+139=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F8B is #2B9074. Grayscale: #909090. Windows color (decimal): -2855029 or 9138132. OLE color: 9138132.

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

Color convert

RGB212111139-
CMYK00.480.340.17
HSL343.37º54.01%63.33%-
HSV(B)343.37º47.64%83.14%-
XYZ37.527.2327.71-
YUV144.39124.96176.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=45.89%
G=24.03%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211113900.480.340.17343.3754.0163.33
HexD46F8B0302211157363f
Octal32415721306042215276677
Binary11010100110111110001011011000010001010001101010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F8B; }

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

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

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

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

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

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

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

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