#D27E9A

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

Shades of Puce #D27E9A

Tints of Puce #D27E9A

Color information

#D27E9A (or 0xD27E9A) is unknown color: approx Puce. HEX triplet: D2, 7E and 9A. RGB value is (210,126,154). Sum of RGB (Red+Green+Blue) = 210+126+154=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9A is #2D8165. Grayscale: #9A9A9A. Windows color (decimal): -2982246 or 10125010. OLE color: 10125010.

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

Color convert

RGB210126154-
CMYK00.40.270.18
HSL340º48.28%65.88%-
HSV(B)340º40%82.35%-
XYZ39.8730.9634.45-
YUV154.31127.83167.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012615400.40.270.1834048.2865.88
HexD27E9A0281B121543042
Octal322176232050332252460102
Binary11010010111111010011010010100011011100101010101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E9A; }

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

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

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

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

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

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

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

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