#D978AB

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

Shades of Pale Violet Red #D978AB

Tints of Pale Violet Red #D978AB

Color information

#D978AB (or 0xD978AB) is unknown color: approx Pale Violet Red. HEX triplet: D9, 78 and AB. RGB value is (217,120,171). Sum of RGB (Red+Green+Blue) = 217+120+171=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AB is #268754. Grayscale: #9A9A9A. Windows color (decimal): -2525013 or 11237593. OLE color: 11237593.

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

Color convert

RGB217120171-
CMYK00.450.210.15
HSL328.45º56.07%66.08%-
HSV(B)328.45º44.7%85.1%-
XYZ42.6831.1242.29-
YUV154.82137.14172.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=42.72%
G=23.62%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712017100.450.210.15328.4556.0766.08
HexD978AB02D15F1483842
Octal331170253055251751070102
Binary1101100111110001010101101011011010111111010010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978AB; }

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

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

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

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

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

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

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

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