#D978A5

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

Shades of Pale Violet Red #D978A5

Tints of Pale Violet Red #D978A5

Color information

#D978A5 (or 0xD978A5) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and A5. RGB value is (217,120,165). Sum of RGB (Red+Green+Blue) = 217+120+165=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A5 is #26875A. Grayscale: #9A9A9A. Windows color (decimal): -2525019 or 10844377. OLE color: 10844377.

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

Color convert

RGB217120165-
CMYK00.450.240.15
HSL332.16º56.07%66.08%-
HSV(B)332.16º44.7%85.1%-
XYZ42.1230.939.34-
YUV154.13134.14172.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 165 (64.84% from 255) = 32.87%
R=43.23%
G=23.90%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712016500.450.240.15332.1656.0766.08
HexD978A502D18F14c3842
Octal331170245055301751470102
Binary1101100111110001010010101011011100011111010011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978A5; }

 p { color: rgb(217,120,165); }

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

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

 a { background-color: rgb(217,120,165); }

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

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

 span { border-color: rgb(217,120,165); }

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