Html Css Color HEX #D37F9B Puce

📋 copy color: '#D37F9B'

red 211 ◦ green 127 ◦ blue 155

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

Shades of Puce #D37F9B

Tints of Puce #D37F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 42.8%
G = 25.76%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D37F9B (or 0xD37F9B) is known color: Puce. HEX triplet: D3, 7F and 9B. RGB value is (211,127,155). Sum of RGB (Red+Green+Blue) = 211+127+155=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F9B is #2C8064. Grayscale: #9B9B9B. Windows color (decimal): -2916453 or 10190803. OLE color: 10190803.

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

Color convert

RGB 211 127 155 -
CMYK 0 0.40 0.27 0.17
HSL 340º 0.49% 0.66% -
HSV(B) 340º 0.4% 0.83% -
XYZ 40.37 31.39 34.94 -
YUV 155.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 211 127 155 0 0.40 0.27 0.17 340 0.49 0.66
Hex D3 7F 9B 0 28 1B 11 154 31 42
Octal 323 177 233 0 50 33 21 524 61 102
Binary 11010011 1111111 10011011 0 101000 11011 10001 101010100 110001 1000010

Color Harmonies of #D37F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37F9B

Black with #D37F9B

Text Example


Text Example

White with #D37F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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