Html Css Color HEX #D977AD Pale Violet Red

📋 copy color: '#D977AD'

red 217 ◦ green 119 ◦ blue 173

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

Shades of Pale Violet Red #D977AD

Tints of Pale Violet Red #D977AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 42.63%
G = 23.38%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D977AD (or 0xD977AD) is known color: Pale Violet Red. HEX triplet: D9, 77 and AD. RGB value is (217,119,173). Sum of RGB (Red+Green+Blue) = 217+119+173=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D977AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977AD is #268852. Grayscale: #9A9A9A. Windows color (decimal): -2525267 or 11368409. OLE color: 11368409.

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

Color convert

RGB 217 119 173 -
CMYK 0 0.45 0.20 0.15
HSL 326.94º 0.56% 0.66% -
HSV(B) 326.94º 0.45% 0.85% -
XYZ 42.75 30.96 43.26 -
YUV 154.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 217 119 173 0 0.45 0.20 0.15 326.94 0.56 0.66
Hex D9 77 AD 0 2D 14 F 147 38 42
Octal 331 167 255 0 55 24 17 507 70 102
Binary 11011001 1110111 10101101 0 101101 10100 1111 101000111 111000 1000010

Color Harmonies of #D977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977AD

Black with #D977AD

Text Example


Text Example

White with #D977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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