Html Css Color HEX #DA719C Pale Violet Red

📋 copy color: '#DA719C'

red 218 ◦ green 113 ◦ blue 156

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

Shades of Pale Violet Red #DA719C

Tints of Pale Violet Red #DA719C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 44.76%
G = 23.2%
B = 32.03%

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

#DA719C (or 0xDA719C) is known color: Pale Violet Red. HEX triplet: DA, 71 and 9C. RGB value is (218,113,156). Sum of RGB (Red+Green+Blue) = 218+113+156=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719C is #258E63. Grayscale: #959595. Windows color (decimal): -2461284 or 10252762. OLE color: 10252762.

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

Color convert

RGB 218 113 156 -
CMYK 0 0.48 0.28 0.15
HSL 335.43º 0.59% 0.65% -
HSV(B) 335.43º 0.48% 0.85% -
XYZ 40.82 29.12 34.92 -
YUV 149.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 218 113 156 0 0.48 0.28 0.15 335.43 0.59 0.65
Hex DA 71 9C 0 30 1C F 14F 3B 41
Octal 332 161 234 0 60 34 17 517 73 101
Binary 11011010 1110001 10011100 0 110000 11100 1111 101001111 111011 1000001

Color Harmonies of #DA719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA719C

Black with #DA719C

Text Example


Text Example

White with #DA719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA719C; }

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

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

background-color css

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

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

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

border-color css

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

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

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