Html Css Color HEX #D38591 Puce

📋 copy color: '#D38591'

red 211 ◦ green 133 ◦ blue 145

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

Shades of Puce #D38591

Tints of Puce #D38591

RGB

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

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

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

R = 43.15%
G = 27.2%
B = 29.65%

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

#D38591 (or 0xD38591) is known color: Puce. HEX triplet: D3, 85 and 91. RGB value is (211,133,145). Sum of RGB (Red+Green+Blue) = 211+133+145=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D38591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38591 is #2C7A6E. Grayscale: #9D9D9D. Windows color (decimal): -2914927 or 9536979. OLE color: 9536979.

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

Color convert

RGB 211 133 145 -
CMYK 0 0.37 0.31 0.17
HSL 350.77º 0.47% 0.67% -
HSV(B) 350.77º 0.37% 0.83% -
XYZ 40.36 32.67 30.97 -
YUV 157.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 211 133 145 0 0.37 0.31 0.17 350.77 0.47 0.67
Hex D3 85 91 0 25 1F 11 15F 2F 43
Octal 323 205 221 0 45 37 21 537 57 103
Binary 11010011 10000101 10010001 0 100101 11111 10001 101011111 101111 1000011

Color Harmonies of #D38591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38591

Black with #D38591

Text Example


Text Example

White with #D38591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38591; }

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

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

background-color css

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

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

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

border-color css

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

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

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