Html Css Color HEX #D47D9C Puce

📋 copy color: '#D47D9C'

red 212 ◦ green 125 ◦ blue 156

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

Shades of Puce #D47D9C

Tints of Puce #D47D9C

RGB

 RED value IS 212 (83.2% from 255) = 43%

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

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

R = 43%
G = 25.35%
B = 31.64%

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

#D47D9C (or 0xD47D9C) is known color: Puce. HEX triplet: D4, 7D and 9C. RGB value is (212,125,156). Sum of RGB (Red+Green+Blue) = 212+125+156=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47D9C is #2B8263. Grayscale: #9A9A9A. Windows color (decimal): -2851428 or 10255828. OLE color: 10255828.

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

Color convert

RGB 212 125 156 -
CMYK 0 0.41 0.26 0.17
HSL 338.62º 0.5% 0.66% -
HSV(B) 338.62º 0.41% 0.83% -
XYZ 40.49 31.06 35.31 -
YUV 154.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 212 125 156 0 0.41 0.26 0.17 338.62 0.5 0.66
Hex D4 7D 9C 0 29 1A 11 153 32 42
Octal 324 175 234 0 51 32 21 523 62 102
Binary 11010100 1111101 10011100 0 101001 11010 10001 101010011 110010 1000010

Color Harmonies of #D47D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47D9C

Black with #D47D9C

Text Example


Text Example

White with #D47D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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