Html Css Color HEX #DA779B Pale Violet Red

📋 copy color: '#DA779B'

red 218 ◦ green 119 ◦ blue 155

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

Shades of Pale Violet Red #DA779B

Tints of Pale Violet Red #DA779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 44.31%
G = 24.19%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA779B (or 0xDA779B) is known color: Pale Violet Red. HEX triplet: DA, 77 and 9B. RGB value is (218,119,155). Sum of RGB (Red+Green+Blue) = 218+119+155=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA779B is #258864. Grayscale: #989898. Windows color (decimal): -2459749 or 10188762. OLE color: 10188762.

HSL color Cylindrical-coordinate representation of color #DA779B: hue angle of 338.18º 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 #DA779B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 155 -
CMYK 0 0.45 0.29 0.15
HSL 338.18º 0.57% 0.66% -
HSV(B) 338.18º 0.45% 0.85% -
XYZ 41.43 30.47 34.71 -
YUV 152.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 218 119 155 0 0.45 0.29 0.15 338.18 0.57 0.66
Hex DA 77 9B 0 2D 1D F 152 39 42
Octal 332 167 233 0 55 35 17 522 71 102
Binary 11011010 1110111 10011011 0 101101 11101 1111 101010010 111001 1000010

Color Harmonies of #DA779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA779B

Black with #DA779B

Text Example


Text Example

White with #DA779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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