#D1818C

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

Shades of Charm #D1818C

Tints of Charm #D1818C

Color information

#D1818C (or 0xD1818C) is unknown color: approx Charm. HEX triplet: D1, 81 and 8C. RGB value is (209,129,140). Sum of RGB (Red+Green+Blue) = 209+129+140=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1818C is #2E7E73. Grayscale: #9A9A9A. Windows color (decimal): -3047028 or 9208273. OLE color: 9208273.

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

Color convert

RGB209129140-
CMYK00.380.330.18
HSL351.75º46.51%66.27%-
HSV(B)351.75º38.28%81.96%-
XYZ38.8831.1528.77-
YUV154.17120167.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=43.72%
G=26.99%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912914000.380.330.18351.7546.5166.27
HexD1818C02621121602f42
Octal321201214046412254057102
Binary1101000110000001100011000100110100001100101011000001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1818C; }

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

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

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

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

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

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

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

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