Html Css Color HEX #DA73A3 Pale Violet Red

📋 copy color: '#DA73A3'

red 218 ◦ green 115 ◦ blue 163

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

Shades of Pale Violet Red #DA73A3

Tints of Pale Violet Red #DA73A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.86%

R = 43.95%
G = 23.19%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA73A3 (or 0xDA73A3) is known color: Pale Violet Red. HEX triplet: DA, 73 and A3. RGB value is (218,115,163). Sum of RGB (Red+Green+Blue) = 218+115+163=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA73A3 is #258C5C. Grayscale: #979797. Windows color (decimal): -2460765 or 10712026. OLE color: 10712026.

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

Color convert

RGB 218 115 163 -
CMYK 0 0.47 0.25 0.15
HSL 332.04º 0.58% 0.65% -
HSV(B) 332.04º 0.47% 0.85% -
XYZ 41.66 29.81 38.21 -
YUV 151.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 218 115 163 0 0.47 0.25 0.15 332.04 0.58 0.65
Hex DA 73 A3 0 2F 19 F 14C 3A 41
Octal 332 163 243 0 57 31 17 514 72 101
Binary 11011010 1110011 10100011 0 101111 11001 1111 101001100 111010 1000001

Color Harmonies of #DA73A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73A3

Black with #DA73A3

Text Example


Text Example

White with #DA73A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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