Html Css Color HEX #DA719E Pale Violet Red

📋 copy color: '#DA719E'

red 218 ◦ green 113 ◦ blue 158

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

Shades of Pale Violet Red #DA719E

Tints of Pale Violet Red #DA719E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 44.58%
G = 23.11%
B = 32.31%

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

#DA719E (or 0xDA719E) is known color: Pale Violet Red. HEX triplet: DA, 71 and 9E. RGB value is (218,113,158). Sum of RGB (Red+Green+Blue) = 218+113+158=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA719E is #258E61. Grayscale: #959595. Windows color (decimal): -2461282 or 10383834. OLE color: 10383834.

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

Color convert

RGB 218 113 158 -
CMYK 0 0.48 0.28 0.15
HSL 334.29º 0.59% 0.65% -
HSV(B) 334.29º 0.48% 0.85% -
XYZ 40.99 29.18 35.82 -
YUV 149.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 218 113 158 0 0.48 0.28 0.15 334.29 0.59 0.65
Hex DA 71 9E 0 30 1C F 14E 3B 41
Octal 332 161 236 0 60 34 17 516 73 101
Binary 11011010 1110001 10011110 0 110000 11100 1111 101001110 111011 1000001

Color Harmonies of #DA719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA719E

Black with #DA719E

Text Example


Text Example

White with #DA719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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