Html Css Color HEX #DA7390 Pale Violet Red

📋 copy color: '#DA7390'

red 218 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #DA7390

Tints of Pale Violet Red #DA7390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 45.7%
G = 24.11%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7390 (or 0xDA7390) is known color: Pale Violet Red. HEX triplet: DA, 73 and 90. RGB value is (218,115,144). Sum of RGB (Red+Green+Blue) = 218+115+144=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7390 is #258C6F. Grayscale: #959595. Windows color (decimal): -2460784 or 9466842. OLE color: 9466842.

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

Color convert

RGB 218 115 144 -
CMYK 0 0.47 0.34 0.15
HSL 343.11º 0.58% 0.65% -
HSV(B) 343.11º 0.47% 0.85% -
XYZ 40.08 29.18 29.91 -
YUV 149.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 218 115 144 0 0.47 0.34 0.15 343.11 0.58 0.65
Hex DA 73 90 0 2F 22 F 157 3A 41
Octal 332 163 220 0 57 42 17 527 72 101
Binary 11011010 1110011 10010000 0 101111 100010 1111 101010111 111010 1000001

Color Harmonies of #DA7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7390

Black with #DA7390

Text Example


Text Example

White with #DA7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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