#D977AD

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

Shades of Pale Violet Red #D977AD

Tints of Pale Violet Red #D977AD

Color information

#D977AD (or 0xD977AD) is unknown color: approx Pale Violet Red. HEX triplet: D9, 77 and AD. RGB value is (217,119,173). Sum of RGB (Red+Green+Blue) = 217+119+173=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D977AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977AD is #268852. Grayscale: #9A9A9A. Windows color (decimal): -2525267 or 11368409. OLE color: 11368409.

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

Color convert

RGB217119173-
CMYK00.450.200.15
HSL326.94º56.32%65.88%-
HSV(B)326.94º45.16%85.1%-
XYZ42.7530.9643.26-
YUV154.46138.47172.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=42.63%
G=23.38%
B=33.99%

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
Decimal21711917300.450.200.15326.9456.3265.88
HexD977AD02D14F1473842
Octal331167255055241750770102
Binary1101100111101111010110101011011010011111010001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977AD; }

 p { color: rgb(217,119,173); }

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

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

 a { background-color: rgb(217,119,173); }

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

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

 span { border-color: rgb(217,119,173); }

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