Html Css Color HEX #D18393 Puce

📋 copy color: '#D18393'

red 209 ◦ green 131 ◦ blue 147

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

Shades of Puce #D18393

Tints of Puce #D18393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.18%

R = 42.92%
G = 26.9%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D18393 (or 0xD18393) is known color: Puce. HEX triplet: D1, 83 and 93. RGB value is (209,131,147). Sum of RGB (Red+Green+Blue) = 209+131+147=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D18393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18393 is #2E7C6C. Grayscale: #9C9C9C. Windows color (decimal): -3046509 or 9667537. OLE color: 9667537.

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

Color convert

RGB 209 131 147 -
CMYK 0 0.37 0.30 0.18
HSL 347.69º 0.46% 0.67% -
HSV(B) 347.69º 0.37% 0.82% -
XYZ 39.68 31.89 31.67 -
YUV 156.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 209 131 147 0 0.37 0.30 0.18 347.69 0.46 0.67
Hex D1 83 93 0 25 1E 12 15C 2E 43
Octal 321 203 223 0 45 36 22 534 56 103
Binary 11010001 10000011 10010011 0 100101 11110 10010 101011100 101110 1000011

Color Harmonies of #D18393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18393

Black with #D18393

Text Example


Text Example

White with #D18393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18393; }

 p { color: rgb(209,131,147); }

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

background-color css

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

 a { background-color: rgb(209,131,147); }

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

border-color css

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

 span { border-color: rgb(209,131,147); }

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