Html Css Color HEX #D38491 Puce

📋 copy color: '#D38491'

red 211 ◦ green 132 ◦ blue 145

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

Shades of Puce #D38491

Tints of Puce #D38491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

 BLUE value IS 145 (57.03% from 255) = 29.71%

R = 43.24%
G = 27.05%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D38491 (or 0xD38491) is known color: Puce. HEX triplet: D3, 84 and 91. RGB value is (211,132,145). Sum of RGB (Red+Green+Blue) = 211+132+145=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D38491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38491 is #2C7B6E. Grayscale: #9D9D9D. Windows color (decimal): -2915183 or 9536723. OLE color: 9536723.

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

Color convert

RGB 211 132 145 -
CMYK 0 0.37 0.31 0.17
HSL 350.13º 0.47% 0.67% -
HSV(B) 350.13º 0.37% 0.83% -
XYZ 40.23 32.4 30.92 -
YUV 157.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 211 132 145 0 0.37 0.31 0.17 350.13 0.47 0.67
Hex D3 84 91 0 25 1F 11 15E 2F 43
Octal 323 204 221 0 45 37 21 536 57 103
Binary 11010011 10000100 10010001 0 100101 11111 10001 101011110 101111 1000011

Color Harmonies of #D38491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38491

Black with #D38491

Text Example


Text Example

White with #D38491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38491; }

 p { color: rgb(211,132,145); }

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

background-color css

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

 a { background-color: rgb(211,132,145); }

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

border-color css

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

 span { border-color: rgb(211,132,145); }

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