Html Css Color HEX #DA6794 Pale Violet Red

📋 copy color: '#DA6794'

red 218 ◦ green 103 ◦ blue 148

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

Shades of Pale Violet Red #DA6794

Tints of Pale Violet Red #DA6794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.96%

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

R = 46.48%
G = 21.96%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA6794 (or 0xDA6794) is known color: Pale Violet Red. HEX triplet: DA, 67 and 94. RGB value is (218,103,148). Sum of RGB (Red+Green+Blue) = 218+103+148=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6794 is #25986B. Grayscale: #8E8E8E. Windows color (decimal): -2463852 or 9725914. OLE color: 9725914.

HSL color Cylindrical-coordinate representation of color #DA6794: hue angle of 336.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6794 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 103 148 -
CMYK 0 0.53 0.32 0.15
HSL 336.52º 0.61% 0.63% -
HSV(B) 336.52º 0.53% 0.85% -
XYZ 39.11 26.74 31.12 -
YUV 142.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 218 103 148 0 0.53 0.32 0.15 336.52 0.61 0.63
Hex DA 67 94 0 35 20 F 151 3D 3F
Octal 332 147 224 0 65 40 17 521 75 77
Binary 11011010 1100111 10010100 0 110101 100000 1111 101010001 111101 111111

Color Harmonies of #DA6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6794

Black with #DA6794

Text Example


Text Example

White with #DA6794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6794; }

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

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

background-color css

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

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

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

border-color css

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

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

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