#D1828D

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

Shades of Charm #D1828D

Tints of Charm #D1828D

Color information

#D1828D (or 0xD1828D) is unknown color: approx Charm. HEX triplet: D1, 82 and 8D. RGB value is (209,130,141). Sum of RGB (Red+Green+Blue) = 209+130+141=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1828D is #2E7D72. Grayscale: #9A9A9A. Windows color (decimal): -3046771 or 9274065. OLE color: 9274065.

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

Color convert

RGB209130141-
CMYK00.380.330.18
HSL351.65º46.2%66.47%-
HSV(B)351.65º37.8%81.96%-
XYZ39.0831.4429.21-
YUV154.88120.17166.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=43.54%
G=27.08%
B=29.38%

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
Decimal20913014100.380.330.18351.6546.266.47
HexD1828D02621121602e42
Octal321202215046412254056102
Binary1101000110000010100011010100110100001100101011000001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1828D; }

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

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

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

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

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

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

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

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