#D97A9B

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

Shades of Pale Violet Red #D97A9B

Tints of Pale Violet Red #D97A9B

Color information

#D97A9B (or 0xD97A9B) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7A and 9B. RGB value is (217,122,155). Sum of RGB (Red+Green+Blue) = 217+122+155=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A9B is #268564. Grayscale: #9A9A9A. Windows color (decimal): -2524517 or 10189529. OLE color: 10189529.

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

Color convert

RGB217122155-
CMYK00.440.290.15
HSL339.16º55.56%66.47%-
HSV(B)339.16º43.78%85.1%-
XYZ41.4931.0434.81-
YUV154.17128.47172.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=43.93%
G=24.70%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712215500.440.290.15339.1655.5666.47
HexD97A9B02C1DF1533842
Octal331172233054351752370102
Binary1101100111110101001101101011001110111111010100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A9B; }

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

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

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

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

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

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

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

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