Html Css Color HEX #D3858C Puce

📋 copy color: '#D3858C'

red 211 ◦ green 133 ◦ blue 140

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

Shades of Puce #D3858C

Tints of Puce #D3858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 43.6%
G = 27.48%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3858C (or 0xD3858C) is known color: Puce. HEX triplet: D3, 85 and 8C. RGB value is (211,133,140). Sum of RGB (Red+Green+Blue) = 211+133+140=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D3858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3858C is #2C7A73. Grayscale: #9D9D9D. Windows color (decimal): -2914932 or 9209299. OLE color: 9209299.

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

Color convert

RGB 211 133 140 -
CMYK 0 0.37 0.34 0.17
HSL 354.62º 0.47% 0.67% -
HSV(B) 354.62º 0.37% 0.83% -
XYZ 39.99 32.52 28.98 -
YUV 157.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 211 133 140 0 0.37 0.34 0.17 354.62 0.47 0.67
Hex D3 85 8C 0 25 22 11 163 2F 43
Octal 323 205 214 0 45 42 21 543 57 103
Binary 11010011 10000101 10001100 0 100101 100010 10001 101100011 101111 1000011

Color Harmonies of #D3858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3858C

Black with #D3858C

Text Example


Text Example

White with #D3858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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