Html Css Color HEX #D979A1 Pale Violet Red

📋 copy color: '#D979A1'

red 217 ◦ green 121 ◦ blue 161

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

Shades of Pale Violet Red #D979A1

Tints of Pale Violet Red #D979A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 43.49%
G = 24.25%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D979A1 (or 0xD979A1) is known color: Pale Violet Red. HEX triplet: D9, 79 and A1. RGB value is (217,121,161). Sum of RGB (Red+Green+Blue) = 217+121+161=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D979A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979A1 is #26865E. Grayscale: #9A9A9A. Windows color (decimal): -2524767 or 10582489. OLE color: 10582489.

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

Color convert

RGB 217 121 161 -
CMYK 0 0.44 0.26 0.15
HSL 335º 0.56% 0.66% -
HSV(B) 335º 0.44% 0.85% -
XYZ 41.89 31 37.49 -
YUV 154.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 217 121 161 0 0.44 0.26 0.15 335 0.56 0.66
Hex D9 79 A1 0 2C 1A F 14F 38 42
Octal 331 171 241 0 54 32 17 517 70 102
Binary 11011001 1111001 10100001 0 101100 11010 1111 101001111 111000 1000010

Color Harmonies of #D979A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979A1

Black with #D979A1

Text Example


Text Example

White with #D979A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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