#D979A8

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

Shades of Pale Violet Red #D979A8

Tints of Pale Violet Red #D979A8

Color information

#D979A8 (or 0xD979A8) is unknown color: approx Pale Violet Red. HEX triplet: D9, 79 and A8. RGB value is (217,121,168). Sum of RGB (Red+Green+Blue) = 217+121+168=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D979A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979A8 is #268657. Grayscale: #9A9A9A. Windows color (decimal): -2524760 or 11041241. OLE color: 11041241.

HSL color Cylindrical-coordinate representation of color #D979A8: hue angle of 330.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979A8 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB217121168-
CMYK00.440.230.15
HSL330.62º55.81%66.27%-
HSV(B)330.62º44.24%85.1%-
XYZ42.5231.2540.84-
YUV155.06135.3172.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=42.89%
G=23.91%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712116800.440.230.15330.6255.8166.27
HexD979A802C17F14b3842
Octal331171250054271751370102
Binary1101100111110011010100001011001011111111010010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979A8; }

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

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

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

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

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

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

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

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