Html Css Color HEX #DA799B Pale Violet Red

📋 copy color: '#DA799B'

red 218 ◦ green 121 ◦ blue 155

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

Shades of Pale Violet Red #DA799B

Tints of Pale Violet Red #DA799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.49%

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

R = 44.13%
G = 24.49%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA799B (or 0xDA799B) is known color: Pale Violet Red. HEX triplet: DA, 79 and 9B. RGB value is (218,121,155). Sum of RGB (Red+Green+Blue) = 218+121+155=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA799B is #258664. Grayscale: #999999. Windows color (decimal): -2459237 or 10189274. OLE color: 10189274.

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

Color convert

RGB 218 121 155 -
CMYK 0 0.44 0.29 0.15
HSL 338.97º 0.57% 0.66% -
HSV(B) 338.97º 0.44% 0.85% -
XYZ 41.67 30.95 34.79 -
YUV 153.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 218 121 155 0 0.44 0.29 0.15 338.97 0.57 0.66
Hex DA 79 9B 0 2C 1D F 153 39 42
Octal 332 171 233 0 54 35 17 523 71 102
Binary 11011010 1111001 10011011 0 101100 11101 1111 101010011 111001 1000010

Color Harmonies of #DA799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA799B

Black with #DA799B

Text Example


Text Example

White with #DA799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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