#D97DA1

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

Shades of Pale Violet Red #D97DA1

Tints of Pale Violet Red #D97DA1

Color information

#D97DA1 (or 0xD97DA1) is unknown color: approx Pale Violet Red. HEX triplet: D9, 7D and A1. RGB value is (217,125,161). Sum of RGB (Red+Green+Blue) = 217+125+161=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97DA1 is #26825E. Grayscale: #9C9C9C. Windows color (decimal): -2523743 or 10583513. OLE color: 10583513.

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

Color convert

RGB217125161-
CMYK00.420.260.15
HSL336.52º54.76%67.06%-
HSV(B)336.52º42.4%85.1%-
XYZ42.3831.9937.66-
YUV156.61130.48171.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=43.14%
G=24.85%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712516100.420.260.15336.5254.7667.06
HexD97DA102A1AF1513743
Octal331175241052321752167103
Binary1101100111111011010000101010101101011111010100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DA1; }

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

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

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

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

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

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

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

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