#D978A4

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

Shades of Pale Violet Red #D978A4

Tints of Pale Violet Red #D978A4

Color information

#D978A4 (or 0xD978A4) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and A4. RGB value is (217,120,164). Sum of RGB (Red+Green+Blue) = 217+120+164=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A4 is #26875B. Grayscale: #999999. Windows color (decimal): -2525020 or 10778841. OLE color: 10778841.

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

Color convert

RGB217120164-
CMYK00.450.240.15
HSL332.78º56.07%66.08%-
HSV(B)332.78º44.7%85.1%-
XYZ42.0330.8638.86-
YUV154.02133.64172.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=43.31%
G=23.95%
B=32.73%

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
Decimal21712016400.450.240.15332.7856.0766.08
HexD978A402D18F14d3842
Octal331170244055301751570102
Binary1101100111110001010010001011011100011111010011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978A4; }

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

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

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

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

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

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

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

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