#D97A96

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

Shades of Pale Violet Red #D97A96

Tints of Pale Violet Red #D97A96

Color information

#D97A96 (or 0xD97A96) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7A and 96. RGB value is (217,122,150). Sum of RGB (Red+Green+Blue) = 217+122+150=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97A96 is #268569. Grayscale: #999999. Windows color (decimal): -2524522 or 9861849. OLE color: 9861849.

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

Color convert

RGB217122150-
CMYK00.440.310.15
HSL342.32º55.56%66.47%-
HSV(B)342.32º43.78%85.1%-
XYZ41.0830.8732.65-
YUV153.6125.97173.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=44.38%
G=24.95%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712215000.440.310.15342.3255.5666.47
HexD97A9602C1FF1563842
Octal331172226054371752670102
Binary1101100111110101001011001011001111111111010101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A96; }

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

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

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

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

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

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

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

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