Html Css Color HEX #D1828F Puce

📋 copy color: '#D1828F'

red 209 ◦ green 130 ◦ blue 143

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

Shades of Puce #D1828F

Tints of Puce #D1828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 43.36%
G = 26.97%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1828F (or 0xD1828F) is known color: Puce. HEX triplet: D1, 82 and 8F. RGB value is (209,130,143). Sum of RGB (Red+Green+Blue) = 209+130+143=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1828F is #2E7D70. Grayscale: #9B9B9B. Windows color (decimal): -3046769 or 9405137. OLE color: 9405137.

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

Color convert

RGB 209 130 143 -
CMYK 0 0.38 0.32 0.18
HSL 350.13º 0.46% 0.66% -
HSV(B) 350.13º 0.38% 0.82% -
XYZ 39.24 31.5 30 -
YUV 155.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 209 130 143 0 0.38 0.32 0.18 350.13 0.46 0.66
Hex D1 82 8F 0 26 20 12 15E 2E 42
Octal 321 202 217 0 46 40 22 536 56 102
Binary 11010001 10000010 10001111 0 100110 100000 10010 101011110 101110 1000010

Color Harmonies of #D1828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1828F

Black with #D1828F

Text Example


Text Example

White with #D1828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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