Html Css Color HEX #DA79A2 Pale Violet Red

📋 copy color: '#DA79A2'

red 218 ◦ green 121 ◦ blue 162

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

Shades of Pale Violet Red #DA79A2

Tints of Pale Violet Red #DA79A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.34%

R = 43.51%
G = 24.15%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA79A2 (or 0xDA79A2) is known color: Pale Violet Red. HEX triplet: DA, 79 and A2. RGB value is (218,121,162). Sum of RGB (Red+Green+Blue) = 218+121+162=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA79A2 is #25865D. Grayscale: #9A9A9A. Windows color (decimal): -2459230 or 10648026. OLE color: 10648026.

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

Color convert

RGB 218 121 162 -
CMYK 0 0.44 0.26 0.15
HSL 334.64º 0.57% 0.66% -
HSV(B) 334.64º 0.44% 0.85% -
XYZ 42.27 31.19 37.97 -
YUV 154.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 218 121 162 0 0.44 0.26 0.15 334.64 0.57 0.66
Hex DA 79 A2 0 2C 1A F 14F 39 42
Octal 332 171 242 0 54 32 17 517 71 102
Binary 11011010 1111001 10100010 0 101100 11010 1111 101001111 111001 1000010

Color Harmonies of #DA79A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA79A2

Black with #DA79A2

Text Example


Text Example

White with #DA79A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA79A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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