#D978AE

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

Shades of Pale Violet Red #D978AE

Tints of Pale Violet Red #D978AE

Color information

#D978AE (or 0xD978AE) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and AE. RGB value is (217,120,174). Sum of RGB (Red+Green+Blue) = 217+120+174=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AE is #268751. Grayscale: #9B9B9B. Windows color (decimal): -2525010 or 11434201. OLE color: 11434201.

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

Color convert

RGB217120174-
CMYK00.450.200.15
HSL326.6º56.07%66.08%-
HSV(B)326.6º44.7%85.1%-
XYZ42.9731.2443.81-
YUV155.16138.64172.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=42.47%
G=23.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712017400.450.200.15326.656.0766.08
HexD978AE02D14F1473842
Octal331170256055241750770102
Binary1101100111110001010111001011011010011111010001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978AE; }

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

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

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

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

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

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

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

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