Html Css Color HEX #D1828C Charm

📋 copy color: '#D1828C'

red 209 ◦ green 130 ◦ blue 140

#D1828C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D1828C

Tints of Charm #D1828C

RGB

 RED value IS 209 (82.03% from 255) = 43.63%

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 43.63%
G = 27.14%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1828C (or 0xD1828C) is known color: Charm. HEX triplet: D1, 82 and 8C. RGB value is (209,130,140). Sum of RGB (Red+Green+Blue) = 209+130+140=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1828C is #2E7D73. Grayscale: #9A9A9A. Windows color (decimal): -3046772 or 9208529. OLE color: 9208529.

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

Color convert

RGB 209 130 140 -
CMYK 0 0.38 0.33 0.18
HSL 352.41º 0.46% 0.66% -
HSV(B) 352.41º 0.38% 0.82% -
XYZ 39.01 31.41 28.82 -
YUV 154.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 209 130 140 0 0.38 0.33 0.18 352.41 0.46 0.66
Hex D1 82 8C 0 26 21 12 160 2E 42
Octal 321 202 214 0 46 41 22 540 56 102
Binary 11010001 10000010 10001100 0 100110 100001 10010 101100000 101110 1000010

Color Harmonies of #D1828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1828C

Black with #D1828C

Text Example


Text Example

White with #D1828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1828C; }

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

 H1.HeaderClassName
 {
   color: #D1828C;
 }
 .AnyTagClassName
 {
   color: #D1828C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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