Html Css Color HEX #D978AA Pale Violet Red

📋 copy color: '#D978AA'

red 217 ◦ green 120 ◦ blue 170

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

Shades of Pale Violet Red #D978AA

Tints of Pale Violet Red #D978AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 42.8%
G = 23.67%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D978AA (or 0xD978AA) is known color: Pale Violet Red. HEX triplet: D9, 78 and AA. RGB value is (217,120,170). Sum of RGB (Red+Green+Blue) = 217+120+170=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AA is #268755. Grayscale: #9A9A9A. Windows color (decimal): -2525014 or 11172057. OLE color: 11172057.

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

Color convert

RGB 217 120 170 -
CMYK 0 0.45 0.22 0.15
HSL 329.07º 0.56% 0.66% -
HSV(B) 329.07º 0.45% 0.85% -
XYZ 42.59 31.09 41.79 -
YUV 154.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 217 120 170 0 0.45 0.22 0.15 329.07 0.56 0.66
Hex D9 78 AA 0 2D 16 F 149 38 42
Octal 331 170 252 0 55 26 17 511 70 102
Binary 11011001 1111000 10101010 0 101101 10110 1111 101001001 111000 1000010

Color Harmonies of #D978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978AA

Black with #D978AA

Text Example


Text Example

White with #D978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978AA; }

 p { color: rgb(217,120,170); }

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

background-color css

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

 a { background-color: rgb(217,120,170); }

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

border-color css

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

 span { border-color: rgb(217,120,170); }

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