Html Css Color HEX #D18990 Puce

📋 copy color: '#D18990'

red 209 ◦ green 137 ◦ blue 144

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

Shades of Puce #D18990

Tints of Puce #D18990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 42.65%
G = 27.96%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D18990 (or 0xD18990) is known color: Puce. HEX triplet: D1, 89 and 90. RGB value is (209,137,144). Sum of RGB (Red+Green+Blue) = 209+137+144=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18990 is #2E766F. Grayscale: #9F9F9F. Windows color (decimal): -3044976 or 9472465. OLE color: 9472465.

HSL color Cylindrical-coordinate representation of color #D18990: hue angle of 354.17º 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 #D18990 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 144 -
CMYK 0 0.34 0.31 0.18
HSL 354.17º 0.44% 0.68% -
HSV(B) 354.17º 0.34% 0.82% -
XYZ 40.27 33.46 30.72 -
YUV 159.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 209 137 144 0 0.34 0.31 0.18 354.17 0.44 0.68
Hex D1 89 90 0 22 1F 12 162 2C 44
Octal 321 211 220 0 42 37 22 542 54 104
Binary 11010001 10001001 10010000 0 100010 11111 10010 101100010 101100 1000100

Color Harmonies of #D18990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18990

Black with #D18990

Text Example


Text Example

White with #D18990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18990; }

 p { color: rgb(209,137,144); }

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

background-color css

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

 a { background-color: rgb(209,137,144); }

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

border-color css

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

 span { border-color: rgb(209,137,144); }

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