Html Css Color HEX #D1838F Puce

📋 copy color: '#D1838F'

red 209 ◦ green 131 ◦ blue 143

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

Shades of Puce #D1838F

Tints of Puce #D1838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 43.27%
G = 27.12%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1838F (or 0xD1838F) is known color: Puce. HEX triplet: D1, 83 and 8F. RGB value is (209,131,143). Sum of RGB (Red+Green+Blue) = 209+131+143=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1838F is #2E7C70. Grayscale: #9B9B9B. Windows color (decimal): -3046513 or 9405393. OLE color: 9405393.

HSL color Cylindrical-coordinate representation of color #D1838F: hue angle of 350.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1838F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 143 -
CMYK 0 0.37 0.32 0.18
HSL 350.77º 0.46% 0.67% -
HSV(B) 350.77º 0.37% 0.82% -
XYZ 39.37 31.77 30.04 -
YUV 155.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 209 131 143 0 0.37 0.32 0.18 350.77 0.46 0.67
Hex D1 83 8F 0 25 20 12 15F 2E 43
Octal 321 203 217 0 45 40 22 537 56 103
Binary 11010001 10000011 10001111 0 100101 100000 10010 101011111 101110 1000011

Color Harmonies of #D1838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1838F

Black with #D1838F

Text Example


Text Example

White with #D1838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1838F; }

 p { color: rgb(209,131,143); }

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

background-color css

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

 a { background-color: rgb(209,131,143); }

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

border-color css

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

 span { border-color: rgb(209,131,143); }

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