Html Css Color HEX #DA7593 Pale Violet Red

📋 copy color: '#DA7593'

red 218 ◦ green 117 ◦ blue 147

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

Shades of Pale Violet Red #DA7593

Tints of Pale Violet Red #DA7593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 45.23%
G = 24.27%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7593 (or 0xDA7593) is known color: Pale Violet Red. HEX triplet: DA, 75 and 93. RGB value is (218,117,147). Sum of RGB (Red+Green+Blue) = 218+117+147=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7593 is #258A6C. Grayscale: #969696. Windows color (decimal): -2460269 or 9663962. OLE color: 9663962.

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

Color convert

RGB 218 117 147 -
CMYK 0 0.46 0.33 0.15
HSL 342.18º 0.58% 0.66% -
HSV(B) 342.18º 0.46% 0.85% -
XYZ 40.54 29.73 31.21 -
YUV 150.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 218 117 147 0 0.46 0.33 0.15 342.18 0.58 0.66
Hex DA 75 93 0 2E 21 F 156 3A 42
Octal 332 165 223 0 56 41 17 526 72 102
Binary 11011010 1110101 10010011 0 101110 100001 1111 101010110 111010 1000010

Color Harmonies of #DA7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7593

Black with #DA7593

Text Example


Text Example

White with #DA7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7593; }

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

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

background-color css

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

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

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

border-color css

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

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

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