#D57C9D

Color #D57C9D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D57C9D

Tints of Pale Violet Red #D57C9D

Color information

#D57C9D (or 0xD57C9D) is unknown color: approx Pale Violet Red. HEX triplet: D5, 7C and 9D. RGB value is (213,124,157). Sum of RGB (Red+Green+Blue) = 213+124+157=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C9D is #2A8362. Grayscale: #9A9A9A. Windows color (decimal): -2786147 or 10321109. OLE color: 10321109.

HSL color Cylindrical-coordinate representation of color #D57C9D: hue angle of 337.75º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57C9D is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213124157-
CMYK00.420.260.16
HSL337.75º51.45%66.08%-
HSV(B)337.75º41.78%83.53%-
XYZ40.733135.73-
YUV154.37129.49169.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=43.12%
G=25.10%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312415700.420.260.16337.7551.4566.08
HexD57C9D02A1A101523342
Octal325174235052322052263102
Binary11010101111110010011101010101011010100001010100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C9D; }

 p { color: rgb(213,124,157); }

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

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

 a { background-color: rgb(213,124,157); }

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

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

 span { border-color: rgb(213,124,157); }

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