Html Css Color HEX #DA779D Pale Violet Red

📋 copy color: '#DA779D'

red 218 ◦ green 119 ◦ blue 157

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

Shades of Pale Violet Red #DA779D

Tints of Pale Violet Red #DA779D

RGB

 RED value IS 218 (85.55% from 255) = 44.13%

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 44.13%
G = 24.09%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA779D (or 0xDA779D) is known color: Pale Violet Red. HEX triplet: DA, 77 and 9D. RGB value is (218,119,157). Sum of RGB (Red+Green+Blue) = 218+119+157=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA779D is #258862. Grayscale: #989898. Windows color (decimal): -2459747 or 10319834. OLE color: 10319834.

HSL color Cylindrical-coordinate representation of color #DA779D: hue angle of 336.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA779D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 157 -
CMYK 0 0.45 0.28 0.15
HSL 336.97º 0.57% 0.66% -
HSV(B) 336.97º 0.45% 0.85% -
XYZ 41.6 30.53 35.6 -
YUV 152.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 218 119 157 0 0.45 0.28 0.15 336.97 0.57 0.66
Hex DA 77 9D 0 2D 1C F 151 39 42
Octal 332 167 235 0 55 34 17 521 71 102
Binary 11011010 1110111 10011101 0 101101 11100 1111 101010001 111001 1000010

Color Harmonies of #DA779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA779D

Black with #DA779D

Text Example


Text Example

White with #DA779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA779D; }

 p { color: rgb(218,119,157); }

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

background-color css

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

 a { background-color: rgb(218,119,157); }

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

border-color css

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

 span { border-color: rgb(218,119,157); }

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