Html Css Color HEX #D776A2 Pale Violet Red

📋 copy color: '#D776A2'

red 215 ◦ green 118 ◦ blue 162

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

Shades of Pale Violet Red #D776A2

Tints of Pale Violet Red #D776A2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.84%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 43.43%
G = 23.84%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D776A2 (or 0xD776A2) is known color: Pale Violet Red. HEX triplet: D7, 76 and A2. RGB value is (215,118,162). Sum of RGB (Red+Green+Blue) = 215+118+162=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D776A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D776A2 is #28895D. Grayscale: #979797. Windows color (decimal): -2656606 or 10647255. OLE color: 10647255.

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

Color convert

RGB 215 118 162 -
CMYK 0 0.45 0.25 0.16
HSL 332.78º 0.55% 0.65% -
HSV(B) 332.78º 0.45% 0.84% -
XYZ 41.02 30.01 37.81 -
YUV 152.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 215 118 162 0 0.45 0.25 0.16 332.78 0.55 0.65
Hex D7 76 A2 0 2D 19 10 14D 37 41
Octal 327 166 242 0 55 31 20 515 67 101
Binary 11010111 1110110 10100010 0 101101 11001 10000 101001101 110111 1000001

Color Harmonies of #D776A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776A2

Black with #D776A2

Text Example


Text Example

White with #D776A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776A2; }

 p { color: rgb(215,118,162); }

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

background-color css

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

 a { background-color: rgb(215,118,162); }

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

border-color css

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

 span { border-color: rgb(215,118,162); }

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