#D27EA1

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

Shades of Puce #D27EA1

Tints of Puce #D27EA1

Color information

#D27EA1 (or 0xD27EA1) is unknown color: approx Puce. HEX triplet: D2, 7E and A1. RGB value is (210,126,161). Sum of RGB (Red+Green+Blue) = 210+126+161=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA1 is #2D815E. Grayscale: #9B9B9B. Windows color (decimal): -2982239 or 10583762. OLE color: 10583762.

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

Color convert

RGB210126161-
CMYK00.40.230.18
HSL335º48.28%65.88%-
HSV(B)335º40%82.35%-
XYZ40.4731.237.61-
YUV155.11131.33167.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=42.25%
G=25.35%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012616100.40.230.1833548.2865.88
HexD27EA1028171214f3042
Octal322176241050272251760102
Binary11010010111111010100001010100010111100101010011111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EA1; }

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

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

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

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

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

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

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

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