Html Css Color HEX #DA7395 Pale Violet Red

📋 copy color: '#DA7395'

red 218 ◦ green 115 ◦ blue 149

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

Shades of Pale Violet Red #DA7395

Tints of Pale Violet Red #DA7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

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

R = 45.23%
G = 23.86%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA7395 (or 0xDA7395) is known color: Pale Violet Red. HEX triplet: DA, 73 and 95. RGB value is (218,115,149). Sum of RGB (Red+Green+Blue) = 218+115+149=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7395 is #258C6A. Grayscale: #959595. Windows color (decimal): -2460779 or 9794522. OLE color: 9794522.

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

Color convert

RGB 218 115 149 -
CMYK 0 0.47 0.32 0.15
HSL 340.19º 0.58% 0.65% -
HSV(B) 340.19º 0.47% 0.85% -
XYZ 40.47 29.34 31.96 -
YUV 149.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 218 115 149 0 0.47 0.32 0.15 340.19 0.58 0.65
Hex DA 73 95 0 2F 20 F 154 3A 41
Octal 332 163 225 0 57 40 17 524 72 101
Binary 11011010 1110011 10010101 0 101111 100000 1111 101010100 111010 1000001

Color Harmonies of #DA7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7395

Black with #DA7395

Text Example


Text Example

White with #DA7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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