Html Css Color HEX #D37C9A Puce

📋 copy color: '#D37C9A'

red 211 ◦ green 124 ◦ blue 154

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

Shades of Puce #D37C9A

Tints of Puce #D37C9A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 43.15%
G = 25.36%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D37C9A (or 0xD37C9A) is known color: Puce. HEX triplet: D3, 7C and 9A. RGB value is (211,124,154). Sum of RGB (Red+Green+Blue) = 211+124+154=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37C9A is #2C8365. Grayscale: #999999. Windows color (decimal): -2917222 or 10124499. OLE color: 10124499.

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

Color convert

RGB 211 124 154 -
CMYK 0 0.41 0.27 0.17
HSL 339.31º 0.5% 0.66% -
HSV(B) 339.31º 0.41% 0.83% -
XYZ 39.9 30.6 34.37 -
YUV 153.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 211 124 154 0 0.41 0.27 0.17 339.31 0.5 0.66
Hex D3 7C 9A 0 29 1B 11 153 32 42
Octal 323 174 232 0 51 33 21 523 62 102
Binary 11010011 1111100 10011010 0 101001 11011 10001 101010011 110010 1000010

Color Harmonies of #D37C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37C9A

Black with #D37C9A

Text Example


Text Example

White with #D37C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37C9A; }

 p { color: rgb(211,124,154); }

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

background-color css

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

 a { background-color: rgb(211,124,154); }

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

border-color css

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

 span { border-color: rgb(211,124,154); }

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