#D57397

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

Shades of Pale Violet Red #D57397

Tints of Pale Violet Red #D57397

Color information

#D57397 (or 0xD57397) is unknown color: approx Pale Violet Red. HEX triplet: D5, 73 and 97. RGB value is (213,115,151). Sum of RGB (Red+Green+Blue) = 213+115+151=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57397 is #2A8C68. Grayscale: #949494. Windows color (decimal): -2788457 or 9925589. OLE color: 9925589.

HSL color Cylindrical-coordinate representation of color #D57397: hue angle of 337.96º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57397 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213115151-
CMYK00.460.290.16
HSL337.96º53.85%64.31%-
HSV(B)337.96º46.01%83.53%-
XYZ39.1628.6432.74-
YUV148.41129.47174.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=44.47%
G=24.01%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311515100.460.290.16337.9653.8564.31
HexD5739702E1D101523640
Octal325163227056352052266100
Binary11010101111001110010111010111011101100001010100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57397; }

 p { color: rgb(213,115,151); }

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

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

 a { background-color: rgb(213,115,151); }

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

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

 span { border-color: rgb(213,115,151); }

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