#D57194

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

Shades of Pale Violet Red #D57194

Tints of Pale Violet Red #D57194

Color information

#D57194 (or 0xD57194) is unknown color: approx Pale Violet Red. HEX triplet: D5, 71 and 94. RGB value is (213,113,148). Sum of RGB (Red+Green+Blue) = 213+113+148=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57194 is #2A8E6B. Grayscale: #929292. Windows color (decimal): -2788972 or 9728469. OLE color: 9728469.

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

Color convert

RGB213113148-
CMYK00.470.310.16
HSL339º54.35%63.92%-
HSV(B)339º46.95%83.53%-
XYZ38.6928.0931.4-
YUV146.89128.63175.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=44.94%
G=23.84%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311314800.470.310.1633954.3563.92
HexD5719402F1F101533640
Octal325161224057372052366100
Binary11010101111000110010100010111111111100001010100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57194; }

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

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

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

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

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

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

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

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