Html Css Color HEX #DA719D Pale Violet Red

📋 copy color: '#DA719D'

red 218 ◦ green 113 ◦ blue 157

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

Shades of Pale Violet Red #DA719D

Tints of Pale Violet Red #DA719D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

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

R = 44.67%
G = 23.16%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA719D (or 0xDA719D) is known color: Pale Violet Red. HEX triplet: DA, 71 and 9D. RGB value is (218,113,157). Sum of RGB (Red+Green+Blue) = 218+113+157=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719D is #258E62. Grayscale: #959595. Windows color (decimal): -2461283 or 10318298. OLE color: 10318298.

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

Color convert

RGB 218 113 157 -
CMYK 0 0.48 0.28 0.15
HSL 334.86º 0.59% 0.65% -
HSV(B) 334.86º 0.48% 0.85% -
XYZ 40.9 29.15 35.37 -
YUV 149.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 218 113 157 0 0.48 0.28 0.15 334.86 0.59 0.65
Hex DA 71 9D 0 30 1C F 14F 3B 41
Octal 332 161 235 0 60 34 17 517 73 101
Binary 11011010 1110001 10011101 0 110000 11100 1111 101001111 111011 1000001

Color Harmonies of #DA719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA719D

Black with #DA719D

Text Example


Text Example

White with #DA719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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