#D27D9D

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

Shades of Puce #D27D9D

Tints of Puce #D27D9D

Color information

#D27D9D (or 0xD27D9D) is unknown color: approx Puce. HEX triplet: D2, 7D and 9D. RGB value is (210,125,157). Sum of RGB (Red+Green+Blue) = 210+125+157=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9D is #2D8262. Grayscale: #9A9A9A. Windows color (decimal): -2982499 or 10321362. OLE color: 10321362.

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

Color convert

RGB210125157-
CMYK00.400.250.18
HSL337.41º48.57%65.69%-
HSV(B)337.41º40.48%82.35%-
XYZ4030.835.74-
YUV154.06129.66167.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=42.68%
G=25.41%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012515700.400.250.18337.4148.5765.69
HexD27D9D02819121513142
Octal322175235050312252161102
Binary11010010111110110011101010100011001100101010100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D9D; }

 p { color: rgb(210,125,157); }

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

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

 a { background-color: rgb(210,125,157); }

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

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

 span { border-color: rgb(210,125,157); }

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