#D3838F

Color #D3838F Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D3838F

Tints of Puce #D3838F

Color information

#D3838F (or 0xD3838F) is unknown color: approx Puce. HEX triplet: D3, 83 and 8F. RGB value is (211,131,143). Sum of RGB (Red+Green+Blue) = 211+131+143=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D3838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3838F is #2C7C70. Grayscale: #9C9C9C. Windows color (decimal): -2915441 or 9405395. OLE color: 9405395.

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

Color convert

RGB211131143-
CMYK00.380.320.17
HSL351º47.62%67.06%-
HSV(B)351º37.91%82.75%-
XYZ39.9432.0630.07-
YUV156.29120.5167.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=43.51%
G=27.01%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113114300.380.320.1735147.6267.06
HexD3838F026201115f3043
Octal323203217046402153760103
Binary1101001110000011100011110100110100000100011010111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3838F; }

 p { color: rgb(211,131,143); }

 H1.HeaderClassName
 {
   color: #D3838F;
 }
 .AnyTagClassName
 {
   color: #D3838F;
 }
</style>
background-color css

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

 a { background-color: rgb(211,131,143); }

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

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

 span { border-color: rgb(211,131,143); }

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