#D57195

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

Shades of Pale Violet Red #D57195

Tints of Pale Violet Red #D57195

Color information

#D57195 (or 0xD57195) is unknown color: approx Pale Violet Red. HEX triplet: D5, 71 and 95. RGB value is (213,113,149). Sum of RGB (Red+Green+Blue) = 213+113+149=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57195 is #2A8E6A. Grayscale: #929292. Windows color (decimal): -2788971 or 9794005. OLE color: 9794005.

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

Color convert

RGB213113149-
CMYK00.470.300.16
HSL338.4º54.35%63.92%-
HSV(B)338.4º46.95%83.53%-
XYZ38.7728.1331.82-
YUV147129.13175.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=44.84%
G=23.79%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311314900.470.300.16338.454.3563.92
HexD5719502F1E101523640
Octal325161225057362052266100
Binary11010101111000110010101010111111110100001010100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57195; }

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

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

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

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

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

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

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

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