#D1818E

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

Shades of Charm #D1818E

Tints of Charm #D1818E

Color information

#D1818E (or 0xD1818E) is unknown color: approx Charm. HEX triplet: D1, 81 and 8E. RGB value is (209,129,142). Sum of RGB (Red+Green+Blue) = 209+129+142=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1818E is #2E7E71. Grayscale: #9A9A9A. Windows color (decimal): -3047026 or 9339345. OLE color: 9339345.

HSL color Cylindrical-coordinate representation of color #D1818E: hue angle of 350.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1818E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB209129142-
CMYK00.380.320.18
HSL350.25º46.51%66.27%-
HSV(B)350.25º38.28%81.96%-
XYZ39.0331.2129.56-
YUV154.4121166.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=43.54%
G=26.88%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912914200.380.320.18350.2546.5166.27
HexD1818E026201215e2f42
Octal321201216046402253657102
Binary1101000110000001100011100100110100000100101010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1818E; }

 p { color: rgb(209,129,142); }

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

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

 a { background-color: rgb(209,129,142); }

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

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

 span { border-color: rgb(209,129,142); }

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