Html Css Color HEX #D778A1 Pale Violet Red

📋 copy color: '#D778A1'

red 215 ◦ green 120 ◦ blue 161

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

Shades of Pale Violet Red #D778A1

Tints of Pale Violet Red #D778A1

RGB

 RED value IS 215 (84.38% from 255) = 43.35%

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

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 43.35%
G = 24.19%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D778A1 (or 0xD778A1) is known color: Pale Violet Red. HEX triplet: D7, 78 and A1. RGB value is (215,120,161). Sum of RGB (Red+Green+Blue) = 215+120+161=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D778A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778A1 is #28875E. Grayscale: #999999. Windows color (decimal): -2656095 or 10582231. OLE color: 10582231.

HSL color Cylindrical-coordinate representation of color #D778A1: hue angle of 334.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778A1 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 161 -
CMYK 0 0.44 0.25 0.16
HSL 334.11º 0.54% 0.66% -
HSV(B) 334.11º 0.44% 0.84% -
XYZ 41.17 30.45 37.43 -
YUV 153.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 215 120 161 0 0.44 0.25 0.16 334.11 0.54 0.66
Hex D7 78 A1 0 2C 19 10 14E 36 42
Octal 327 170 241 0 54 31 20 516 66 102
Binary 11010111 1111000 10100001 0 101100 11001 10000 101001110 110110 1000010

Color Harmonies of #D778A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778A1

Black with #D778A1

Text Example


Text Example

White with #D778A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778A1; }

 p { color: rgb(215,120,161); }

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

background-color css

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

 a { background-color: rgb(215,120,161); }

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

border-color css

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

 span { border-color: rgb(215,120,161); }

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