#D46886

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

Shades of Charm #D46886

Tints of Charm #D46886

Color information

#D46886 (or 0xD46886) is unknown color: approx Charm. HEX triplet: D4, 68 and 86. RGB value is (212,104,134). Sum of RGB (Red+Green+Blue) = 212+104+134=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46886 is #2B9779. Grayscale: #8B8B8B. Windows color (decimal): -2856826 or 8808660. OLE color: 8808660.

HSL color Cylindrical-coordinate representation of color #D46886: hue angle of 343.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46886 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB212104134-
CMYK00.510.370.17
HSL343.33º55.67%61.96%-
HSV(B)343.33º50.94%83.14%-
XYZ36.425.6225.58-
YUV139.71124.78179.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=47.11%
G=23.11%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210413400.510.370.17343.3355.6761.96
HexD468860332511157383e
Octal32415020606345215277076
Binary11010100110100010000110011001110010110001101010111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46886; }

 p { color: rgb(212,104,134); }

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

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

 a { background-color: rgb(212,104,134); }

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

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

 span { border-color: rgb(212,104,134); }

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