#D46F8D

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

Shades of Charm #D46F8D

Tints of Charm #D46F8D

Color information

#D46F8D (or 0xD46F8D) is unknown color: approx Charm. HEX triplet: D4, 6F and 8D. RGB value is (212,111,141). Sum of RGB (Red+Green+Blue) = 212+111+141=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F8D is #2B9072. Grayscale: #909090. Windows color (decimal): -2855027 or 9269204. OLE color: 9269204.

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

Color convert

RGB212111141-
CMYK00.480.330.17
HSL342.18º54.01%63.33%-
HSV(B)342.18º47.64%83.14%-
XYZ37.6427.2928.48-
YUV144.62125.96176.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=45.69%
G=23.92%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211114100.480.330.17342.1854.0163.33
HexD46F8D0302111156363f
Octal32415721506041215266677
Binary11010100110111110001101011000010000110001101010110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F8D; }

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

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

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

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

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

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

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

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