Html Css Color HEX #D3878D Puce

📋 copy color: '#D3878D'

red 211 ◦ green 135 ◦ blue 141

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

Shades of Puce #D3878D

Tints of Puce #D3878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 43.33%
G = 27.72%
B = 28.95%

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

#D3878D (or 0xD3878D) is known color: Puce. HEX triplet: D3, 87 and 8D. RGB value is (211,135,141). Sum of RGB (Red+Green+Blue) = 211+135+141=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3878D is #2C7872. Grayscale: #9E9E9E. Windows color (decimal): -2914419 or 9275347. OLE color: 9275347.

HSL color Cylindrical-coordinate representation of color #D3878D: hue angle of 355.26º 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 #D3878D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 135 141 -
CMYK 0 0.36 0.33 0.17
HSL 355.26º 0.46% 0.68% -
HSV(B) 355.26º 0.36% 0.83% -
XYZ 40.34 33.1 29.46 -
YUV 158.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 211 135 141 0 0.36 0.33 0.17 355.26 0.46 0.68
Hex D3 87 8D 0 24 21 11 163 2E 44
Octal 323 207 215 0 44 41 21 543 56 104
Binary 11010011 10000111 10001101 0 100100 100001 10001 101100011 101110 1000100

Color Harmonies of #D3878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3878D

Black with #D3878D

Text Example


Text Example

White with #D3878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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