Html Css Color HEX #DC077A Medium Violet Red

📋 copy color: '#DC077A'

red 220 ◦ green 7 ◦ blue 122

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

Shades of Medium Violet Red #DC077A

Tints of Medium Violet Red #DC077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 63.04%
G = 2.01%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC077A (or 0xDC077A) is known color: Medium Violet Red. HEX triplet: DC, 07 and 7A. RGB value is (220,7,122). Sum of RGB (Red+Green+Blue) = 220+7+122=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC077A is #23F885. Grayscale: #535353. Windows color (decimal): -2357382 or 7997404. OLE color: 7997404.

HSL color Cylindrical-coordinate representation of color #DC077A: hue angle of 327.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC077A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 122 -
CMYK 0 0.97 0.45 0.14
HSL 327.61º 0.94% 0.45% -
HSV(B) 327.61º 0.97% 0.86% -
XYZ 33.1 16.77 19.91 -
YUV 83.8 149.57 225.15 -
System Red Green Blue C M Y K H S L
Decimal 220 7 122 0 0.97 0.45 0.14 327.61 0.94 0.45
Hex DC 7 7A 0 61 2D E 148 5E 2D
Octal 334 7 172 0 141 55 16 510 136 55
Binary 11011100 111 1111010 0 1100001 101101 1110 101001000 1011110 101101

Color Harmonies of #DC077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC077A

Black with #DC077A

Text Example


Text Example

White with #DC077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC077A; }

 p { color: rgb(220,7,122); }

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

background-color css

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

 a { background-color: rgb(220,7,122); }

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

border-color css

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

 span { border-color: rgb(220,7,122); }

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