Html Css Color HEX #D3878E Puce

📋 copy color: '#D3878E'

red 211 ◦ green 135 ◦ blue 142

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

Shades of Puce #D3878E

Tints of Puce #D3878E

RGB

 RED value IS 211 (82.81% from 255) = 43.24%

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

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

R = 43.24%
G = 27.66%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3878E (or 0xD3878E) is known color: Puce. HEX triplet: D3, 87 and 8E. RGB value is (211,135,142). Sum of RGB (Red+Green+Blue) = 211+135+142=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3878E is #2C7871. Grayscale: #9E9E9E. Windows color (decimal): -2914418 or 9340883. OLE color: 9340883.

HSL color Cylindrical-coordinate representation of color #D3878E: hue angle of 354.47º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3878E is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 142 -
CMYK 0 0.36 0.33 0.17
HSL 354.47º 0.46% 0.68% -
HSV(B) 354.47º 0.36% 0.83% -
XYZ 40.41 33.13 29.86 -
YUV 158.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 211 135 142 0 0.36 0.33 0.17 354.47 0.46 0.68
Hex D3 87 8E 0 24 21 11 162 2E 44
Octal 323 207 216 0 44 41 21 542 56 104
Binary 11010011 10000111 10001110 0 100100 100001 10001 101100010 101110 1000100

Color Harmonies of #D3878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3878E

Black with #D3878E

Text Example


Text Example

White with #D3878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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