Html Css Color HEX #D5838D Puce

📋 copy color: '#D5838D'

red 213 ◦ green 131 ◦ blue 141

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

Shades of Puce #D5838D

Tints of Puce #D5838D

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

 GREEN value IS 131 (51.56% from 255) = 27.01%

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

R = 43.92%
G = 27.01%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5838D (or 0xD5838D) is known color: Puce. HEX triplet: D5, 83 and 8D. RGB value is (213,131,141). Sum of RGB (Red+Green+Blue) = 213+131+141=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5838D is #2A7C72. Grayscale: #9C9C9C. Windows color (decimal): -2784371 or 9274325. OLE color: 9274325.

HSL color Cylindrical-coordinate representation of color #D5838D: hue angle of 352.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5838D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 141 -
CMYK 0 0.38 0.34 0.16
HSL 352.68º 0.49% 0.67% -
HSV(B) 352.68º 0.38% 0.84% -
XYZ 40.36 32.3 29.31 -
YUV 156.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 213 131 141 0 0.38 0.34 0.16 352.68 0.49 0.67
Hex D5 83 8D 0 26 22 10 161 31 43
Octal 325 203 215 0 46 42 20 541 61 103
Binary 11010101 10000011 10001101 0 100110 100010 10000 101100001 110001 1000011

Color Harmonies of #D5838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5838D

Black with #D5838D

Text Example


Text Example

White with #D5838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5838D; }

 p { color: rgb(213,131,141); }

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

background-color css

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

 a { background-color: rgb(213,131,141); }

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

border-color css

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

 span { border-color: rgb(213,131,141); }

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