#D97391

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

Shades of Pale Violet Red #D97391

Tints of Pale Violet Red #D97391

Color information

#D97391 (or 0xD97391) is unknown color: approx Pale Violet Red. HEX triplet: D9, 73 and 91. RGB value is (217,115,145). Sum of RGB (Red+Green+Blue) = 217+115+145=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D97391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97391 is #268C6E. Grayscale: #949494. Windows color (decimal): -2526319 or 9532377. OLE color: 9532377.

HSL color Cylindrical-coordinate representation of color #D97391: hue angle of 342.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97391 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217115145-
CMYK00.470.330.15
HSL342.35º57.3%65.1%-
HSV(B)342.35º47%85.1%-
XYZ39.8629.0630.3-
YUV148.92125.79176.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=45.49%
G=24.11%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711514500.470.330.15342.3557.365.1
HexD9739102F21F1563941
Octal331163221057411752671101
Binary11011001111001110010001010111110000111111010101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97391; }

 p { color: rgb(217,115,145); }

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

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

 a { background-color: rgb(217,115,145); }

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

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

 span { border-color: rgb(217,115,145); }

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