Html Css Color HEX #DA7591 Pale Violet Red

📋 copy color: '#DA7591'

red 218 ◦ green 117 ◦ blue 145

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

Shades of Pale Violet Red #DA7591

Tints of Pale Violet Red #DA7591

RGB

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

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

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

R = 45.42%
G = 24.38%
B = 30.21%

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

#DA7591 (or 0xDA7591) is known color: Pale Violet Red. HEX triplet: DA, 75 and 91. RGB value is (218,117,145). Sum of RGB (Red+Green+Blue) = 218+117+145=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7591 is #258A6E. Grayscale: #969696. Windows color (decimal): -2460271 or 9532890. OLE color: 9532890.

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

Color convert

RGB 218 117 145 -
CMYK 0 0.46 0.33 0.15
HSL 343.37º 0.58% 0.66% -
HSV(B) 343.37º 0.46% 0.85% -
XYZ 40.39 29.67 30.39 -
YUV 150.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 218 117 145 0 0.46 0.33 0.15 343.37 0.58 0.66
Hex DA 75 91 0 2E 21 F 157 3A 42
Octal 332 165 221 0 56 41 17 527 72 102
Binary 11011010 1110101 10010001 0 101110 100001 1111 101010111 111010 1000010

Color Harmonies of #DA7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7591

Black with #DA7591

Text Example


Text Example

White with #DA7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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