Html Css Color HEX #DA7590 Pale Violet Red

📋 copy color: '#DA7590'

red 218 ◦ green 117 ◦ blue 144

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

Shades of Pale Violet Red #DA7590

Tints of Pale Violet Red #DA7590

RGB

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

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

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

R = 45.51%
G = 24.43%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7590 (or 0xDA7590) is known color: Pale Violet Red. HEX triplet: DA, 75 and 90. RGB value is (218,117,144). Sum of RGB (Red+Green+Blue) = 218+117+144=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7590 is #258A6F. Grayscale: #969696. Windows color (decimal): -2460272 or 9467354. OLE color: 9467354.

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

Color convert

RGB 218 117 144 -
CMYK 0 0.46 0.34 0.15
HSL 343.96º 0.58% 0.66% -
HSV(B) 343.96º 0.46% 0.85% -
XYZ 40.31 29.64 29.98 -
YUV 150.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 218 117 144 0 0.46 0.34 0.15 343.96 0.58 0.66
Hex DA 75 90 0 2E 22 F 158 3A 42
Octal 332 165 220 0 56 42 17 530 72 102
Binary 11011010 1110101 10010000 0 101110 100010 1111 101011000 111010 1000010

Color Harmonies of #DA7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7590

Black with #DA7590

Text Example


Text Example

White with #DA7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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