Html Css Color HEX #D37D9C Puce

📋 copy color: '#D37D9C'

red 211 ◦ green 125 ◦ blue 156

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

Shades of Puce #D37D9C

Tints of Puce #D37D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.41%

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

R = 42.89%
G = 25.41%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D37D9C (or 0xD37D9C) is known color: Puce. HEX triplet: D3, 7D and 9C. RGB value is (211,125,156). Sum of RGB (Red+Green+Blue) = 211+125+156=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D9C is #2C8263. Grayscale: #9A9A9A. Windows color (decimal): -2916964 or 10255827. OLE color: 10255827.

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

Color convert

RGB 211 125 156 -
CMYK 0 0.41 0.26 0.17
HSL 338.37º 0.49% 0.66% -
HSV(B) 338.37º 0.41% 0.83% -
XYZ 40.2 30.92 35.3 -
YUV 154.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 211 125 156 0 0.41 0.26 0.17 338.37 0.49 0.66
Hex D3 7D 9C 0 29 1A 11 152 31 42
Octal 323 175 234 0 51 32 21 522 61 102
Binary 11010011 1111101 10011100 0 101001 11010 10001 101010010 110001 1000010

Color Harmonies of #D37D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37D9C

Black with #D37D9C

Text Example


Text Example

White with #D37D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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