Html Css Color HEX #D4848F Puce

📋 copy color: '#D4848F'

red 212 ◦ green 132 ◦ blue 143

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

Shades of Puce #D4848F

Tints of Puce #D4848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

 BLUE value IS 143 (56.25% from 255) = 29.36%

R = 43.53%
G = 27.1%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4848F (or 0xD4848F) is known color: Puce. HEX triplet: D4, 84 and 8F. RGB value is (212,132,143). Sum of RGB (Red+Green+Blue) = 212+132+143=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4848F is #2B7B70. Grayscale: #9D9D9D. Windows color (decimal): -2849649 or 9405652. OLE color: 9405652.

HSL color Cylindrical-coordinate representation of color #D4848F: hue angle of 351.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4848F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 143 -
CMYK 0 0.38 0.33 0.17
HSL 351.75º 0.48% 0.67% -
HSV(B) 351.75º 0.38% 0.83% -
XYZ 40.36 32.48 30.13 -
YUV 157.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 212 132 143 0 0.38 0.33 0.17 351.75 0.48 0.67
Hex D4 84 8F 0 26 21 11 160 30 43
Octal 324 204 217 0 46 41 21 540 60 103
Binary 11010100 10000100 10001111 0 100110 100001 10001 101100000 110000 1000011

Color Harmonies of #D4848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4848F

Black with #D4848F

Text Example


Text Example

White with #D4848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4848F; }

 p { color: rgb(212,132,143); }

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

background-color css

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

 a { background-color: rgb(212,132,143); }

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

border-color css

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

 span { border-color: rgb(212,132,143); }

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