#D57896

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

Shades of Pale Violet Red #D57896

Tints of Pale Violet Red #D57896

Color information

#D57896 (or 0xD57896) is unknown color: approx Pale Violet Red. HEX triplet: D5, 78 and 96. RGB value is (213,120,150). Sum of RGB (Red+Green+Blue) = 213+120+150=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57896 is #2A8769. Grayscale: #979797. Windows color (decimal): -2787178 or 9861333. OLE color: 9861333.

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

Color convert

RGB213120150-
CMYK00.440.300.16
HSL340.65º52.54%65.29%-
HSV(B)340.65º43.66%83.53%-
XYZ39.6629.7832.51-
YUV151.23127.31172.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=44.10%
G=24.84%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312015000.440.300.16340.6552.5465.29
HexD5789602C1E101553541
Octal325170226054362052565101
Binary11010101111100010010110010110011110100001010101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57896; }

 p { color: rgb(213,120,150); }

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

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

 a { background-color: rgb(213,120,150); }

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

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

 span { border-color: rgb(213,120,150); }

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