#D57C9A

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

Shades of Pale Violet Red #D57C9A

Tints of Pale Violet Red #D57C9A

Color information

#D57C9A (or 0xD57C9A) is unknown color: approx Pale Violet Red. HEX triplet: D5, 7C and 9A. RGB value is (213,124,154). Sum of RGB (Red+Green+Blue) = 213+124+154=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57C9A is #2A8365. Grayscale: #9A9A9A. Windows color (decimal): -2786150 or 10124501. OLE color: 10124501.

HSL color Cylindrical-coordinate representation of color #D57C9A: hue angle of 339.78º 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 #D57C9A is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213124154-
CMYK00.420.280.16
HSL339.78º51.45%66.08%-
HSV(B)339.78º41.78%83.53%-
XYZ40.4830.8934.4-
YUV154.03127.99170.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=43.38%
G=25.25%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312415400.420.280.16339.7851.4566.08
HexD57C9A02A1C101543342
Octal325174232052342052463102
Binary11010101111110010011010010101011100100001010101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57C9A; }

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

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

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

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

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

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

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

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