Html Css Color HEX #D979A8 Pale Violet Red

📋 copy color: '#D979A8'

red 217 ◦ green 121 ◦ blue 168

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

Shades of Pale Violet Red #D979A8

Tints of Pale Violet Red #D979A8

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.2%

R = 42.89%
G = 23.91%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D979A8 (or 0xD979A8) is known color: 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

RGB 217 121 168 -
CMYK 0 0.44 0.23 0.15
HSL 330.63º 0.56% 0.66% -
HSV(B) 330.63º 0.44% 0.85% -
XYZ 42.52 31.25 40.84 -
YUV 155.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 217 121 168 0 0.44 0.23 0.15 330.63 0.56 0.66
Hex D9 79 A8 0 2C 17 F 14B 38 42
Octal 331 171 250 0 54 27 17 513 70 102
Binary 11011001 1111001 10101000 0 101100 10111 1111 101001011 111000 1000010

Color Harmonies of #D979A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979A8

Black with #D979A8

Text Example


Text Example

White with #D979A8

Text Example


Text Example

HTML Codes & Css Web 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>