Html Css Color HEX #D979AC Pale Violet Red

📋 copy color: '#D979AC'

red 217 ◦ green 121 ◦ blue 172

#D979AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D979AC

Tints of Pale Violet Red #D979AC

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

 GREEN value IS 121 (47.66% from 255) = 23.73%

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 42.55%
G = 23.73%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D979AC (or 0xD979AC) is known color: Pale Violet Red. HEX triplet: D9, 79 and AC. RGB value is (217,121,172). Sum of RGB (Red+Green+Blue) = 217+121+172=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D979AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979AC is #268653. Grayscale: #9B9B9B. Windows color (decimal): -2524756 or 11303385. OLE color: 11303385.

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

Color convert

RGB 217 121 172 -
CMYK 0 0.44 0.21 0.15
HSL 328.13º 0.56% 0.66% -
HSV(B) 328.13º 0.44% 0.85% -
XYZ 42.9 31.41 42.83 -
YUV 155.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 217 121 172 0 0.44 0.21 0.15 328.13 0.56 0.66
Hex D9 79 AC 0 2C 15 F 148 38 42
Octal 331 171 254 0 54 25 17 510 70 102
Binary 11011001 1111001 10101100 0 101100 10101 1111 101001000 111000 1000010

Color Harmonies of #D979AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979AC

Black with #D979AC

Text Example


Text Example

White with #D979AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979AC; }

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

 H1.HeaderClassName
 {
   color: #D979AC;
 }
 .AnyTagClassName
 {
   color: #D979AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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