#D97390

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

Shades of Pale Violet Red #D97390

Tints of Pale Violet Red #D97390

Color information

#D97390 (or 0xD97390) is unknown color: approx Pale Violet Red. HEX triplet: D9, 73 and 90. RGB value is (217,115,144). Sum of RGB (Red+Green+Blue) = 217+115+144=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D97390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97390 is #268C6F. Grayscale: #949494. Windows color (decimal): -2526320 or 9466841. OLE color: 9466841.

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

Color convert

RGB217115144-
CMYK00.470.340.15
HSL342.94º57.3%65.1%-
HSV(B)342.94º47%85.1%-
XYZ39.7829.0329.89-
YUV148.8125.29176.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=45.59%
G=24.16%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711514400.470.340.15342.9457.365.1
HexD9739002F22F1573941
Octal331163220057421752771101
Binary11011001111001110010000010111110001011111010101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97390; }

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

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

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

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

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

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

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

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