Html Css Color HEX #D4878A Puce

📋 copy color: '#D4878A'

red 212 ◦ green 135 ◦ blue 138

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

Shades of Puce #D4878A

Tints of Puce #D4878A

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 43.71%
G = 27.84%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4878A (or 0xD4878A) is known color: Puce. HEX triplet: D4, 87 and 8A. RGB value is (212,135,138). Sum of RGB (Red+Green+Blue) = 212+135+138=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4878A is #2B7875. Grayscale: #9E9E9E. Windows color (decimal): -2848886 or 9078740. OLE color: 9078740.

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

Color convert

RGB 212 135 138 -
CMYK 0 0.36 0.35 0.17
HSL 357.66º 0.47% 0.68% -
HSV(B) 357.66º 0.36% 0.83% -
XYZ 40.4 33.16 28.32 -
YUV 158.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 212 135 138 0 0.36 0.35 0.17 357.66 0.47 0.68
Hex D4 87 8A 0 24 23 11 166 2F 44
Octal 324 207 212 0 44 43 21 546 57 104
Binary 11010100 10000111 10001010 0 100100 100011 10001 101100110 101111 1000100

Color Harmonies of #D4878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4878A

Black with #D4878A

Text Example


Text Example

White with #D4878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4878A; }

 p { color: rgb(212,135,138); }

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

background-color css

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

 a { background-color: rgb(212,135,138); }

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

border-color css

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

 span { border-color: rgb(212,135,138); }

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