Html Css Color HEX #D77DA5 Pale Violet Red

📋 copy color: '#D77DA5'

red 215 ◦ green 125 ◦ blue 165

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

Shades of Pale Violet Red #D77DA5

Tints of Pale Violet Red #D77DA5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 42.57%
G = 24.75%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D77DA5 (or 0xD77DA5) is known color: Pale Violet Red. HEX triplet: D7, 7D and A5. RGB value is (215,125,165). Sum of RGB (Red+Green+Blue) = 215+125+165=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA5 is #28825A. Grayscale: #9C9C9C. Windows color (decimal): -2654811 or 10845655. OLE color: 10845655.

HSL color Cylindrical-coordinate representation of color #D77DA5: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DA5 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 165 -
CMYK 0 0.42 0.23 0.16
HSL 333.33º 0.53% 0.67% -
HSV(B) 333.33º 0.42% 0.84% -
XYZ 42.15 31.83 39.52 -
YUV 156.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 215 125 165 0 0.42 0.23 0.16 333.33 0.53 0.67
Hex D7 7D A5 0 2A 17 10 14D 35 43
Octal 327 175 245 0 52 27 20 515 65 103
Binary 11010111 1111101 10100101 0 101010 10111 10000 101001101 110101 1000011

Color Harmonies of #D77DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DA5

Black with #D77DA5

Text Example


Text Example

White with #D77DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DA5; }

 p { color: rgb(215,125,165); }

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

background-color css

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

 a { background-color: rgb(215,125,165); }

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

border-color css

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

 span { border-color: rgb(215,125,165); }

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