Html Css Color HEX #DA7194 Pale Violet Red

📋 copy color: '#DA7194'

red 218 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #DA7194

Tints of Pale Violet Red #DA7194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 45.51%
G = 23.59%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7194 (or 0xDA7194) is known color: Pale Violet Red. HEX triplet: DA, 71 and 94. RGB value is (218,113,148). Sum of RGB (Red+Green+Blue) = 218+113+148=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7194 is #258E6B. Grayscale: #949494. Windows color (decimal): -2461292 or 9728474. OLE color: 9728474.

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

Color convert

RGB 218 113 148 -
CMYK 0 0.48 0.32 0.15
HSL 340º 0.59% 0.65% -
HSV(B) 340º 0.48% 0.85% -
XYZ 40.16 28.85 31.47 -
YUV 148.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 218 113 148 0 0.48 0.32 0.15 340 0.59 0.65
Hex DA 71 94 0 30 20 F 154 3B 41
Octal 332 161 224 0 60 40 17 524 73 101
Binary 11011010 1110001 10010100 0 110000 100000 1111 101010100 111011 1000001

Color Harmonies of #DA7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7194

Black with #DA7194

Text Example


Text Example

White with #DA7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7194; }

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

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

background-color css

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

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

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

border-color css

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

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

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