#D38199

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

Shades of Puce #D38199

Tints of Puce #D38199

Color information

#D38199 (or 0xD38199) is unknown color: approx Puce. HEX triplet: D3, 81 and 99. RGB value is (211,129,153). Sum of RGB (Red+Green+Blue) = 211+129+153=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D38199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38199 is #2C7E66. Grayscale: #9C9C9C. Windows color (decimal): -2915943 or 10060243. OLE color: 10060243.

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

Color convert

RGB211129153-
CMYK00.390.270.17
HSL342.44º48.24%66.67%-
HSV(B)342.44º38.86%82.75%-
XYZ40.4631.8534.15-
YUV156.25126.17167.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=42.80%
G=26.17%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112915300.390.270.17342.4448.2466.67
HexD381990271B111563043
Octal323201231047332152660103
Binary110100111000000110011001010011111011100011010101101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38199; }

 p { color: rgb(211,129,153); }

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

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

 a { background-color: rgb(211,129,153); }

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

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

 span { border-color: rgb(211,129,153); }

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