#D978A7

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

Shades of Pale Violet Red #D978A7

Tints of Pale Violet Red #D978A7

Color information

#D978A7 (or 0xD978A7) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and A7. RGB value is (217,120,167). Sum of RGB (Red+Green+Blue) = 217+120+167=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A7 is #268758. Grayscale: #9A9A9A. Windows color (decimal): -2525017 or 10975449. OLE color: 10975449.

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

Color convert

RGB217120167-
CMYK00.450.230.15
HSL330.93º56.07%66.08%-
HSV(B)330.93º44.7%85.1%-
XYZ42.3130.9740.31-
YUV154.36135.14172.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=43.06%
G=23.81%
B=33.13%

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
Decimal21712016700.450.230.15330.9356.0766.08
HexD978A702D17F14b3842
Octal331170247055271751370102
Binary1101100111110001010011101011011011111111010010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978A7; }

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

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

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

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

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

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

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

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