Html Css Color HEX #D977A8 Pale Violet Red

📋 copy color: '#D977A8'

red 217 ◦ green 119 ◦ blue 168

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

Shades of Pale Violet Red #D977A8

Tints of Pale Violet Red #D977A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 43.06%
G = 23.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D977A8 (or 0xD977A8) is known color: Pale Violet Red. HEX triplet: D9, 77 and A8. RGB value is (217,119,168). Sum of RGB (Red+Green+Blue) = 217+119+168=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D977A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977A8 is #268857. Grayscale: #999999. Windows color (decimal): -2525272 or 11040729. OLE color: 11040729.

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

Color convert

RGB 217 119 168 -
CMYK 0 0.45 0.23 0.15
HSL 330º 0.56% 0.66% -
HSV(B) 330º 0.45% 0.85% -
XYZ 42.28 30.77 40.76 -
YUV 153.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 217 119 168 0 0.45 0.23 0.15 330 0.56 0.66
Hex D9 77 A8 0 2D 17 F 14A 38 42
Octal 331 167 250 0 55 27 17 512 70 102
Binary 11011001 1110111 10101000 0 101101 10111 1111 101001010 111000 1000010

Color Harmonies of #D977A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977A8

Black with #D977A8

Text Example


Text Example

White with #D977A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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