Html Css Color HEX #D1878E Puce

📋 copy color: '#D1878E'

red 209 ◦ green 135 ◦ blue 142

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

Shades of Puce #D1878E

Tints of Puce #D1878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.78%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 43%
G = 27.78%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1878E (or 0xD1878E) is known color: Puce. HEX triplet: D1, 87 and 8E. RGB value is (209,135,142). Sum of RGB (Red+Green+Blue) = 209+135+142=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1878E is #2E7871. Grayscale: #9D9D9D. Windows color (decimal): -3045490 or 9340881. OLE color: 9340881.

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

Color convert

RGB 209 135 142 -
CMYK 0 0.35 0.32 0.18
HSL 354.32º 0.45% 0.67% -
HSV(B) 354.32º 0.35% 0.82% -
XYZ 39.84 32.84 29.83 -
YUV 157.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 209 135 142 0 0.35 0.32 0.18 354.32 0.45 0.67
Hex D1 87 8E 0 23 20 12 162 2D 43
Octal 321 207 216 0 43 40 22 542 55 103
Binary 11010001 10000111 10001110 0 100011 100000 10010 101100010 101101 1000011

Color Harmonies of #D1878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1878E

Black with #D1878E

Text Example


Text Example

White with #D1878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1878E; }

 p { color: rgb(209,135,142); }

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

background-color css

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

 a { background-color: rgb(209,135,142); }

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

border-color css

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

 span { border-color: rgb(209,135,142); }

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