Html Css Color HEX #DC73A8 Pale Violet Red

📋 copy color: '#DC73A8'

red 220 ◦ green 115 ◦ blue 168

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

Shades of Pale Violet Red #DC73A8

Tints of Pale Violet Red #DC73A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 43.74%
G = 22.86%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC73A8 (or 0xDC73A8) is known color: Pale Violet Red. HEX triplet: DC, 73 and A8. RGB value is (220,115,168). Sum of RGB (Red+Green+Blue) = 220+115+168=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73A8 is #238C57. Grayscale: #989898. Windows color (decimal): -2329688 or 11039708. OLE color: 11039708.

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

Color convert

RGB 220 115 168 -
CMYK 0 0.48 0.24 0.14
HSL 329.71º 0.6% 0.66% -
HSV(B) 329.71º 0.48% 0.86% -
XYZ 42.71 30.3 40.64 -
YUV 152.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 220 115 168 0 0.48 0.24 0.14 329.71 0.6 0.66
Hex DC 73 A8 0 30 18 E 14A 3C 42
Octal 334 163 250 0 60 30 16 512 74 102
Binary 11011100 1110011 10101000 0 110000 11000 1110 101001010 111100 1000010

Color Harmonies of #DC73A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73A8

Black with #DC73A8

Text Example


Text Example

White with #DC73A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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