#D27D9F

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

Shades of Puce #D27D9F

Tints of Puce #D27D9F

Color information

#D27D9F (or 0xD27D9F) is unknown color: approx Puce. HEX triplet: D2, 7D and 9F. RGB value is (210,125,159). Sum of RGB (Red+Green+Blue) = 210+125+159=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9F is #2D8260. Grayscale: #9A9A9A. Windows color (decimal): -2982497 or 10452434. OLE color: 10452434.

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

Color convert

RGB210125159-
CMYK00.400.240.18
HSL336º48.57%65.69%-
HSV(B)336º40.48%82.35%-
XYZ40.1730.8736.64-
YUV154.29130.66167.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=42.51%
G=25.30%
B=32.19%

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
Decimal21012515900.400.240.1833648.5765.69
HexD27D9F02818121503142
Octal322175237050302252061102
Binary11010010111110110011111010100011000100101010100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D9F; }

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

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

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

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

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

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

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

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