#D27EA0

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

Shades of Puce #D27EA0

Tints of Puce #D27EA0

Color information

#D27EA0 (or 0xD27EA0) is unknown color: approx Puce. HEX triplet: D2, 7E and A0. RGB value is (210,126,160). Sum of RGB (Red+Green+Blue) = 210+126+160=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA0 is #2D815F. Grayscale: #9A9A9A. Windows color (decimal): -2982240 or 10518226. OLE color: 10518226.

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

Color convert

RGB210126160-
CMYK00.40.240.18
HSL335.71º48.28%65.88%-
HSV(B)335.71º40%82.35%-
XYZ40.3831.1637.14-
YUV154.99130.83167.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=42.34%
G=25.40%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012616000.40.240.18335.7148.2865.88
HexD27EA002818121503042
Octal322176240050302252060102
Binary11010010111111010100000010100011000100101010100001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EA0; }

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

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

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

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

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

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

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

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