Html Css Color HEX #D2838C Puce

📋 copy color: '#D2838C'

red 210 ◦ green 131 ◦ blue 140

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

Shades of Puce #D2838C

Tints of Puce #D2838C

RGB

 RED value IS 210 (82.42% from 255) = 43.66%

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 43.66%
G = 27.23%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2838C (or 0xD2838C) is known color: Puce. HEX triplet: D2, 83 and 8C. RGB value is (210,131,140). Sum of RGB (Red+Green+Blue) = 210+131+140=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2838C is #2D7C73. Grayscale: #9B9B9B. Windows color (decimal): -2980980 or 9208786. OLE color: 9208786.

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

Color convert

RGB 210 131 140 -
CMYK 0 0.38 0.33 0.18
HSL 353.16º 0.47% 0.67% -
HSV(B) 353.16º 0.38% 0.82% -
XYZ 39.43 31.83 28.88 -
YUV 155.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 210 131 140 0 0.38 0.33 0.18 353.16 0.47 0.67
Hex D2 83 8C 0 26 21 12 161 2F 43
Octal 322 203 214 0 46 41 22 541 57 103
Binary 11010010 10000011 10001100 0 100110 100001 10010 101100001 101111 1000011

Color Harmonies of #D2838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2838C

Black with #D2838C

Text Example


Text Example

White with #D2838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2838C; }

 p { color: rgb(210,131,140); }

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

background-color css

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

 a { background-color: rgb(210,131,140); }

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

border-color css

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

 span { border-color: rgb(210,131,140); }

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