Html Css Color HEX #D37E9C Puce

📋 copy color: '#D37E9C'

red 211 ◦ green 126 ◦ blue 156

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

Shades of Puce #D37E9C

Tints of Puce #D37E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.56%

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 42.8%
G = 25.56%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D37E9C (or 0xD37E9C) is known color: Puce. HEX triplet: D3, 7E and 9C. RGB value is (211,126,156). Sum of RGB (Red+Green+Blue) = 211+126+156=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37E9C is #2C8163. Grayscale: #9A9A9A. Windows color (decimal): -2916708 or 10256083. OLE color: 10256083.

HSL color Cylindrical-coordinate representation of color #D37E9C: hue angle of 338.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37E9C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 126 156 -
CMYK 0 0.40 0.26 0.17
HSL 338.82º 0.49% 0.66% -
HSV(B) 338.82º 0.4% 0.83% -
XYZ 40.33 31.17 35.34 -
YUV 154.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 211 126 156 0 0.40 0.26 0.17 338.82 0.49 0.66
Hex D3 7E 9C 0 28 1A 11 153 31 42
Octal 323 176 234 0 50 32 21 523 61 102
Binary 11010011 1111110 10011100 0 101000 11010 10001 101010011 110001 1000010

Color Harmonies of #D37E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37E9C

Black with #D37E9C

Text Example


Text Example

White with #D37E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37E9C; }

 p { color: rgb(211,126,156); }

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

background-color css

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

 a { background-color: rgb(211,126,156); }

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

border-color css

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

 span { border-color: rgb(211,126,156); }

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