#D27F9A

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

Shades of Puce #D27F9A

Tints of Puce #D27F9A

Color information

#D27F9A (or 0xD27F9A) is unknown color: approx Puce. HEX triplet: D2, 7F and 9A. RGB value is (210,127,154). Sum of RGB (Red+Green+Blue) = 210+127+154=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F9A is #2D8065. Grayscale: #9A9A9A. Windows color (decimal): -2981990 or 10125266. OLE color: 10125266.

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

Color convert

RGB210127154-
CMYK00.400.270.18
HSL340.48º47.98%66.08%-
HSV(B)340.48º39.52%82.35%-
XYZ4031.2134.49-
YUV154.9127.5167.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=42.77%
G=25.87%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012715400.400.270.18340.4847.9866.08
HexD27F9A0281B121543042
Octal322177232050332252460102
Binary11010010111111110011010010100011011100101010101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F9A; }

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

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

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

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

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

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

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

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