Html Css Color HEX #D77C9C Pale Violet Red

📋 copy color: '#D77C9C'

red 215 ◦ green 124 ◦ blue 156

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

Shades of Pale Violet Red #D77C9C

Tints of Pale Violet Red #D77C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.52%

R = 43.43%
G = 25.05%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D77C9C (or 0xD77C9C) is known color: Pale Violet Red. HEX triplet: D7, 7C and 9C. RGB value is (215,124,156). Sum of RGB (Red+Green+Blue) = 215+124+156=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C9C is #288363. Grayscale: #9A9A9A. Windows color (decimal): -2655076 or 10255575. OLE color: 10255575.

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

Color convert

RGB 215 124 156 -
CMYK 0 0.42 0.27 0.16
HSL 338.9º 0.53% 0.66% -
HSV(B) 338.9º 0.42% 0.84% -
XYZ 41.23 31.26 35.31 -
YUV 154.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 215 124 156 0 0.42 0.27 0.16 338.9 0.53 0.66
Hex D7 7C 9C 0 2A 1B 10 153 35 42
Octal 327 174 234 0 52 33 20 523 65 102
Binary 11010111 1111100 10011100 0 101010 11011 10000 101010011 110101 1000010

Color Harmonies of #D77C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C9C

Black with #D77C9C

Text Example


Text Example

White with #D77C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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