Html Css Color HEX #DC077E Medium Violet Red

📋 copy color: '#DC077E'

red 220 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #DC077E

Tints of Medium Violet Red #DC077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 62.32%
G = 1.98%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC077E (or 0xDC077E) is known color: Medium Violet Red. HEX triplet: DC, 07 and 7E. RGB value is (220,7,126). Sum of RGB (Red+Green+Blue) = 220+7+126=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC077E is #23F881. Grayscale: #535353. Windows color (decimal): -2357378 or 8259548. OLE color: 8259548.

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

Color convert

RGB 220 7 126 -
CMYK 0 0.97 0.43 0.14
HSL 326.48º 0.94% 0.45% -
HSV(B) 326.48º 0.97% 0.86% -
XYZ 33.36 16.87 21.24 -
YUV 84.25 151.57 224.82 -
System Red Green Blue C M Y K H S L
Decimal 220 7 126 0 0.97 0.43 0.14 326.48 0.94 0.45
Hex DC 7 7E 0 61 2B E 146 5E 2D
Octal 334 7 176 0 141 53 16 506 136 55
Binary 11011100 111 1111110 0 1100001 101011 1110 101000110 1011110 101101

Color Harmonies of #DC077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC077E

Black with #DC077E

Text Example


Text Example

White with #DC077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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