Html Css Color HEX #DA7595 Pale Violet Red

📋 copy color: '#DA7595'

red 218 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #DA7595

Tints of Pale Violet Red #DA7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

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

R = 45.04%
G = 24.17%
B = 30.79%

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

#DA7595 (or 0xDA7595) is known color: Pale Violet Red. HEX triplet: DA, 75 and 95. RGB value is (218,117,149). Sum of RGB (Red+Green+Blue) = 218+117+149=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7595 is #258A6A. Grayscale: #969696. Windows color (decimal): -2460267 or 9795034. OLE color: 9795034.

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

Color convert

RGB 218 117 149 -
CMYK 0 0.46 0.32 0.15
HSL 340.99º 0.58% 0.66% -
HSV(B) 340.99º 0.46% 0.85% -
XYZ 40.7 29.8 32.04 -
YUV 150.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 218 117 149 0 0.46 0.32 0.15 340.99 0.58 0.66
Hex DA 75 95 0 2E 20 F 155 3A 42
Octal 332 165 225 0 56 40 17 525 72 102
Binary 11011010 1110101 10010101 0 101110 100000 1111 101010101 111010 1000010

Color Harmonies of #DA7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7595

Black with #DA7595

Text Example


Text Example

White with #DA7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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