Html Css Color HEX #DA7391 Pale Violet Red

📋 copy color: '#DA7391'

red 218 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #DA7391

Tints of Pale Violet Red #DA7391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.33%

R = 45.61%
G = 24.06%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7391 (or 0xDA7391) is known color: Pale Violet Red. HEX triplet: DA, 73 and 91. RGB value is (218,115,145). Sum of RGB (Red+Green+Blue) = 218+115+145=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7391 is #258C6E. Grayscale: #959595. Windows color (decimal): -2460783 or 9532378. OLE color: 9532378.

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

Color convert

RGB 218 115 145 -
CMYK 0 0.47 0.33 0.15
HSL 342.52º 0.58% 0.65% -
HSV(B) 342.52º 0.47% 0.85% -
XYZ 40.16 29.21 30.31 -
YUV 149.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 218 115 145 0 0.47 0.33 0.15 342.52 0.58 0.65
Hex DA 73 91 0 2F 21 F 157 3A 41
Octal 332 163 221 0 57 41 17 527 72 101
Binary 11011010 1110011 10010001 0 101111 100001 1111 101010111 111010 1000001

Color Harmonies of #DA7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7391

Black with #DA7391

Text Example


Text Example

White with #DA7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7391; }

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

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

background-color css

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

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

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

border-color css

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

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

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