#D27E9B

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

Shades of Puce #D27E9B

Tints of Puce #D27E9B

Color information

#D27E9B (or 0xD27E9B) is unknown color: approx Puce. HEX triplet: D2, 7E and 9B. RGB value is (210,126,155). Sum of RGB (Red+Green+Blue) = 210+126+155=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9B is #2D8164. Grayscale: #9A9A9A. Windows color (decimal): -2982245 or 10190546. OLE color: 10190546.

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

Color convert

RGB210126155-
CMYK00.40.260.18
HSL339.29º48.28%65.88%-
HSV(B)339.29º40%82.35%-
XYZ39.9630.9934.89-
YUV154.42128.33167.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=42.77%
G=25.66%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012615500.40.260.18339.2948.2865.88
HexD27E9B0281A121533042
Octal322176233050322252360102
Binary11010010111111010011011010100011010100101010100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E9B; }

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

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

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

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

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

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

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

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