#D57595

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

Shades of Pale Violet Red #D57595

Tints of Pale Violet Red #D57595

Color information

#D57595 (or 0xD57595) is unknown color: approx Pale Violet Red. HEX triplet: D5, 75 and 95. RGB value is (213,117,149). Sum of RGB (Red+Green+Blue) = 213+117+149=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57595 is #2A8A6A. Grayscale: #959595. Windows color (decimal): -2787947 or 9795029. OLE color: 9795029.

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

Color convert

RGB213117149-
CMYK00.450.300.16
HSL340º53.33%64.71%-
HSV(B)340º45.07%83.53%-
XYZ39.2329.0431.97-
YUV149.35127.8173.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=44.47%
G=24.43%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311714900.450.300.1634053.3364.71
HexD5759502D1E101543541
Octal325165225055362052465101
Binary11010101111010110010101010110111110100001010101001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57595; }

 p { color: rgb(213,117,149); }

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

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

 a { background-color: rgb(213,117,149); }

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

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

 span { border-color: rgb(213,117,149); }

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