Html Css Color HEX #D6779C Pale Violet Red

📋 copy color: '#D6779C'

red 214 ◦ green 119 ◦ blue 156

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

Shades of Pale Violet Red #D6779C

Tints of Pale Violet Red #D6779C

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

 GREEN value IS 119 (46.88% from 255) = 24.34%

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

R = 43.76%
G = 24.34%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6779C (or 0xD6779C) is known color: Pale Violet Red. HEX triplet: D6, 77 and 9C. RGB value is (214,119,156). Sum of RGB (Red+Green+Blue) = 214+119+156=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6779C is #298863. Grayscale: #979797. Windows color (decimal): -2721892 or 10254294. OLE color: 10254294.

HSL color Cylindrical-coordinate representation of color #D6779C: hue angle of 336.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6779C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 156 -
CMYK 0 0.44 0.27 0.16
HSL 336.63º 0.54% 0.65% -
HSV(B) 336.63º 0.44% 0.84% -
XYZ 40.33 29.89 35.1 -
YUV 151.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 214 119 156 0 0.44 0.27 0.16 336.63 0.54 0.65
Hex D6 77 9C 0 2C 1B 10 151 36 41
Octal 326 167 234 0 54 33 20 521 66 101
Binary 11010110 1110111 10011100 0 101100 11011 10000 101010001 110110 1000001

Color Harmonies of #D6779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6779C

Black with #D6779C

Text Example


Text Example

White with #D6779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6779C; }

 p { color: rgb(214,119,156); }

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

background-color css

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

 a { background-color: rgb(214,119,156); }

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

border-color css

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

 span { border-color: rgb(214,119,156); }

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