Html Css Color HEX #DA73AA Pale Violet Red

📋 copy color: '#DA73AA'

red 218 ◦ green 115 ◦ blue 170

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

Shades of Pale Violet Red #DA73AA

Tints of Pale Violet Red #DA73AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 43.34%
G = 22.86%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA73AA (or 0xDA73AA) is known color: Pale Violet Red. HEX triplet: DA, 73 and AA. RGB value is (218,115,170). Sum of RGB (Red+Green+Blue) = 218+115+170=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA73AA is #258C55. Grayscale: #979797. Windows color (decimal): -2460758 or 11170778. OLE color: 11170778.

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

Color convert

RGB 218 115 170 -
CMYK 0 0.47 0.22 0.15
HSL 327.96º 0.58% 0.65% -
HSV(B) 327.96º 0.47% 0.85% -
XYZ 42.3 30.07 41.6 -
YUV 152.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 218 115 170 0 0.47 0.22 0.15 327.96 0.58 0.65
Hex DA 73 AA 0 2F 16 F 148 3A 41
Octal 332 163 252 0 57 26 17 510 72 101
Binary 11011010 1110011 10101010 0 101111 10110 1111 101001000 111010 1000001

Color Harmonies of #DA73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73AA

Black with #DA73AA

Text Example


Text Example

White with #DA73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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