#D27E95

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

Shades of Puce #D27E95

Tints of Puce #D27E95

Color information

#D27E95 (or 0xD27E95) is unknown color: approx Puce. HEX triplet: D2, 7E and 95. RGB value is (210,126,149). Sum of RGB (Red+Green+Blue) = 210+126+149=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E95 is #2D816A. Grayscale: #999999. Windows color (decimal): -2982251 or 9797330. OLE color: 9797330.

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

Color convert

RGB210126149-
CMYK00.40.290.18
HSL343.57º48.28%65.88%-
HSV(B)343.57º40%82.35%-
XYZ39.4630.7932.3-
YUV153.74125.33168.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=43.30%
G=25.98%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012614900.40.290.18343.5748.2865.88
HexD27E950281D121583042
Octal322176225050352253060102
Binary11010010111111010010101010100011101100101010110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E95; }

 p { color: rgb(210,126,149); }

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

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

 a { background-color: rgb(210,126,149); }

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

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

 span { border-color: rgb(210,126,149); }

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