#D57596

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

Shades of Pale Violet Red #D57596

Tints of Pale Violet Red #D57596

Color information

#D57596 (or 0xD57596) is unknown color: approx Pale Violet Red. HEX triplet: D5, 75 and 96. RGB value is (213,117,150). Sum of RGB (Red+Green+Blue) = 213+117+150=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57596 is #2A8A69. Grayscale: #959595. Windows color (decimal): -2787946 or 9860565. OLE color: 9860565.

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

Color convert

RGB213117150-
CMYK00.450.300.16
HSL339.38º53.33%64.71%-
HSV(B)339.38º45.07%83.53%-
XYZ39.3129.0732.39-
YUV149.47128.3173.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=44.38%
G=24.38%
B=31.25%

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
Decimal21311715000.450.300.16339.3853.3364.71
HexD5759602D1E101533541
Octal325165226055362052365101
Binary11010101111010110010110010110111110100001010100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57596; }

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

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

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

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

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

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

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

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