#D27E97

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

Shades of Puce #D27E97

Tints of Puce #D27E97

Color information

#D27E97 (or 0xD27E97) is unknown color: approx Puce. HEX triplet: D2, 7E and 97. RGB value is (210,126,151). Sum of RGB (Red+Green+Blue) = 210+126+151=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E97 is #2D8168. Grayscale: #999999. Windows color (decimal): -2982249 or 9928402. OLE color: 9928402.

HSL color Cylindrical-coordinate representation of color #D27E97: hue angle of 342.14º 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 #D27E97 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210126151-
CMYK00.40.280.18
HSL342.14º48.28%65.88%-
HSV(B)342.14º40%82.35%-
XYZ39.6330.8633.15-
YUV153.97126.33167.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=43.12%
G=25.87%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012615100.40.280.18342.1448.2865.88
HexD27E970281C121563042
Octal322176227050342252660102
Binary11010010111111010010111010100011100100101010101101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E97; }

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

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

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

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

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

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

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

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