Html Css Color HEX #D1828D Charm

📋 copy color: '#D1828D'

red 209 ◦ green 130 ◦ blue 141

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

Shades of Charm #D1828D

Tints of Charm #D1828D

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 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

#D1828D (or 0xD1828D) is known color: 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

RGB 209 130 141 -
CMYK 0 0.38 0.33 0.18
HSL 351.65º 0.46% 0.66% -
HSV(B) 351.65º 0.38% 0.82% -
XYZ 39.08 31.44 29.21 -
YUV 154.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 209 130 141 0 0.38 0.33 0.18 351.65 0.46 0.66
Hex D1 82 8D 0 26 21 12 160 2E 42
Octal 321 202 215 0 46 41 22 540 56 102
Binary 11010001 10000010 10001101 0 100110 100001 10010 101100000 101110 1000010

Color Harmonies of #D1828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1828D

Black with #D1828D

Text Example


Text Example

White with #D1828D

Text Example


Text Example

HTML Codes & Css Web 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>