Html Css Color HEX #D47F95 Puce

📋 copy color: '#D47F95'

red 212 ◦ green 127 ◦ blue 149

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

Shades of Puce #D47F95

Tints of Puce #D47F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 43.44%
G = 26.02%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D47F95 (or 0xD47F95) is known color: Puce. HEX triplet: D4, 7F and 95. RGB value is (212,127,149). Sum of RGB (Red+Green+Blue) = 212+127+149=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F95 is #2B806A. Grayscale: #9A9A9A. Windows color (decimal): -2850923 or 9797588. OLE color: 9797588.

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

Color convert

RGB 212 127 149 -
CMYK 0 0.40 0.30 0.17
HSL 344.47º 0.5% 0.66% -
HSV(B) 344.47º 0.4% 0.83% -
XYZ 40.17 31.35 32.37 -
YUV 154.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 212 127 149 0 0.40 0.30 0.17 344.47 0.5 0.66
Hex D4 7F 95 0 28 1E 11 158 32 42
Octal 324 177 225 0 50 36 21 530 62 102
Binary 11010100 1111111 10010101 0 101000 11110 10001 101011000 110010 1000010

Color Harmonies of #D47F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F95

Black with #D47F95

Text Example


Text Example

White with #D47F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F95; }

 p { color: rgb(212,127,149); }

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

background-color css

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

 a { background-color: rgb(212,127,149); }

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

border-color css

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

 span { border-color: rgb(212,127,149); }

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