#D57491

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

Shades of Pale Violet Red #D57491

Tints of Pale Violet Red #D57491

Color information

#D57491 (or 0xD57491) is unknown color: approx Pale Violet Red. HEX triplet: D5, 74 and 91. RGB value is (213,116,145). Sum of RGB (Red+Green+Blue) = 213+116+145=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57491 is #2A8B6E. Grayscale: #949494. Windows color (decimal): -2788207 or 9532629. OLE color: 9532629.

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

Color convert

RGB213116145-
CMYK00.460.320.16
HSL342.06º53.59%64.51%-
HSV(B)342.06º45.54%83.53%-
XYZ38.828.6830.28-
YUV148.31126.14174.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=44.94%
G=24.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311614500.460.320.16342.0653.5964.51
HexD5749102E20101563641
Octal325164221056402052666101
Binary110101011110100100100010101110100000100001010101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57491; }

 p { color: rgb(213,116,145); }

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

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

 a { background-color: rgb(213,116,145); }

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

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

 span { border-color: rgb(213,116,145); }

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