#D27DA0

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

Shades of Puce #D27DA0

Tints of Puce #D27DA0

Color information

#D27DA0 (or 0xD27DA0) is unknown color: approx Puce. HEX triplet: D2, 7D and A0. RGB value is (210,125,160). Sum of RGB (Red+Green+Blue) = 210+125+160=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA0 is #2D825F. Grayscale: #9A9A9A. Windows color (decimal): -2982496 or 10517970. OLE color: 10517970.

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

Color convert

RGB210125160-
CMYK00.400.240.18
HSL335.29º48.57%65.69%-
HSV(B)335.29º40.48%82.35%-
XYZ40.2630.9137.1-
YUV154.4131.16167.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=42.42%
G=25.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012516000.400.240.18335.2948.5765.69
HexD27DA0028181214f3142
Octal322175240050302251761102
Binary11010010111110110100000010100011000100101010011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DA0; }

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

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

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

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

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

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

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

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