#D97D9E

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

Shades of Pale Violet Red #D97D9E

Tints of Pale Violet Red #D97D9E

Color information

#D97D9E (or 0xD97D9E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7D and 9E. RGB value is (217,125,158). Sum of RGB (Red+Green+Blue) = 217+125+158=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D9E is #268261. Grayscale: #9C9C9C. Windows color (decimal): -2523746 or 10386905. OLE color: 10386905.

HSL color Cylindrical-coordinate representation of color #D97D9E: hue angle of 338.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97D9E is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217125158-
CMYK00.420.270.15
HSL338.48º54.76%67.06%-
HSV(B)338.48º42.4%85.1%-
XYZ42.1231.8936.28-
YUV156.27128.98171.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=43.4%
G=25%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712515800.420.270.15338.4854.7667.06
HexD97D9E02A1BF1523743
Octal331175236052331752267103
Binary1101100111111011001111001010101101111111010100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D9E; }

 p { color: rgb(217,125,158); }

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

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

 a { background-color: rgb(217,125,158); }

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

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

 span { border-color: rgb(217,125,158); }

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