Html Css Color HEX #D979A0 Pale Violet Red

📋 copy color: '#D979A0'

red 217 ◦ green 121 ◦ blue 160

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

Shades of Pale Violet Red #D979A0

Tints of Pale Violet Red #D979A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 43.57%
G = 24.3%
B = 32.13%

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

#D979A0 (or 0xD979A0) is known color: Pale Violet Red. HEX triplet: D9, 79 and A0. RGB value is (217,121,160). Sum of RGB (Red+Green+Blue) = 217+121+160=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D979A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979A0 is #26865F. Grayscale: #9A9A9A. Windows color (decimal): -2524768 or 10516953. OLE color: 10516953.

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

Color convert

RGB 217 121 160 -
CMYK 0 0.44 0.26 0.15
HSL 335.63º 0.56% 0.66% -
HSV(B) 335.63º 0.44% 0.85% -
XYZ 41.8 30.96 37.03 -
YUV 154.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 217 121 160 0 0.44 0.26 0.15 335.63 0.56 0.66
Hex D9 79 A0 0 2C 1A F 150 38 42
Octal 331 171 240 0 54 32 17 520 70 102
Binary 11011001 1111001 10100000 0 101100 11010 1111 101010000 111000 1000010

Color Harmonies of #D979A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979A0

Black with #D979A0

Text Example


Text Example

White with #D979A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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