#D57F94

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

Shades of Puce #D57F94

Tints of Puce #D57F94

Color information

#D57F94 (or 0xD57F94) is unknown color: approx Puce. HEX triplet: D5, 7F and 94. RGB value is (213,127,148). Sum of RGB (Red+Green+Blue) = 213+127+148=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F94 is #2A806B. Grayscale: #9B9B9B. Windows color (decimal): -2785388 or 9732053. OLE color: 9732053.

HSL color Cylindrical-coordinate representation of color #D57F94: hue angle of 345.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57F94 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213127148-
CMYK00.400.310.16
HSL345.35º50.59%66.67%-
HSV(B)345.35º40.38%83.53%-
XYZ40.3831.4631.96-
YUV155.11123.99169.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=43.65%
G=26.02%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312714800.400.310.16345.3550.5966.67
HexD57F940281F101593343
Octal325177224050372053163103
Binary11010101111111110010100010100011111100001010110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57F94; }

 p { color: rgb(213,127,148); }

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

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

 a { background-color: rgb(213,127,148); }

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

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

 span { border-color: rgb(213,127,148); }

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