Html Css Color HEX #D1848F Puce

📋 copy color: '#D1848F'

red 209 ◦ green 132 ◦ blue 143

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

Shades of Puce #D1848F

Tints of Puce #D1848F

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

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

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

R = 43.18%
G = 27.27%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1848F (or 0xD1848F) is known color: Puce. HEX triplet: D1, 84 and 8F. RGB value is (209,132,143). Sum of RGB (Red+Green+Blue) = 209+132+143=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1848F is #2E7B70. Grayscale: #9C9C9C. Windows color (decimal): -3046257 or 9405649. OLE color: 9405649.

HSL color Cylindrical-coordinate representation of color #D1848F: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1848F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 143 -
CMYK 0 0.37 0.32 0.18
HSL 351.43º 0.46% 0.67% -
HSV(B) 351.43º 0.37% 0.82% -
XYZ 39.5 32.04 30.09 -
YUV 156.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 209 132 143 0 0.37 0.32 0.18 351.43 0.46 0.67
Hex D1 84 8F 0 25 20 12 15F 2E 43
Octal 321 204 217 0 45 40 22 537 56 103
Binary 11010001 10000100 10001111 0 100101 100000 10010 101011111 101110 1000011

Color Harmonies of #D1848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1848F

Black with #D1848F

Text Example


Text Example

White with #D1848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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