#D978A3

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

Shades of Pale Violet Red #D978A3

Tints of Pale Violet Red #D978A3

Color information

#D978A3 (or 0xD978A3) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and A3. RGB value is (217,120,163). Sum of RGB (Red+Green+Blue) = 217+120+163=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A3 is #26875C. Grayscale: #999999. Windows color (decimal): -2525021 or 10713305. OLE color: 10713305.

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

Color convert

RGB217120163-
CMYK00.450.250.15
HSL333.4º56.07%66.08%-
HSV(B)333.4º44.7%85.1%-
XYZ41.9430.8338.39-
YUV153.9133.14173-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 163 (64.06% from 255) = 32.6%
R=43.4%
G=24%
B=32.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712016300.450.250.15333.456.0766.08
HexD978A302D19F14d3842
Octal331170243055311751570102
Binary1101100111110001010001101011011100111111010011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978A3; }

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

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

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

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

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

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

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

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