Html Css Color HEX #D1858D Puce

📋 copy color: '#D1858D'

red 209 ◦ green 133 ◦ blue 141

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

Shades of Puce #D1858D

Tints of Puce #D1858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 43.27%
G = 27.54%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1858D (or 0xD1858D) is known color: Puce. HEX triplet: D1, 85 and 8D. RGB value is (209,133,141). Sum of RGB (Red+Green+Blue) = 209+133+141=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1858D is #2E7A72. Grayscale: #9C9C9C. Windows color (decimal): -3046003 or 9274833. OLE color: 9274833.

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

Color convert

RGB 209 133 141 -
CMYK 0 0.36 0.33 0.18
HSL 353.68º 0.45% 0.67% -
HSV(B) 353.68º 0.36% 0.82% -
XYZ 39.49 32.25 29.34 -
YUV 156.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 209 133 141 0 0.36 0.33 0.18 353.68 0.45 0.67
Hex D1 85 8D 0 24 21 12 162 2D 43
Octal 321 205 215 0 44 41 22 542 55 103
Binary 11010001 10000101 10001101 0 100100 100001 10010 101100010 101101 1000011

Color Harmonies of #D1858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1858D

Black with #D1858D

Text Example


Text Example

White with #D1858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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