#D57795

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

Shades of Pale Violet Red #D57795

Tints of Pale Violet Red #D57795

Color information

#D57795 (or 0xD57795) is unknown color: approx Pale Violet Red. HEX triplet: D5, 77 and 95. RGB value is (213,119,149). Sum of RGB (Red+Green+Blue) = 213+119+149=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57795 is #2A886A. Grayscale: #969696. Windows color (decimal): -2787435 or 9795541. OLE color: 9795541.

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

Color convert

RGB213119149-
CMYK00.440.300.16
HSL340.85º52.81%65.1%-
HSV(B)340.85º44.13%83.53%-
XYZ39.4629.5132.05-
YUV150.53127.14172.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=44.28%
G=24.74%
B=30.98%

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
Decimal21311914900.440.300.16340.8552.8165.1
HexD5779502C1E101553541
Octal325167225054362052565101
Binary11010101111011110010101010110011110100001010101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57795; }

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

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

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

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

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

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

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

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