Html Css Color HEX #D977AB Pale Violet Red

📋 copy color: '#D977AB'

red 217 ◦ green 119 ◦ blue 171

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

Shades of Pale Violet Red #D977AB

Tints of Pale Violet Red #D977AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 42.8%
G = 23.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D977AB (or 0xD977AB) is known color: Pale Violet Red. HEX triplet: D9, 77 and AB. RGB value is (217,119,171). Sum of RGB (Red+Green+Blue) = 217+119+171=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D977AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D977AB is #268854. Grayscale: #9A9A9A. Windows color (decimal): -2525269 or 11237337. OLE color: 11237337.

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

Color convert

RGB 217 119 171 -
CMYK 0 0.45 0.21 0.15
HSL 328.16º 0.56% 0.66% -
HSV(B) 328.16º 0.45% 0.85% -
XYZ 42.56 30.89 42.25 -
YUV 154.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 217 119 171 0 0.45 0.21 0.15 328.16 0.56 0.66
Hex D9 77 AB 0 2D 15 F 148 38 42
Octal 331 167 253 0 55 25 17 510 70 102
Binary 11011001 1110111 10101011 0 101101 10101 1111 101001000 111000 1000010

Color Harmonies of #D977AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977AB

Black with #D977AB

Text Example


Text Example

White with #D977AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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