Html Css Color HEX #D4858D Puce

📋 copy color: '#D4858D'

red 212 ◦ green 133 ◦ blue 141

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

Shades of Puce #D4858D

Tints of Puce #D4858D

RGB

 RED value IS 212 (83.2% from 255) = 43.62%

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

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

R = 43.62%
G = 27.37%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4858D (or 0xD4858D) is known color: Puce. HEX triplet: D4, 85 and 8D. RGB value is (212,133,141). Sum of RGB (Red+Green+Blue) = 212+133+141=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4858D is #2B7A72. Grayscale: #9D9D9D. Windows color (decimal): -2849395 or 9274836. OLE color: 9274836.

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

Color convert

RGB 212 133 141 -
CMYK 0 0.37 0.33 0.17
HSL 353.92º 0.48% 0.68% -
HSV(B) 353.92º 0.37% 0.83% -
XYZ 40.35 32.7 29.38 -
YUV 157.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 212 133 141 0 0.37 0.33 0.17 353.92 0.48 0.68
Hex D4 85 8D 0 25 21 11 162 30 44
Octal 324 205 215 0 45 41 21 542 60 104
Binary 11010100 10000101 10001101 0 100101 100001 10001 101100010 110000 1000100

Color Harmonies of #D4858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4858D

Black with #D4858D

Text Example


Text Example

White with #D4858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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