Html Css Color HEX #D977A0 Pale Violet Red

📋 copy color: '#D977A0'

red 217 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #D977A0

Tints of Pale Violet Red #D977A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.99%

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

R = 43.75%
G = 23.99%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D977A0 (or 0xD977A0) is known color: Pale Violet Red. HEX triplet: D9, 77 and A0. RGB value is (217,119,160). Sum of RGB (Red+Green+Blue) = 217+119+160=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A0 is #26885F. Grayscale: #989898. Windows color (decimal): -2525280 or 10516441. OLE color: 10516441.

HSL color Cylindrical-coordinate representation of color #D977A0: hue angle of 334.9º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D977A0 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 119 160 -
CMYK 0 0.45 0.26 0.15
HSL 334.9º 0.56% 0.66% -
HSV(B) 334.9º 0.45% 0.85% -
XYZ 41.56 30.48 36.95 -
YUV 152.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 217 119 160 0 0.45 0.26 0.15 334.9 0.56 0.66
Hex D9 77 A0 0 2D 1A F 14F 38 42
Octal 331 167 240 0 55 32 17 517 70 102
Binary 11011001 1110111 10100000 0 101101 11010 1111 101001111 111000 1000010

Color Harmonies of #D977A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977A0

Black with #D977A0

Text Example


Text Example

White with #D977A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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