Html Css Color HEX #D18A8D Puce

📋 copy color: '#D18A8D'

red 209 ◦ green 138 ◦ blue 141

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

Shades of Puce #D18A8D

Tints of Puce #D18A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 42.83%
G = 28.28%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D18A8D (or 0xD18A8D) is known color: Puce. HEX triplet: D1, 8A and 8D. RGB value is (209,138,141). Sum of RGB (Red+Green+Blue) = 209+138+141=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18A8D is #2E7572. Grayscale: #9F9F9F. Windows color (decimal): -3044723 or 9276113. OLE color: 9276113.

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

Color convert

RGB 209 138 141 -
CMYK 0 0.34 0.33 0.18
HSL 357.46º 0.44% 0.68% -
HSV(B) 357.46º 0.34% 0.82% -
XYZ 40.19 33.66 29.58 -
YUV 159.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 209 138 141 0 0.34 0.33 0.18 357.46 0.44 0.68
Hex D1 8A 8D 0 22 21 12 165 2C 44
Octal 321 212 215 0 42 41 22 545 54 104
Binary 11010001 10001010 10001101 0 100010 100001 10010 101100101 101100 1000100

Color Harmonies of #D18A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A8D

Black with #D18A8D

Text Example


Text Example

White with #D18A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A8D; }

 p { color: rgb(209,138,141); }

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

background-color css

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

 a { background-color: rgb(209,138,141); }

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

border-color css

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

 span { border-color: rgb(209,138,141); }

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