#D977A7

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

Shades of Pale Violet Red #D977A7

Tints of Pale Violet Red #D977A7

Color information

#D977A7 (or 0xD977A7) is unknown color: approx Pale Violet Red. HEX triplet: D9, 77 and A7. RGB value is (217,119,167). Sum of RGB (Red+Green+Blue) = 217+119+167=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A7 is #268858. Grayscale: #999999. Windows color (decimal): -2525273 or 10975193. OLE color: 10975193.

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

Color convert

RGB217119167-
CMYK00.450.230.15
HSL330.61º56.32%65.88%-
HSV(B)330.61º45.16%85.1%-
XYZ42.1930.7440.27-
YUV153.77135.47173.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=43.14%
G=23.66%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711916700.450.230.15330.6156.3265.88
HexD977A702D17F14b3842
Octal331167247055271751370102
Binary1101100111101111010011101011011011111111010010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977A7; }

 p { color: rgb(217,119,167); }

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

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

 a { background-color: rgb(217,119,167); }

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

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

 span { border-color: rgb(217,119,167); }

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