Html Css Color HEX #D978AE Pale Violet Red

📋 copy color: '#D978AE'

red 217 ◦ green 120 ◦ blue 174

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

Shades of Pale Violet Red #D978AE

Tints of Pale Violet Red #D978AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.05%

R = 42.47%
G = 23.48%
B = 34.05%

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

#D978AE (or 0xD978AE) is known color: Pale Violet Red. HEX triplet: D9, 78 and AE. RGB value is (217,120,174). Sum of RGB (Red+Green+Blue) = 217+120+174=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D978AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978AE is #268751. Grayscale: #9B9B9B. Windows color (decimal): -2525010 or 11434201. OLE color: 11434201.

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

Color convert

RGB 217 120 174 -
CMYK 0 0.45 0.20 0.15
HSL 326.6º 0.56% 0.66% -
HSV(B) 326.6º 0.45% 0.85% -
XYZ 42.97 31.24 43.81 -
YUV 155.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 217 120 174 0 0.45 0.20 0.15 326.6 0.56 0.66
Hex D9 78 AE 0 2D 14 F 147 38 42
Octal 331 170 256 0 55 24 17 507 70 102
Binary 11011001 1111000 10101110 0 101101 10100 1111 101000111 111000 1000010

Color Harmonies of #D978AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978AE

Black with #D978AE

Text Example


Text Example

White with #D978AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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