Html Css Color HEX #DC73A2 Pale Violet Red

📋 copy color: '#DC73A2'

red 220 ◦ green 115 ◦ blue 162

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

Shades of Pale Violet Red #DC73A2

Tints of Pale Violet Red #DC73A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 44.27%
G = 23.14%
B = 32.6%

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

#DC73A2 (or 0xDC73A2) is known color: Pale Violet Red. HEX triplet: DC, 73 and A2. RGB value is (220,115,162). Sum of RGB (Red+Green+Blue) = 220+115+162=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73A2 is #238C5D. Grayscale: #979797. Windows color (decimal): -2329694 or 10646492. OLE color: 10646492.

HSL color Cylindrical-coordinate representation of color #DC73A2: hue angle of 333.14º 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 #DC73A2 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 162 -
CMYK 0 0.48 0.26 0.14
HSL 333.14º 0.6% 0.66% -
HSV(B) 333.14º 0.48% 0.86% -
XYZ 42.17 30.09 37.77 -
YUV 151.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 220 115 162 0 0.48 0.26 0.14 333.14 0.6 0.66
Hex DC 73 A2 0 30 1A E 14D 3C 42
Octal 334 163 242 0 60 32 16 515 74 102
Binary 11011100 1110011 10100010 0 110000 11010 1110 101001101 111100 1000010

Color Harmonies of #DC73A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73A2

Black with #DC73A2

Text Example


Text Example

White with #DC73A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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