Html Css Color HEX #D37D9E Puce

📋 copy color: '#D37D9E'

red 211 ◦ green 125 ◦ blue 158

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

Shades of Puce #D37D9E

Tints of Puce #D37D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 42.71%
G = 25.3%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D37D9E (or 0xD37D9E) is known color: Puce. HEX triplet: D3, 7D and 9E. RGB value is (211,125,158). Sum of RGB (Red+Green+Blue) = 211+125+158=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D9E is #2C8261. Grayscale: #9A9A9A. Windows color (decimal): -2916962 or 10386899. OLE color: 10386899.

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

Color convert

RGB 211 125 158 -
CMYK 0 0.41 0.25 0.17
HSL 336.98º 0.49% 0.66% -
HSV(B) 336.98º 0.41% 0.83% -
XYZ 40.37 30.98 36.2 -
YUV 154.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 211 125 158 0 0.41 0.25 0.17 336.98 0.49 0.66
Hex D3 7D 9E 0 29 19 11 151 31 42
Octal 323 175 236 0 51 31 21 521 61 102
Binary 11010011 1111101 10011110 0 101001 11001 10001 101010001 110001 1000010

Color Harmonies of #D37D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37D9E

Black with #D37D9E

Text Example


Text Example

White with #D37D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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