#D38092

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

Shades of Puce #D38092

Tints of Puce #D38092

Color information

#D38092 (or 0xD38092) is unknown color: approx Puce. HEX triplet: D3, 80 and 92. RGB value is (211,128,146). Sum of RGB (Red+Green+Blue) = 211+128+146=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D38092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38092 is #2C7F6D. Grayscale: #9A9A9A. Windows color (decimal): -2916206 or 9601235. OLE color: 9601235.

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

Color convert

RGB211128146-
CMYK00.390.310.17
HSL346.99º48.54%66.47%-
HSV(B)346.99º39.34%82.75%-
XYZ39.7731.3631.15-
YUV154.87123168.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.51%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=43.51%
G=26.39%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112814600.390.310.17346.9948.5466.47
HexD380920271F1115b3142
Octal323200222047372153361102
Binary110100111000000010010010010011111111100011010110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38092; }

 p { color: rgb(211,128,146); }

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

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

 a { background-color: rgb(211,128,146); }

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

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

 span { border-color: rgb(211,128,146); }

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