#D57497

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

Shades of Pale Violet Red #D57497

Tints of Pale Violet Red #D57497

Color information

#D57497 (or 0xD57497) is unknown color: approx Pale Violet Red. HEX triplet: D5, 74 and 97. RGB value is (213,116,151). Sum of RGB (Red+Green+Blue) = 213+116+151=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57497 is #2A8B68. Grayscale: #949494. Windows color (decimal): -2788201 or 9925845. OLE color: 9925845.

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

Color convert

RGB213116151-
CMYK00.460.290.16
HSL338.35º53.59%64.51%-
HSV(B)338.35º45.54%83.53%-
XYZ39.2728.8732.78-
YUV148.99129.14173.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=44.38%
G=24.17%
B=31.46%

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
Decimal21311615100.460.290.16338.3553.5964.51
HexD5749702E1D101523641
Octal325164227056352052266101
Binary11010101111010010010111010111011101100001010100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57497; }

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

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

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

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

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

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

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

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