Html Css Color HEX #D777A0 Pale Violet Red

📋 copy color: '#D777A0'

red 215 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #D777A0

Tints of Pale Violet Red #D777A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 43.52%
G = 24.09%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D777A0 (or 0xD777A0) is known color: Pale Violet Red. HEX triplet: D7, 77 and A0. RGB value is (215,119,160). Sum of RGB (Red+Green+Blue) = 215+119+160=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D777A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D777A0 is #28885F. Grayscale: #989898. Windows color (decimal): -2656352 or 10516439. OLE color: 10516439.

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

Color convert

RGB 215 119 160 -
CMYK 0 0.45 0.26 0.16
HSL 334.38º 0.55% 0.65% -
HSV(B) 334.38º 0.45% 0.84% -
XYZ 40.97 30.18 36.92 -
YUV 152.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 215 119 160 0 0.45 0.26 0.16 334.38 0.55 0.65
Hex D7 77 A0 0 2D 1A 10 14E 37 41
Octal 327 167 240 0 55 32 20 516 67 101
Binary 11010111 1110111 10100000 0 101101 11010 10000 101001110 110111 1000001

Color Harmonies of #D777A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777A0

Black with #D777A0

Text Example


Text Example

White with #D777A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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