Html Css Color HEX #D3858A Puce

📋 copy color: '#D3858A'

red 211 ◦ green 133 ◦ blue 138

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

Shades of Puce #D3858A

Tints of Puce #D3858A

RGB

 RED value IS 211 (82.81% from 255) = 43.78%

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 43.78%
G = 27.59%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3858A (or 0xD3858A) is known color: Puce. HEX triplet: D3, 85 and 8A. RGB value is (211,133,138). Sum of RGB (Red+Green+Blue) = 211+133+138=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3858A is #2C7A75. Grayscale: #9C9C9C. Windows color (decimal): -2914934 or 9078227. OLE color: 9078227.

HSL color Cylindrical-coordinate representation of color #D3858A: hue angle of 356.15º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3858A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 133 138 -
CMYK 0 0.37 0.35 0.17
HSL 356.15º 0.47% 0.67% -
HSV(B) 356.15º 0.37% 0.83% -
XYZ 39.84 32.46 28.21 -
YUV 156.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 211 133 138 0 0.37 0.35 0.17 356.15 0.47 0.67
Hex D3 85 8A 0 25 23 11 164 2F 43
Octal 323 205 212 0 45 43 21 544 57 103
Binary 11010011 10000101 10001010 0 100101 100011 10001 101100100 101111 1000011

Color Harmonies of #D3858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3858A

Black with #D3858A

Text Example


Text Example

White with #D3858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3858A; }

 p { color: rgb(211,133,138); }

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

background-color css

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

 a { background-color: rgb(211,133,138); }

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

border-color css

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

 span { border-color: rgb(211,133,138); }

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