#D27E9E

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

Shades of Puce #D27E9E

Tints of Puce #D27E9E

Color information

#D27E9E (or 0xD27E9E) is unknown color: approx Puce. HEX triplet: D2, 7E and 9E. RGB value is (210,126,158). Sum of RGB (Red+Green+Blue) = 210+126+158=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9E is #2D8161. Grayscale: #9A9A9A. Windows color (decimal): -2982242 or 10387154. OLE color: 10387154.

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

Color convert

RGB210126158-
CMYK00.40.250.18
HSL337.14º48.28%65.88%-
HSV(B)337.14º40%82.35%-
XYZ40.2131.0936.23-
YUV154.76129.83167.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=42.51%
G=25.51%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012615800.40.250.18337.1448.2865.88
HexD27E9E02819121513042
Octal322176236050312252160102
Binary11010010111111010011110010100011001100101010100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E9E; }

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

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

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

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

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

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

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

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