Html Css Color HEX #D978A5 Pale Violet Red

📋 copy color: '#D978A5'

red 217 ◦ green 120 ◦ blue 165

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

Shades of Pale Violet Red #D978A5

Tints of Pale Violet Red #D978A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.87%

R = 43.23%
G = 23.9%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D978A5 (or 0xD978A5) is known color: Pale Violet Red. HEX triplet: D9, 78 and A5. RGB value is (217,120,165). Sum of RGB (Red+Green+Blue) = 217+120+165=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D978A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978A5 is #26875A. Grayscale: #9A9A9A. Windows color (decimal): -2525019 or 10844377. OLE color: 10844377.

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

Color convert

RGB 217 120 165 -
CMYK 0 0.45 0.24 0.15
HSL 332.16º 0.56% 0.66% -
HSV(B) 332.16º 0.45% 0.85% -
XYZ 42.12 30.9 39.34 -
YUV 154.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 217 120 165 0 0.45 0.24 0.15 332.16 0.56 0.66
Hex D9 78 A5 0 2D 18 F 14C 38 42
Octal 331 170 245 0 55 30 17 514 70 102
Binary 11011001 1111000 10100101 0 101101 11000 1111 101001100 111000 1000010

Color Harmonies of #D978A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978A5

Black with #D978A5

Text Example


Text Example

White with #D978A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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