Html Css Color HEX #DC73A3 Pale Violet Red

📋 copy color: '#DC73A3'

red 220 ◦ green 115 ◦ blue 163

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

Shades of Pale Violet Red #DC73A3

Tints of Pale Violet Red #DC73A3

RGB

 RED value IS 220 (86.33% from 255) = 44.18%

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

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

R = 44.18%
G = 23.09%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC73A3 (or 0xDC73A3) is known color: Pale Violet Red. HEX triplet: DC, 73 and A3. RGB value is (220,115,163). Sum of RGB (Red+Green+Blue) = 220+115+163=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73A3 is #238C5C. Grayscale: #979797. Windows color (decimal): -2329693 or 10712028. OLE color: 10712028.

HSL color Cylindrical-coordinate representation of color #DC73A3: hue angle of 332.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73A3 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 163 -
CMYK 0 0.48 0.26 0.14
HSL 332.57º 0.6% 0.66% -
HSV(B) 332.57º 0.48% 0.86% -
XYZ 42.26 30.12 38.24 -
YUV 151.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 220 115 163 0 0.48 0.26 0.14 332.57 0.6 0.66
Hex DC 73 A3 0 30 1A E 14D 3C 42
Octal 334 163 243 0 60 32 16 515 74 102
Binary 11011100 1110011 10100011 0 110000 11010 1110 101001101 111100 1000010

Color Harmonies of #DC73A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73A3

Black with #DC73A3

Text Example


Text Example

White with #DC73A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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