Html Css Color HEX #D37F9C Puce

📋 copy color: '#D37F9C'

red 211 ◦ green 127 ◦ blue 156

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

Shades of Puce #D37F9C

Tints of Puce #D37F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 25.71%

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

R = 42.71%
G = 25.71%
B = 31.58%

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

#D37F9C (or 0xD37F9C) is known color: Puce. HEX triplet: D3, 7F and 9C. RGB value is (211,127,156). Sum of RGB (Red+Green+Blue) = 211+127+156=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F9C is #2C8063. Grayscale: #9B9B9B. Windows color (decimal): -2916452 or 10256339. OLE color: 10256339.

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

Color convert

RGB 211 127 156 -
CMYK 0 0.40 0.26 0.17
HSL 339.29º 0.49% 0.66% -
HSV(B) 339.29º 0.4% 0.83% -
XYZ 40.45 31.43 35.39 -
YUV 155.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 211 127 156 0 0.40 0.26 0.17 339.29 0.49 0.66
Hex D3 7F 9C 0 28 1A 11 153 31 42
Octal 323 177 234 0 50 32 21 523 61 102
Binary 11010011 1111111 10011100 0 101000 11010 10001 101010011 110001 1000010

Color Harmonies of #D37F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37F9C

Black with #D37F9C

Text Example


Text Example

White with #D37F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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