Html Css Color HEX #D77DA4 Pale Violet Red

📋 copy color: '#D77DA4'

red 215 ◦ green 125 ◦ blue 164

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

Shades of Pale Violet Red #D77DA4

Tints of Pale Violet Red #D77DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 42.66%
G = 24.8%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D77DA4 (or 0xD77DA4) is known color: Pale Violet Red. HEX triplet: D7, 7D and A4. RGB value is (215,125,164). Sum of RGB (Red+Green+Blue) = 215+125+164=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA4 is #28825B. Grayscale: #9C9C9C. Windows color (decimal): -2654812 or 10780119. OLE color: 10780119.

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

Color convert

RGB 215 125 164 -
CMYK 0 0.42 0.24 0.16
HSL 334º 0.53% 0.67% -
HSV(B) 334º 0.42% 0.84% -
XYZ 42.06 31.79 39.04 -
YUV 156.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 215 125 164 0 0.42 0.24 0.16 334 0.53 0.67
Hex D7 7D A4 0 2A 18 10 14E 35 43
Octal 327 175 244 0 52 30 20 516 65 103
Binary 11010111 1111101 10100100 0 101010 11000 10000 101001110 110101 1000011

Color Harmonies of #D77DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DA4

Black with #D77DA4

Text Example


Text Example

White with #D77DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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