Html Css Color HEX #D1828A Charm

📋 copy color: '#D1828A'

red 209 ◦ green 130 ◦ blue 138

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

Shades of Charm #D1828A

Tints of Charm #D1828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 43.82%
G = 27.25%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1828A (or 0xD1828A) is known color: Charm. HEX triplet: D1, 82 and 8A. RGB value is (209,130,138). Sum of RGB (Red+Green+Blue) = 209+130+138=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1828A is #2E7D75. Grayscale: #9A9A9A. Windows color (decimal): -3046774 or 9077457. OLE color: 9077457.

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

Color convert

RGB 209 130 138 -
CMYK 0 0.38 0.34 0.18
HSL 353.92º 0.46% 0.66% -
HSV(B) 353.92º 0.38% 0.82% -
XYZ 38.86 31.36 28.05 -
YUV 154.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 209 130 138 0 0.38 0.34 0.18 353.92 0.46 0.66
Hex D1 82 8A 0 26 22 12 162 2E 42
Octal 321 202 212 0 46 42 22 542 56 102
Binary 11010001 10000010 10001010 0 100110 100010 10010 101100010 101110 1000010

Color Harmonies of #D1828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1828A

Black with #D1828A

Text Example


Text Example

White with #D1828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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