#D18287

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

Shades of Charm #D18287

Tints of Charm #D18287

Color information

#D18287 (or 0xD18287) is unknown color: approx Charm. HEX triplet: D1, 82 and 87. RGB value is (209,130,135). Sum of RGB (Red+Green+Blue) = 209+130+135=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D18287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18287 is #2E7D78. Grayscale: #9A9A9A. Windows color (decimal): -3046777 or 8880849. OLE color: 8880849.

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

Color convert

RGB209130135-
CMYK00.380.350.18
HSL356.2º46.2%66.47%-
HSV(B)356.2º37.8%81.96%-
XYZ38.6531.2726.92-
YUV154.19117.17167.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=44.09%
G=27.43%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913013500.380.350.18356.246.266.47
HexD1828702623121642e42
Octal321202207046432254456102
Binary1101000110000010100001110100110100011100101011001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18287; }

 p { color: rgb(209,130,135); }

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

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

 a { background-color: rgb(209,130,135); }

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

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

 span { border-color: rgb(209,130,135); }

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