Html Css Color HEX #D77CA9 Pale Violet Red

📋 copy color: '#D77CA9'

red 215 ◦ green 124 ◦ blue 169

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

Shades of Pale Violet Red #D77CA9

Tints of Pale Violet Red #D77CA9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 42.32%
G = 24.41%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D77CA9 (or 0xD77CA9) is known color: Pale Violet Red. HEX triplet: D7, 7C and A9. RGB value is (215,124,169). Sum of RGB (Red+Green+Blue) = 215+124+169=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA9 is #288356. Grayscale: #9C9C9C. Windows color (decimal): -2655063 or 11107543. OLE color: 11107543.

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

Color convert

RGB 215 124 169 -
CMYK 0 0.42 0.21 0.16
HSL 330.33º 0.53% 0.66% -
HSV(B) 330.33º 0.42% 0.84% -
XYZ 42.39 31.73 41.43 -
YUV 156.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 215 124 169 0 0.42 0.21 0.16 330.33 0.53 0.66
Hex D7 7C A9 0 2A 15 10 14A 35 42
Octal 327 174 251 0 52 25 20 512 65 102
Binary 11010111 1111100 10101001 0 101010 10101 10000 101001010 110101 1000010

Color Harmonies of #D77CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CA9

Black with #D77CA9

Text Example


Text Example

White with #D77CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CA9; }

 p { color: rgb(215,124,169); }

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

background-color css

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

 a { background-color: rgb(215,124,169); }

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

border-color css

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

 span { border-color: rgb(215,124,169); }

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