Html Css Color HEX #DA7695 Pale Violet Red

📋 copy color: '#DA7695'

red 218 ◦ green 118 ◦ blue 149

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

Shades of Pale Violet Red #DA7695

Tints of Pale Violet Red #DA7695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 44.95%
G = 24.33%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7695 (or 0xDA7695) is known color: Pale Violet Red. HEX triplet: DA, 76 and 95. RGB value is (218,118,149). Sum of RGB (Red+Green+Blue) = 218+118+149=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7695 is #25896A. Grayscale: #979797. Windows color (decimal): -2460011 or 9795290. OLE color: 9795290.

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

Color convert

RGB 218 118 149 -
CMYK 0 0.46 0.32 0.15
HSL 341.4º 0.57% 0.66% -
HSV(B) 341.4º 0.46% 0.85% -
XYZ 40.82 30.03 32.08 -
YUV 151.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 218 118 149 0 0.46 0.32 0.15 341.4 0.57 0.66
Hex DA 76 95 0 2E 20 F 155 39 42
Octal 332 166 225 0 56 40 17 525 71 102
Binary 11011010 1110110 10010101 0 101110 100000 1111 101010101 111001 1000010

Color Harmonies of #DA7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7695

Black with #DA7695

Text Example


Text Example

White with #DA7695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7695; }

 p { color: rgb(218,118,149); }

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

background-color css

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

 a { background-color: rgb(218,118,149); }

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

border-color css

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

 span { border-color: rgb(218,118,149); }

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