Html Css Color HEX #DA73A7 Pale Violet Red

📋 copy color: '#DA73A7'

red 218 ◦ green 115 ◦ blue 167

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

Shades of Pale Violet Red #DA73A7

Tints of Pale Violet Red #DA73A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 43.6%
G = 23%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA73A7 (or 0xDA73A7) is known color: Pale Violet Red. HEX triplet: DA, 73 and A7. RGB value is (218,115,167). Sum of RGB (Red+Green+Blue) = 218+115+167=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA73A7 is #258C58. Grayscale: #979797. Windows color (decimal): -2460761 or 10974170. OLE color: 10974170.

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

Color convert

RGB 218 115 167 -
CMYK 0 0.47 0.23 0.15
HSL 329.71º 0.58% 0.65% -
HSV(B) 329.71º 0.47% 0.85% -
XYZ 42.02 29.96 40.13 -
YUV 151.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 218 115 167 0 0.47 0.23 0.15 329.71 0.58 0.65
Hex DA 73 A7 0 2F 17 F 14A 3A 41
Octal 332 163 247 0 57 27 17 512 72 101
Binary 11011010 1110011 10100111 0 101111 10111 1111 101001010 111010 1000001

Color Harmonies of #DA73A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA73A7

Black with #DA73A7

Text Example


Text Example

White with #DA73A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA73A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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