#D97A93

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

Shades of Pale Violet Red #D97A93

Tints of Pale Violet Red #D97A93

Color information

#D97A93 (or 0xD97A93) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7A and 93. RGB value is (217,122,147). Sum of RGB (Red+Green+Blue) = 217+122+147=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A93 is #26856C. Grayscale: #999999. Windows color (decimal): -2524525 or 9665241. OLE color: 9665241.

HSL color Cylindrical-coordinate representation of color #D97A93: hue angle of 344.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97A93 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217122147-
CMYK00.440.320.15
HSL344.21º55.56%66.47%-
HSV(B)344.21º43.78%85.1%-
XYZ40.8430.7831.39-
YUV153.26124.47173.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=44.65%
G=25.10%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712214700.440.320.15344.2155.5666.47
HexD97A9302C20F1583842
Octal331172223054401753070102
Binary11011001111101010010011010110010000011111010110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A93; }

 p { color: rgb(217,122,147); }

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

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

 a { background-color: rgb(217,122,147); }

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

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

 span { border-color: rgb(217,122,147); }

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