#D977A8

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

Shades of Pale Violet Red #D977A8

Tints of Pale Violet Red #D977A8

Color information

#D977A8 (or 0xD977A8) is unknown color: approx Pale Violet Red. HEX triplet: D9, 77 and A8. RGB value is (217,119,168). Sum of RGB (Red+Green+Blue) = 217+119+168=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A8 is #268857. Grayscale: #999999. Windows color (decimal): -2525272 or 11040729. OLE color: 11040729.

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

Color convert

RGB217119168-
CMYK00.450.230.15
HSL330º56.32%65.88%-
HSV(B)330º45.16%85.1%-
XYZ42.2830.7740.76-
YUV153.89135.97173.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=43.06%
G=23.61%
B=33.33%

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
Decimal21711916800.450.230.1533056.3265.88
HexD977A802D17F14a3842
Octal331167250055271751270102
Binary1101100111101111010100001011011011111111010010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977A8; }

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

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

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

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

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

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

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

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