#D46787

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

Shades of Charm #D46787

Tints of Charm #D46787

Color information

#D46787 (or 0xD46787) is unknown color: approx Charm. HEX triplet: D4, 67 and 87. RGB value is (212,103,135). Sum of RGB (Red+Green+Blue) = 212+103+135=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46787 is #2B9878. Grayscale: #8B8B8B. Windows color (decimal): -2857081 or 8873940. OLE color: 8873940.

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

Color convert

RGB212103135-
CMYK00.510.360.17
HSL342.39º55.9%61.76%-
HSV(B)342.39º51.42%83.14%-
XYZ36.3725.4525.92-
YUV139.24125.61179.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 135 (53.12% from 255) = 30%
R=47.11%
G=22.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210313500.510.360.17342.3955.961.76
HexD467870332411156383e
Octal32414720706344215267076
Binary11010100110011110000111011001110010010001101010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46787; }

 p { color: rgb(212,103,135); }

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

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

 a { background-color: rgb(212,103,135); }

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

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

 span { border-color: rgb(212,103,135); }

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