Html Css Color HEX #D979AB Pale Violet Red

📋 copy color: '#D979AB'

red 217 ◦ green 121 ◦ blue 171

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

Shades of Pale Violet Red #D979AB

Tints of Pale Violet Red #D979AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 42.63%
G = 23.77%
B = 33.6%

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

#D979AB (or 0xD979AB) is known color: Pale Violet Red. HEX triplet: D9, 79 and AB. RGB value is (217,121,171). Sum of RGB (Red+Green+Blue) = 217+121+171=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D979AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D979AB is #268654. Grayscale: #9B9B9B. Windows color (decimal): -2524757 or 11237849. OLE color: 11237849.

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

Color convert

RGB 217 121 171 -
CMYK 0 0.44 0.21 0.15
HSL 328.75º 0.56% 0.66% -
HSV(B) 328.75º 0.44% 0.85% -
XYZ 42.8 31.37 42.33 -
YUV 155.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 217 121 171 0 0.44 0.21 0.15 328.75 0.56 0.66
Hex D9 79 AB 0 2C 15 F 149 38 42
Octal 331 171 253 0 54 25 17 511 70 102
Binary 11011001 1111001 10101011 0 101100 10101 1111 101001001 111000 1000010

Color Harmonies of #D979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979AB

Black with #D979AB

Text Example


Text Example

White with #D979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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