Html Css Color HEX #D771A0 Pale Violet Red

📋 copy color: '#D771A0'

red 215 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #D771A0

Tints of Pale Violet Red #D771A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

 BLUE value IS 160 (62.89% from 255) = 32.79%

R = 44.06%
G = 23.16%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D771A0 (or 0xD771A0) is known color: Pale Violet Red. HEX triplet: D7, 71 and A0. RGB value is (215,113,160). Sum of RGB (Red+Green+Blue) = 215+113+160=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D771A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771A0 is #288E5F. Grayscale: #949494. Windows color (decimal): -2657888 or 10514903. OLE color: 10514903.

HSL color Cylindrical-coordinate representation of color #D771A0: hue angle of 332.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771A0 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 160 -
CMYK 0 0.47 0.26 0.16
HSL 332.35º 0.56% 0.64% -
HSV(B) 332.35º 0.47% 0.84% -
XYZ 40.27 28.8 36.69 -
YUV 148.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 215 113 160 0 0.47 0.26 0.16 332.35 0.56 0.64
Hex D7 71 A0 0 2F 1A 10 14C 38 40
Octal 327 161 240 0 57 32 20 514 70 100
Binary 11010111 1110001 10100000 0 101111 11010 10000 101001100 111000 1000000

Color Harmonies of #D771A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771A0

Black with #D771A0

Text Example


Text Example

White with #D771A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771A0; }

 p { color: rgb(215,113,160); }

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

background-color css

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

 a { background-color: rgb(215,113,160); }

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

border-color css

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

 span { border-color: rgb(215,113,160); }

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