Html Css Color HEX #D977A2 Pale Violet Red

📋 copy color: '#D977A2'

red 217 ◦ green 119 ◦ blue 162

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

Shades of Pale Violet Red #D977A2

Tints of Pale Violet Red #D977A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.53%

R = 43.57%
G = 23.9%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D977A2 (or 0xD977A2) is known color: Pale Violet Red. HEX triplet: D9, 77 and A2. RGB value is (217,119,162). Sum of RGB (Red+Green+Blue) = 217+119+162=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A2 is #26885D. Grayscale: #999999. Windows color (decimal): -2525278 or 10647513. OLE color: 10647513.

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

Color convert

RGB 217 119 162 -
CMYK 0 0.45 0.25 0.15
HSL 333.67º 0.56% 0.66% -
HSV(B) 333.67º 0.45% 0.85% -
XYZ 41.73 30.55 37.88 -
YUV 153.2 132.97 173.5 -
System Red Green Blue C M Y K H S L
Decimal 217 119 162 0 0.45 0.25 0.15 333.67 0.56 0.66
Hex D9 77 A2 0 2D 19 F 14E 38 42
Octal 331 167 242 0 55 31 17 516 70 102
Binary 11011001 1110111 10100010 0 101101 11001 1111 101001110 111000 1000010

Color Harmonies of #D977A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977A2

Black with #D977A2

Text Example


Text Example

White with #D977A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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